Skip to content

Commit e323ce7

Browse files
Executing automated changes
Co-authored-by: gh-worker-campaigns-3e9aa4[bot] <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com>
1 parent 1f9a6af commit e323ce7

3 files changed

Lines changed: 228 additions & 820 deletions

File tree

package.json

Lines changed: 116 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -1,130 +1,118 @@
11
{
2-
"name": "dd-sdk-reactnative",
3-
"description": "A client-side React Native module to interact with Datadog",
4-
"keywords": [
5-
"datadog",
6-
"react-native",
7-
"ios",
8-
"android"
9-
],
10-
"author": "Datadog (https://github.com/DataDog)",
11-
"homepage": "https://github.com/DataDog/dd-sdk-reactnative#readme",
12-
"repository": "https://github.com/DataDog/dd-sdk-reactnative",
13-
"bugs": {
14-
"url": "https://github.com/DataDog/dd-sdk-reactnative/issues"
15-
},
16-
"license": "Apache-2.0",
17-
"private": true,
18-
"workspaces": {
19-
"packages": [
20-
"packages/*",
21-
"example",
22-
"example-new-architecture",
23-
"benchmarks"
24-
]
25-
},
26-
"scripts": {
27-
"prepare": "genversion --es6 --semi packages/core/src/version.ts && lerna run prepare",
28-
"test": "genversion --es6 --semi packages/core/src/version.ts && jest",
29-
"lint": "genversion --es6 --semi packages/core/src/version.ts && eslint .",
30-
"example": "yarn --cwd example",
31-
"postinstall": "./packages/react-navigation/fix-react-navigation-import-in-dependencies.sh"
32-
},
33-
"devDependencies": {
34-
"@babel/core": "^7.25.2",
35-
"@babel/plugin-transform-runtime": "^7.25.0",
36-
"@babel/preset-env": "^7.25.3",
37-
"@babel/runtime": "^7.26.10",
38-
"@react-native/babel-preset": "0.76.9",
39-
"@react-native/eslint-config": "0.76.9",
40-
"@react-native/metro-config": "0.76.9",
41-
"@react-native/typescript-config": "0.76.9",
42-
"@testing-library/react-native": "7.0.2",
43-
"@types/jest": "^29.5.0",
44-
"@types/react": "^18.2.6",
45-
"@types/react-native": "0.71.0",
46-
"@types/react-test-renderer": "18.0.0",
47-
"@typescript-eslint/eslint-plugin": "5.61.0",
48-
"@typescript-eslint/parser": "5.61.0",
49-
"dd-trace": "^5.28.0",
50-
"eslint": "^8.19.0",
51-
"eslint-config-prettier": "6.0.0",
52-
"eslint-plugin-arca": "0.15.0",
53-
"eslint-plugin-import": "2.29.1",
54-
"eslint-plugin-prettier": "4.0.0",
55-
"eslint-plugin-react": "7.22.0",
56-
"eslint-plugin-react-hooks": "4.3.0",
57-
"eslint-plugin-react-native": "3.10.0",
58-
"genversion": "3.0.2",
59-
"jest": "^29.7.0",
60-
"lerna": "9.0.7",
61-
"metro": "^0.83.1",
62-
"pod-install": "0.1.14",
63-
"prettier": "2.2.0",
64-
"react": "18.3.1",
65-
"react-native": "0.76.9",
66-
"react-native-builder-bob": "0.26.0",
67-
"react-native-gradle-plugin": "^0.71.19",
68-
"react-native-webview": "13.12.2",
69-
"react-test-renderer": "18.3.1",
70-
"typescript": "5.0.4"
71-
},
72-
"peerDependencies": {
73-
"react": "*",
74-
"react-native": "*"
75-
},
76-
"engines": {
77-
"node": ">=18"
78-
},
79-
"jest": {
80-
"projects": [
81-
"<rootDir>/packages/*"
82-
]
83-
},
84-
"packageManager": "yarn@3.4.1",
85-
"resolutions": {
86-
"@istanbuljs/load-nyc-config/js-yaml": "3.14.2",
87-
"@yarnpkg/parsers/js-yaml": "3.14.2",
88-
"cosmiconfig@npm:5.2.1/js-yaml": "3.14.2",
89-
"front-matter@npm:4.0.2/js-yaml": "3.14.2",
90-
"node-forge": "^1.4.0",
91-
"cacache/glob": "^10.5.0",
92-
"@npmcli/arborist": "^9.1.8",
93-
"ejs": "3.1.10",
94-
"shell-quote": "^1.7.3",
95-
"cross-spawn": "7.0.5",
96-
"fast-xml-parser": "4.5.5",
97-
"axios": "1.15.0",
98-
"basic-ftp": ">=5.2.2",
99-
"tar": ">=7.5.8",
100-
"ajv@^8.12.0": "8.18.0",
101-
"minimatch@9.0.3": "9.0.7",
102-
"minimatch@^3.0.2": "3.1.3",
103-
"minimatch@^3.0.4": "3.1.3",
104-
"minimatch@^3.0.5": "3.1.3",
105-
"minimatch@^3.1.1": "3.1.3",
106-
"minimatch@^3.1.2": "3.1.3",
107-
"minimatch@^5.0.1": "5.1.8",
108-
"minimatch@^9.0.4": "9.0.7",
109-
"minimatch@^9.0.5": "9.0.7",
110-
"minimatch@^10.0.3": "10.2.3",
111-
"minimatch@^10.1.1": "10.2.3",
112-
"lodash": "4.18.0",
113-
"qs": ">=6.14.2",
114-
"nanoid": "3.3.8",
115-
"send": "0.19.0",
116-
"serve-static": "1.16.0",
117-
"formidable": "3.5.3",
118-
"snyk": "^1.1298.3",
119-
"form-data": "4.0.4",
120-
"on-headers": "1.1.0",
121-
"tmp": "0.2.4",
122-
"jws": "^4.0.1",
123-
"handlebars": ">=4.7.9",
124-
"@xmldom/xmldom": ">=0.8.12",
125-
"yaml": ">=2.8.3",
126-
"brace-expansion@^2.0.1": "2.0.3",
127-
"brace-expansion@^5.0.2": "5.0.5",
128-
"brace-expansion@^5.0.5": "5.0.5"
129-
}
2+
"name": "dd-sdk-reactnative",
3+
"description": "A client-side React Native module to interact with Datadog",
4+
"keywords": [
5+
"datadog",
6+
"react-native",
7+
"ios",
8+
"android"
9+
],
10+
"author": "Datadog (https://github.com/DataDog)",
11+
"homepage": "https://github.com/DataDog/dd-sdk-reactnative#readme",
12+
"repository": "https://github.com/DataDog/dd-sdk-reactnative",
13+
"bugs": {
14+
"url": "https://github.com/DataDog/dd-sdk-reactnative/issues"
15+
},
16+
"license": "Apache-2.0",
17+
"private": true,
18+
"workspaces": {
19+
"packages": [
20+
"packages/*",
21+
"example",
22+
"example-new-architecture",
23+
"benchmarks"
24+
]
25+
},
26+
"scripts": {
27+
"prepare": "genversion --es6 --semi packages/core/src/version.ts && lerna run prepare",
28+
"test": "genversion --es6 --semi packages/core/src/version.ts && jest",
29+
"lint": "genversion --es6 --semi packages/core/src/version.ts && eslint .",
30+
"example": "yarn --cwd example",
31+
"postinstall": "./packages/react-navigation/fix-react-navigation-import-in-dependencies.sh"
32+
},
33+
"devDependencies": {
34+
"@babel/core": "^7.25.2",
35+
"@babel/plugin-transform-runtime": "^7.25.0",
36+
"@babel/preset-env": "^7.25.3",
37+
"@babel/runtime": "^7.26.10",
38+
"@react-native/babel-preset": "0.76.9",
39+
"@react-native/eslint-config": "0.76.9",
40+
"@react-native/metro-config": "0.76.9",
41+
"@react-native/typescript-config": "0.76.9",
42+
"@testing-library/react-native": "7.0.2",
43+
"@types/jest": "^29.5.0",
44+
"@types/react": "^18.2.6",
45+
"@types/react-native": "0.71.0",
46+
"@types/react-test-renderer": "18.0.0",
47+
"@typescript-eslint/eslint-plugin": "5.61.0",
48+
"@typescript-eslint/parser": "5.61.0",
49+
"dd-trace": "^5.28.0",
50+
"eslint": "^8.19.0",
51+
"eslint-config-prettier": "6.0.0",
52+
"eslint-plugin-arca": "0.15.0",
53+
"eslint-plugin-import": "2.29.1",
54+
"eslint-plugin-prettier": "4.0.0",
55+
"eslint-plugin-react": "7.22.0",
56+
"eslint-plugin-react-hooks": "4.3.0",
57+
"eslint-plugin-react-native": "3.10.0",
58+
"genversion": "3.0.2",
59+
"jest": "^29.7.0",
60+
"lerna": "9.0.7",
61+
"metro": "^0.83.1",
62+
"pod-install": "0.1.14",
63+
"prettier": "2.2.0",
64+
"react": "18.3.1",
65+
"react-native": "0.76.9",
66+
"react-native-builder-bob": "0.26.0",
67+
"react-native-gradle-plugin": "^0.71.19",
68+
"react-native-webview": "13.12.2",
69+
"react-test-renderer": "18.3.1",
70+
"typescript": "5.0.4"
71+
},
72+
"peerDependencies": {
73+
"react": "*",
74+
"react-native": "*"
75+
},
76+
"engines": {
77+
"node": ">=18"
78+
},
79+
"jest": {
80+
"projects": [
81+
"<rootDir>/packages/*"
82+
]
83+
},
84+
"packageManager": "yarn@3.4.1",
85+
"resolutions": {
86+
"cosmiconfig@npm:5.2.1/js-yaml": "3.14.2",
87+
"front-matter@npm:4.0.2/js-yaml": "3.14.2",
88+
"cacache/glob": "^10.5.0",
89+
"@npmcli/arborist": "^9.1.8",
90+
"ejs": "3.1.10",
91+
"cross-spawn": "7.0.5",
92+
"fast-xml-parser": "4.5.5",
93+
"axios": "1.15.0",
94+
"ajv@^8.12.0": "8.18.0",
95+
"minimatch@9.0.3": "9.0.7",
96+
"minimatch@^3.0.2": "3.1.3",
97+
"minimatch@^3.0.4": "3.1.3",
98+
"minimatch@^3.0.5": "3.1.3",
99+
"minimatch@^3.1.1": "3.1.3",
100+
"minimatch@^3.1.2": "3.1.3",
101+
"minimatch@^5.0.1": "5.1.8",
102+
"minimatch@^9.0.4": "9.0.7",
103+
"minimatch@^9.0.5": "9.0.7",
104+
"minimatch@^10.0.3": "10.2.3",
105+
"minimatch@^10.1.1": "10.2.3",
106+
"lodash": "4.18.0",
107+
"nanoid": "3.3.8",
108+
"send": "0.19.0",
109+
"serve-static": "1.16.0",
110+
"formidable": "3.5.3",
111+
"form-data": "4.0.4",
112+
"on-headers": "1.1.0",
113+
"tmp": "0.2.4",
114+
"brace-expansion@^2.0.1": "2.0.3",
115+
"brace-expansion@^5.0.2": "5.0.5",
116+
"brace-expansion@^5.0.5": "5.0.5"
117+
}
130118
}

packages/react-native-babel-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@babel/types": "^7.27.1",
5151
"fast-glob": "^3.3.3",
5252
"svgo": "^4.0.0",
53-
"uuid": "^8.3.2"
53+
"uuid": "^14.0.0"
5454
},
5555
"devDependencies": {
5656
"@babel/cli": "^7.27.2",

0 commit comments

Comments
 (0)