Skip to content

Commit

Permalink
feat: taro 3.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Oct 31, 2023
1 parent b4ce595 commit e57cd2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"react-native-gesture-handler": "~2.9.0",
"react-native-pager-view": "~6.0.1",
"react-native-safe-area-context": "~4.4.1",
"react-native-screens": "^3.18.2",
"react-native-screens": "~3.19.0",
"react-native-svg": "~13.7.0",
"react-native-syan-image-picker": "0.5.3",
"react-native-webview": "~11.23.0"
Expand Down Expand Up @@ -116,5 +116,8 @@
"ts-node": "^10.9.1",
"typescript": "^4.1.0",
"webpack": "^5.78.0"
},
"resolutions": {
"react-native-screens": "~3.19.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13488,10 +13488,10 @@ react-native-safe-area-context@~4.4.1:
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.4.1.tgz#239c60b8a9a80eac70a38a822b04c0f1d15ffc01"
integrity sha512-N9XTjiuD73ZpVlejHrUWIFZc+6Z14co1K/p1IFMkImU7+avD69F3y+lhkqA2hN/+vljdZrBSiOwXPkuo43nFQA==

react-native-screens@^3.18.2:
version "3.27.0"
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.27.0.tgz#2ac39f78dee27df97d3b6fb11ebf8e5751aa986a"
integrity sha512-FzSUygZ7yLQyhDJZsl7wU68LwRpVtVdqOPWribmEU3Tf26FohFGGcfJx1D8lf2V2Teb8tI+IaLnXCKbyh2xffA==
react-native-screens@^3.18.2, react-native-screens@~3.19.0:
version "3.19.0"
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.19.0.tgz#ec68685e04b074ebce4641b3a0ae7e2571629b75"
integrity sha512-Ehsmy7jr3H3j5pmN+/FqsAaIAD+k+xkcdePfLcg4rYRbN5X7fJPgaqhcmiCcZ0YxsU8ttsstP9IvRLNQuIkRRA==
dependencies:
react-freeze "^1.0.0"
warn-once "^0.1.0"
Expand Down

0 comments on commit e57cd2e

Please sign in to comment.