Skip to content

Commit 3a7b84b

Browse files
fix: downgrade react version from 19.2.4 to 19.2.3 in package.json and yarn.lock
1 parent 1ec9b64 commit 3a7b84b

3 files changed

Lines changed: 4 additions & 11 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@op-engineering/op-sqlite": "15.2.5",
2626
"@react-native-async-storage/async-storage": "2.2.0",
27-
"react": "19.2.4",
27+
"react": "19.2.3",
2828
"react-native": "0.84.1",
2929
"react-native-gesture-handler": "2.31.2"
3030
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"jest": "29.7.0",
8181
"lefthook": "2.1.3",
8282
"prettier": "3.4.2",
83-
"react": "19.2.4",
83+
"react": "19.2.3",
8484
"react-native": "0.84.1",
8585
"react-native-builder-bob": "0.40.18",
8686
"react-native-gesture-handler": "2.31.2",

yarn.lock

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9223,7 +9223,7 @@ __metadata:
92239223
"@react-native/metro-config": "npm:0.84.1"
92249224
"@react-native/typescript-config": "npm:0.84.1"
92259225
"@types/react": "npm:19.2.14"
9226-
react: "npm:19.2.4"
9226+
react: "npm:19.2.3"
92279227
react-native: "npm:0.84.1"
92289228
react-native-builder-bob: "npm:0.40.18"
92299229
react-native-gesture-handler: "npm:2.31.2"
@@ -9256,7 +9256,7 @@ __metadata:
92569256
jest: "npm:29.7.0"
92579257
lefthook: "npm:2.1.3"
92589258
prettier: "npm:3.4.2"
9259-
react: "npm:19.2.4"
9259+
react: "npm:19.2.3"
92609260
react-native: "npm:0.84.1"
92619261
react-native-builder-bob: "npm:0.40.18"
92629262
react-native-gesture-handler: "npm:2.31.2"
@@ -11118,13 +11118,6 @@ __metadata:
1111811118
languageName: node
1111911119
linkType: hard
1112011120

11121-
"react@npm:19.2.4":
11122-
version: 19.2.4
11123-
resolution: "react@npm:19.2.4"
11124-
checksum: 10/18179fe217f67eb2d0bc61cd04e7ad3c282ea09a1dface7eacd71816f62609f4bbf566c447c704335284deb8397b00bca084e0cd60e6f437279a7498e2d0bfe0
11125-
languageName: node
11126-
linkType: hard
11127-
1112811121
"readable-stream@npm:^3.0.2, readable-stream@npm:^3.4.0":
1112911122
version: 3.6.2
1113011123
resolution: "readable-stream@npm:3.6.2"

0 commit comments

Comments
 (0)