Skip to content

Commit

Permalink
fix core peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki committed Jan 22, 2025
1 parent 4c7e190 commit 30a2a23
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@
"miniprogram-api-typings": "^3.10.0"
},
"peerDependencies": {
"@ant-design/react-native": "^5.1.3",
"@d11/react-native-fast-image": "^8.6.12",
"@mpxjs/api-proxy": "^2.9.0",
"@mpxjs/store": "^2.9.0",
"@react-navigation/native": "^7.0.3",
"@react-navigation/stack": "^7.0.4",
"promise": "^8.3.0",
"react": "*",
"react-native": "*",
"react-native-reanimated": "^3.15.2",
"react-native-gesture-handler": "^2.19.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-safe-area-context": "^4.14.0",
Expand Down Expand Up @@ -62,7 +61,7 @@
"react-native": {
"optional": true
},
"promise": {
"react-native-reanimated": {
"optional": true
},
"@react-navigation/native": {
Expand All @@ -71,9 +70,6 @@
"@react-navigation/stack": {
"optional": true
},
"@ant-design/react-native": {
"optional": true
},
"react-native-safe-area-context": {
"optional": true
},
Expand Down

0 comments on commit 30a2a23

Please sign in to comment.