Bump ReactNativeFlipperExample npm deps

Summary:
Everything but react-native where we'd want to go through the
upgrade wizard. Used `yarn upgrade-interactive` to hit a few dependabot updates at once.

Reviewed By: mweststrate

Differential Revision: D24537224

fbshipit-source-id: c03f86310a9e5578cccc29e346c702165482a487
This commit is contained in:
Pascal Hartig
2020-10-27 05:54:30 -07:00
committed by Facebook GitHub Bot
parent f36c3656b5
commit 61a134195c
2 changed files with 486 additions and 323 deletions

View File

@@ -10,17 +10,17 @@
"test": "jest" "test": "jest"
}, },
"dependencies": { "dependencies": {
"react": "^16.14", "react": "^17.0.1",
"react-native": "^0.62.2", "react-native": "^0.62.2",
"react-native-flipper": "^0.62.0" "react-native-flipper": "^0.63.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.11.4", "@babel/core": "^7.12.3",
"@babel/runtime": "^7.12.1", "@babel/runtime": "^7.12.1",
"babel-jest": "^26.3.0", "babel-jest": "^26.6.1",
"jest": "^26.5.3", "jest": "^26.6.1",
"metro-react-native-babel-preset": "^0.63.0", "metro-react-native-babel-preset": "^0.63.0",
"react-test-renderer": "16.11.0", "react-test-renderer": "17.0.1",
"relative-deps": "^1.0.0" "relative-deps": "^1.0.0"
}, },
"jest": { "jest": {

File diff suppressed because it is too large Load Diff