Skip to content

Commit

Permalink
update peer deps info
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki committed Nov 20, 2024
1 parent b23d385 commit 776c2f5
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@
"@ant-design/react-native": "^5.1.3",
"@mpxjs/api-proxy": "^2.9.0",
"@mpxjs/store": "^2.9.0",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/native": "^7.0.3",
"@react-navigation/stack": "^7.0.4",
"react": "*",
"react-native": "*",
"react-native-gesture-handler": "^2.19.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-safe-area-context": "^4.10.1",
"react-native-safe-area-context": "^4.14.0",
"react-native-screens": "^4.1.0",
"react-native-webview": "^13.10.5",
"vue": "^2.7.10",
"vue-demi": "^0.14.6",
Expand Down Expand Up @@ -62,7 +63,7 @@
"@react-navigation/native": {
"optional": true
},
"@react-navigation/native-stack": {
"@react-navigation/stack": {
"optional": true
},
"@ant-design/react-native": {
Expand All @@ -71,6 +72,9 @@
"react-native-safe-area-context": {
"optional": true
},
"react-native-screens": {
"optional": true
},
"react-native-webview": {
"optional": true
},
Expand Down Expand Up @@ -98,4 +102,4 @@
},
"sideEffects": false,
"gitHead": "2d37697869b9bdda3efab92dda8c910b68fd05c0"
}
}

0 comments on commit 776c2f5

Please sign in to comment.