mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 04:25:34 +08:00
update deps for testing
This commit is contained in:
@@ -41,6 +41,8 @@
|
||||
"homepage": "https://github.com/react-navigation/react-navigation-stack#readme",
|
||||
"devDependencies": {
|
||||
"@expo/vector-icons": "^6.2.0",
|
||||
"@react-navigation/core": "^3.0.0-alpha",
|
||||
"@react-navigation/native": "^3.0.0-alpha",
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-jest": "^22.4.1",
|
||||
"babel-plugin-syntax-class-properties": "^6.13.0",
|
||||
@@ -59,19 +61,18 @@
|
||||
"react-dom": "16.3.1",
|
||||
"react-native": "~0.55.4",
|
||||
"react-native-gesture-handler": "^1.0.8",
|
||||
"react-native-screens": "^1.0.0-alpha",
|
||||
"react-test-renderer": "16.3.1",
|
||||
"release-it": "^7.6.1",
|
||||
"@react-navigation/core": "^3.0.0-alpha",
|
||||
"@react-navigation/native": "^3.0.0-alpha"
|
||||
"release-it": "^7.6.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@react-navigation/core": "^3.0.0-alpha",
|
||||
"@react-navigation/native": "^3.0.0-alpha",
|
||||
"react": "*",
|
||||
"react-native": "*",
|
||||
"react-native-gesture-handler": "^1.0.0",
|
||||
"react-native-reanimated": "^1.0.0 || ^1.0.0-alpha",
|
||||
"react-native-screens": "^1.0.0 || ^1.0.0-alpha",
|
||||
"@react-navigation/core": "^3.0.0-alpha",
|
||||
"@react-navigation/native": "^3.0.0-alpha"
|
||||
"react-native-screens": "^1.0.0 || ^1.0.0-alpha"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "react-native",
|
||||
|
||||
Reference in New Issue
Block a user