Skip to content

Commit 2995750

Browse files
committed
Fix dependencies
1 parent e4bdc46 commit 2995750

File tree

2 files changed

+75
-36
lines changed

2 files changed

+75
-36
lines changed

package-lock.json

Lines changed: 69 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@
2323
"@babel/traverse": "^7.12.5",
2424
"@rollup/plugin-typescript": "^6.0.0",
2525
"@types/node": "^14.14.6",
26-
"@types/react": "^16.9.56",
26+
"@types/react": "17.0.0",
27+
"@types/react-dom": "17.0.0",
2728
"babel-jest": "26.3.0",
2829
"jest": "26.4.2",
2930
"metro-react-native-babel-preset": "^0.64.0",
30-
"react": "^17.0.1",
31-
"react-dom": "^17.0.1",
32-
"react-native": "^0.63.3",
33-
"react-native-webview": "^10.10.2",
31+
"react": "16.13.1",
32+
"react-dom": "17.0.1",
33+
"react-native": "0.63.4",
34+
"react-native-webview": "11.0.2",
3435
"rimraf": "^3.0.2",
3536
"rollup": "^2.32.0",
3637
"tslib": "^2.0.3",

0 commit comments

Comments
 (0)