Skip to content

Commit 31d5ff5

Browse files
authored
chore: update to react-native 0.82.0
2 parents 43f4754 + 8c8e8ae commit 31d5ff5

File tree

3 files changed

+244
-245
lines changed

3 files changed

+244
-245
lines changed

example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"dependencies": {
1414
"react": "19.1.1",
15-
"react-native": "0.82.0-rc.4",
16-
"react-native-nitro-modules": "0.29.6"
15+
"react-native": "0.82.0",
16+
"react-native-nitro-modules": "0.29.8"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "7.28.4",
@@ -22,10 +22,10 @@
2222
"@react-native-community/cli": "20.0.2",
2323
"@react-native-community/cli-platform-android": "20.0.2",
2424
"@react-native-community/cli-platform-ios": "20.0.2",
25-
"@react-native/babel-preset": "0.82.0-rc.4",
26-
"@react-native/metro-config": "0.82.0-rc.4",
27-
"@react-native/typescript-config": "0.82.0-rc.4",
28-
"@types/react": "19.1.15",
25+
"@react-native/babel-preset": "0.82.0",
26+
"@react-native/metro-config": "0.82.0",
27+
"@react-native/typescript-config": "0.82.0",
28+
"@types/react": "19.1.1",
2929
"react-native-builder-bob": "0.40.13",
3030
"react-native-monorepo-config": "0.2.1"
3131
},

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,36 +71,36 @@
7171
"provenance": true
7272
},
7373
"devDependencies": {
74-
"@commitlint/cli": "20.0.0",
74+
"@commitlint/cli": "20.1.0",
7575
"@commitlint/config-conventional": "20.0.0",
7676
"@eslint/compat": "1.4.0",
7777
"@eslint/eslintrc": "3.3.1",
78-
"@eslint/js": "9.36.0",
78+
"@eslint/js": "9.37.0",
7979
"@jamesacarr/eslint-formatter-github-actions": "0.2.0",
80-
"@react-native/babel-preset": "0.82.0-rc.4",
81-
"@react-native/eslint-config": "0.82.0-rc.4",
80+
"@react-native/babel-preset": "0.82.0",
81+
"@react-native/eslint-config": "0.82.0",
8282
"@semantic-release/changelog": "6.0.3",
8383
"@semantic-release/git": "10.0.1",
8484
"@semantic-release/npm": "13.0.0-beta.1",
8585
"@types/jest": "30.0.0",
86-
"@types/react": "19.1.15",
86+
"@types/react": "19.2.2",
8787
"clang-format-node": "2.0.1",
8888
"conventional-changelog-conventionalcommits": "9.1.0",
8989
"del-cli": "7.0.0",
90-
"eslint": "9.36.0",
90+
"eslint": "9.37.0",
9191
"eslint-config-prettier": "10.1.8",
9292
"eslint-plugin-ft-flow": "3.0.11",
9393
"eslint-plugin-prettier": "5.5.4",
9494
"jest": "30.2.0",
95-
"lefthook": "1.13.5",
96-
"nitrogen": "0.29.6",
95+
"lefthook": "1.13.6",
96+
"nitrogen": "0.29.8",
9797
"prettier": "3.6.2",
98-
"react": "19.1.1",
99-
"react-native": "0.82.0-rc.4",
98+
"react": "19.2.0",
99+
"react-native": "0.82.0",
100100
"react-native-builder-bob": "0.40.13",
101-
"react-native-nitro-modules": "0.29.6",
101+
"react-native-nitro-modules": "0.29.8",
102102
"semantic-release": "25.0.0-beta.6",
103-
"typescript": "5.9.2"
103+
"typescript": "5.9.3"
104104
},
105105
"overrides": {
106106
"@semantic-release/npm": "13.0.0-beta.1",

0 commit comments

Comments
 (0)