Skip to content

Commit

Permalink
feat(rn): mv unimodules deps (#11582)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen authored Apr 6, 2022
1 parent acefa50 commit e0bc983
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
6 changes: 2 additions & 4 deletions packages/taro-components-rn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
"@ant-design/react-native": "^4.2.0",
"@react-native-community/slider": "~4.1.12",
"@react-native-picker/picker": "~2.2.1",
"@unimodules/core": "^7.1.2",
"@unimodules/react-native-adapter": "^6.3.9",
"expo-asset": "^8.3.3",
"expo-av": "~9.2.3",
"expo-barcode-scanner": "~10.2.2",
Expand All @@ -39,12 +37,12 @@
"react-native-maps": "^0.25.0",
"react-native-pager-view": "~5.4.9",
"react-native-svg": "~12.1.1",
"react-native-webview": "~11.14.3",
"unimodules-permissions-interface": "~5.3.0"
"react-native-webview": "~11.14.3"
},
"devDependencies": {
"@tarojs/components": "3.4.4",
"@types/react-native": "0.67.0",
"@unimodules/core": "^7.1.2",
"cpy-cli": "^3.1.1",
"expo-constants": "~9.2.0",
"expo-file-system": "~11.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/taro-rn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@
"react-native-root-toast": "^3.0.1",
"react-native-safe-area-context": "~3.4.1",
"react-native-stylekit": "^1.0.0",
"react-native-syan-image-picker": "0.5.3",
"react-native-unimodules": "~0.14.10"
"react-native-syan-image-picker": "0.5.3"
},
"devDependencies": {
"@tarojs/taro": "3.4.4",
"@types/react-native": "0.67.0",
"cpy-cli": "^3.1.1",
"fbjs-scripts": "^3.0.1",
"react-native": "^0.67.3"
"react-native": "^0.67.3",
"react-native-unimodules": "~0.14.10"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "~1.15.11",
Expand Down
1 change: 0 additions & 1 deletion packages/taro-router-rn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"peerDependencies": {
"@react-native-masked-view/masked-view": "~0.2.6",
"react-native-gesture-handler": "~1.10.3",
"react-native-reanimated": "~2.4.1",
"react-native-safe-area-context": "~3.4.1",
"react-native-screens": "^3.12.0"
},
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6753,7 +6753,7 @@
dependencies:
compare-versions "^3.4.0"

"@unimodules/react-native-adapter@^6.3.9", "@unimodules/react-native-adapter@~6.3.9":
"@unimodules/react-native-adapter@~6.3.9":
version "6.3.9"
resolved "https://registry.yarnpkg.com/@unimodules/react-native-adapter/-/react-native-adapter-6.3.9.tgz#2f4bef6b7532dce5bf9f236e69f96403d0243c30"
integrity sha512-i9/9Si4AQ8awls+YGAKkByFbeAsOPgUNeLoYeh2SQ3ddjxJ5ZJDtq/I74clDnpDcn8zS9pYlcDJ9fgVJa39Glw==
Expand Down Expand Up @@ -29418,11 +29418,6 @@ unimodules-app-loader@~2.2.0:
resolved "https://registry.yarnpkg.com/unimodules-app-loader/-/unimodules-app-loader-2.2.0.tgz#8f8543630ada0f9092ce95050d05738990d1f4ab"
integrity sha512-porQWVWu7meIrCJ+c+H7eJyeC2rHioLUZiv4UcOs33SAyUhR4X05tCC8NIOuQJsF08Fj3a0ck7HUsd5xq+LqKA==

unimodules-permissions-interface@~5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/unimodules-permissions-interface/-/unimodules-permissions-interface-5.3.0.tgz#b7576c9143dd20f7d9dfa2346eda10841e439505"
integrity sha512-DxgzzRp/3JzIyKYsfQpuWuesl4EYEx6nRZRMk6pWudfsvYu51RKOv5jwY4KskpW7sDGo6xHmiwQ6KCJu9UMQBA==

unimodules-task-manager-interface@~6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/unimodules-task-manager-interface/-/unimodules-task-manager-interface-6.2.0.tgz#e9e19ca5b28b2dfafa5768baf9da6c71bf6940d8"
Expand Down

0 comments on commit e0bc983

Please sign in to comment.