Skip to content

Commit 5f21e1e

Browse files
committed
Support for RN 0.82
1 parent cecaa13 commit 5f21e1e

File tree

4 files changed

+413
-427
lines changed

4 files changed

+413
-427
lines changed

package.json

Lines changed: 7 additions & 7 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.81.5",
97-
"@react-native/eslint-config": "0.81.5",
98-
"@react-native/metro-config": "0.81.5",
99-
"@react-native/typescript-config": "0.81.5",
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",
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.0",
107+
"@types/react": "^19.1.1",
108108
"@types/react-test-renderer": "^19.1.0",
109109
"@typescript-eslint/eslint-plugin": "8.21.0",
110110
"@typescript-eslint/parser": "8.21.0",
@@ -125,14 +125,14 @@
125125
"pngjs": "^6.0.0",
126126
"prettier": "2.8.8",
127127
"react": "19.1.0",
128-
"react-native": "0.81.5",
128+
"react-native": "0.82.1",
129129
"react-native-builder-bob": "^0.40.13",
130130
"react-native-fast-image": "^8.6.3",
131131
"react-native-gesture-handler": "^2.22.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.0",
135+
"react-test-renderer": "19.1.1",
136136
"redux": "^5.0.1",
137137
"remx": "3.x.x",
138138
"semver": "5.x.x",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Jul 28 13:48:47 IDT 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

playground/package.json

Lines changed: 9 additions & 9 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.81.5",
41-
"@react-native/eslint-config": "0.81.5",
42-
"@react-native/metro-config": "0.81.5",
43-
"@react-native/typescript-config": "0.81.5",
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",
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.0",
50+
"@types/react": "^19.1.1",
5151
"@types/react-test-renderer": "^19.1.0",
5252
"@typescript-eslint/eslint-plugin": "8.21.0",
5353
"@typescript-eslint/parser": "8.21.0",
@@ -68,14 +68,14 @@
6868
"pngjs": "^6.0.0",
6969
"prettier": "2.8.8",
7070
"react": "19.1.0",
71-
"react-native": "0.81.5",
71+
"react-native": "0.82.1",
7272
"react-native-fast-image": "^8.6.3",
7373
"react-native-gesture-handler": "^2.22.1",
7474
"react-native-monorepo-config": "^0.3.0",
75-
"react-native-reanimated": "4.1.5",
76-
"react-native-worklets": "0.5.0",
75+
"react-native-reanimated": "4.2.0",
76+
"react-native-worklets": "0.7.1",
7777
"react-redux": "9.1.2",
78-
"react-test-renderer": "19.1.0",
78+
"react-test-renderer": "19.1.1",
7979
"redux": "^5.0.1",
8080
"remx": "3.x.x",
8181
"semver": "5.x.x",

0 commit comments

Comments
 (0)