Skip to content

Commit bc33f9f

Browse files
authored
feat: update peer dep (#324)
- fixed #323
1 parent b018847 commit bc33f9f

File tree

4 files changed

+1963
-1360
lines changed

4 files changed

+1963
-1360
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"hoist-non-react-statics": "^3.3.0",
1919
"react": "18.0.0",
2020
"react-dom": "18.0.0",
21-
"react-native": "0.69.6",
21+
"react-native": "0.69.9",
2222
"react-native-web": "~0.18.7"
2323
},
2424
"devDependencies": {

example/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6546,10 +6546,10 @@ react-native-web@~0.18.7:
65466546
postcss-value-parser "^4.2.0"
65476547
styleq "^0.1.2"
65486548

6549-
6550-
version "0.69.6"
6551-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.69.6.tgz#cdd1a5757d902b91b165c28fdda4e518ed6f683a"
6552-
integrity sha512-wwXpqM+12kdEYdBZCJUb5SBu95CzgejrwFeYJ78RzHZV/Sj6DBRekbsHGrDDsY4R25QXALQxy4DQYQCObVvWjA==
6549+
6550+
version "0.69.9"
6551+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.69.9.tgz#c988dfc2e21b3b586d35a8cc57b102537e760edc"
6552+
integrity sha512-I1xqIn47RWxBToO4E6yqyIPSaK9mZnMiscMfrFpWjQr3Gdkicr9y+twmtrRszxaLdQLjHzh/M3y4qOqc3hZnpg==
65536553
dependencies:
65546554
"@jest/create-cache-key-function" "^27.0.1"
65556555
"@react-native-community/cli" "^8.0.4"

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,13 @@
4343
"husky": "^3.0.0",
4444
"lint-staged": "^9.2.0",
4545
"prettier": "^2.3.2",
46-
"react": "^16.8.6",
47-
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
46+
"react": "18.0.0",
47+
"react-dom": "18.0.0",
48+
"react-native": "0.69.9",
4849
"typescript": "^3.5.3"
4950
},
5051
"peerDependencies": {
51-
"react": ">=16.3.0"
52+
"react": ">=18.0.0"
5253
},
5354
"@react-native-community/bob": {
5455
"source": "src",

0 commit comments

Comments
 (0)