Skip to content

Commit 00e52a6

Browse files
committed
Upgrade to rn 0.83
1 parent 2b69931 commit 00e52a6

File tree

3 files changed

+341
-164
lines changed

3 files changed

+341
-164
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,18 @@
9393
"@react-native-community/cli-platform-ios": "20.0.0",
9494
"@react-native-community/datetimepicker": "^8.2.0",
9595
"@react-native-community/netinfo": "^11.4.1",
96-
"@react-native/babel-preset": "0.82.1",
97-
"@react-native/eslint-config": "0.82.1",
98-
"@react-native/metro-config": "0.82.1",
99-
"@react-native/typescript-config": "0.82.1",
96+
"@react-native/babel-preset": "0.83.0",
97+
"@react-native/eslint-config": "0.83.0",
98+
"@react-native/metro-config": "0.83.0",
99+
"@react-native/typescript-config": "0.83.0",
100100
"@testing-library/jest-native": "^5.4.2",
101101
"@testing-library/react-native": "^13.0.1",
102102
"@types/hoist-non-react-statics": "^3.3.6",
103103
"@types/jasmine": "3.5.10",
104104
"@types/jest": "^29.5.13",
105105
"@types/lodash": "^4.17.20",
106106
"@types/prop-types": "^15.7.14",
107-
"@types/react": "^19.1.1",
107+
"@types/react": "^19.2.0",
108108
"@types/react-test-renderer": "^19.1.0",
109109
"@typescript-eslint/eslint-plugin": "8.21.0",
110110
"@typescript-eslint/parser": "8.21.0",
@@ -124,15 +124,15 @@
124124
"pixelmatch": "^5.2.1",
125125
"pngjs": "^6.0.0",
126126
"prettier": "2.8.8",
127-
"react": "19.1.1",
128-
"react-native": "0.82.1",
127+
"react": "19.2.0",
128+
"react-native": "0.83.0",
129129
"react-native-builder-bob": "^0.40.13",
130130
"react-native-fast-image": "^8.6.3",
131131
"react-native-gesture-handler": "^2.29.1",
132132
"react-native-reanimated": "4.1.5",
133133
"react-native-worklets": "0.5.0",
134134
"react-redux": "9.1.2",
135-
"react-test-renderer": "19.1.1",
135+
"react-test-renderer": "19.2.0",
136136
"redux": "^5.0.1",
137137
"remx": "3.x.x",
138138
"semver": "5.x.x",

playground/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
"@react-native-community/cli-platform-ios": "20.0.0",
3838
"@react-native-community/datetimepicker": "^8.2.0",
3939
"@react-native-community/netinfo": "^11.4.1",
40-
"@react-native/babel-preset": "0.82.1",
41-
"@react-native/eslint-config": "0.82.1",
42-
"@react-native/metro-config": "0.82.1",
43-
"@react-native/typescript-config": "0.82.1",
40+
"@react-native/babel-preset": "0.83.0",
41+
"@react-native/eslint-config": "0.83.0",
42+
"@react-native/metro-config": "0.83.0",
43+
"@react-native/typescript-config": "0.83.0",
4444
"@testing-library/jest-native": "^5.4.2",
4545
"@testing-library/react-native": "^13.0.1",
4646
"@types/hoist-non-react-statics": "^3.3.6",
4747
"@types/jasmine": "3.5.10",
4848
"@types/jest": "^29.5.13",
4949
"@types/lodash": "^4.17.20",
50-
"@types/react": "^19.1.1",
50+
"@types/react": "^19.2.0",
5151
"@types/react-test-renderer": "^19.1.0",
5252
"@typescript-eslint/eslint-plugin": "8.21.0",
5353
"@typescript-eslint/parser": "8.21.0",
@@ -67,15 +67,15 @@
6767
"pixelmatch": "^5.2.1",
6868
"pngjs": "^6.0.0",
6969
"prettier": "2.8.8",
70-
"react": "19.1.1",
71-
"react-native": "0.82.1",
70+
"react": "19.2.0",
71+
"react-native": "0.83.0",
7272
"react-native-fast-image": "^8.6.3",
7373
"react-native-gesture-handler": "^2.29.1",
7474
"react-native-monorepo-config": "^0.3.0",
7575
"react-native-reanimated": "4.2.0",
7676
"react-native-worklets": "0.7.1",
7777
"react-redux": "9.1.2",
78-
"react-test-renderer": "19.1.1",
78+
"react-test-renderer": "19.2.0",
7979
"redux": "^5.0.1",
8080
"remx": "3.x.x",
8181
"semver": "5.x.x",

0 commit comments

Comments
 (0)