Skip to content

Commit

Permalink
feat: update dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Aug 12, 2021
1 parent e86fba0 commit 31afe40
Show file tree
Hide file tree
Showing 3 changed files with 602 additions and 392 deletions.
10 changes: 8 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,11 @@ PODS:
- React-Core
- react-native-netinfo (5.9.10):
- React-Core
- react-native-pager-view (5.4.0):
- React-Core
- react-native-safe-area-context (3.2.0):
- React-Core
- react-native-slider (4.0.0-rc.1):
- react-native-slider (4.0.0-rc.3):
- React-Core
- react-native-splash-screen (3.2.0):
- React
Expand Down Expand Up @@ -407,6 +409,7 @@ DEPENDENCIES:
- "react-native-geolocation (from `../node_modules/@react-native-community/geolocation`)"
- react-native-image-resizer (from `../node_modules/react-native-image-resizer`)
- "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)"
- react-native-pager-view (from `../node_modules/react-native-pager-view`)
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
- "react-native-slider (from `../node_modules/@react-native-community/slider`)"
- react-native-splash-screen (from `../node_modules/react-native-splash-screen`)
Expand Down Expand Up @@ -516,6 +519,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-image-resizer"
react-native-netinfo:
:path: "../node_modules/@react-native-community/netinfo"
react-native-pager-view:
:path: "../node_modules/react-native-pager-view"
react-native-safe-area-context:
:path: "../node_modules/react-native-safe-area-context"
react-native-slider:
Expand Down Expand Up @@ -628,8 +633,9 @@ SPEC CHECKSUMS:
react-native-geolocation: c956aeb136625c23e0dce0467664af2c437888c9
react-native-image-resizer: d9fb629a867335bdc13230ac2a58702bb8c8828f
react-native-netinfo: 30fb89fa913c342be82a887b56e96be6d71201dd
react-native-pager-view: 54970cc27fdef14db2dcfedadb091d711e88065d
react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79
react-native-slider: 6f0f211f747e7ec892490a2048e7c73abd49fb6e
react-native-slider: ae891b9fca8c9b4a99691f6d45731f0ef2bb1866
react-native-splash-screen: 200d11d188e2e78cea3ad319964f6142b6384865
react-native-viewpager: 32259f9d01874abdf42b25cf81a1d78d1aa55582
react-native-webview: 2e8fe70dc32b50d3231c23043f8e8b5a5525d346
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ios": "react-native run-ios --no-packager",
"start": "npm run dev:rn",
"podInstall": "pod-install",
"upgradePeerdeps": "install-peerdeps @tarojs/[email protected].0 -o -Y && install-peerdeps @tarojs/[email protected].0 -o -Y && install-peerdeps @tarojs/[email protected].0 -o -Y && pod-install"
"upgradePeerdeps": "install-peerdeps @tarojs/[email protected].3 -o -Y && install-peerdeps @tarojs/[email protected].3 -o -Y && install-peerdeps @tarojs/[email protected].3 -o -Y && pod-install"
},
"browserslist": [
"last 3 versions",
Expand All @@ -47,14 +47,13 @@
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.9.7",
"@react-native-community/picker": "^1.8.1",
"@react-native-community/slider": "4.0.0-rc.1",
"@react-native-community/viewpager": "^4.2.2",
"@tarojs/components": "3.3.0",
"@tarojs/react": "3.3.0",
"@tarojs/runtime": "3.3.0",
"@tarojs/taro": "3.3.0",
"@tarojs/taro-rn": "3.3.0",
"@react-native-community/slider": "4.0.0-rc.3",
"@react-native-picker/picker": "^1.16.4",
"@tarojs/components": "3.3.3",
"@tarojs/react": "3.3.3",
"@tarojs/runtime": "3.3.3",
"@tarojs/taro": "3.3.3",
"@tarojs/taro-rn": "3.3.3",
"expo-av": "~8.6.0",
"expo-barcode-scanner": "~9.0.0",
"expo-brightness": "^8.3.0",
Expand All @@ -70,6 +69,7 @@
"react-native": "^0.64.0",
"react-native-gesture-handler": "^1.8.0",
"react-native-image-resizer": "^1.4.0",
"react-native-pager-view": "^5.4.0",
"react-native-reanimated": "^1.13.1",
"react-native-safe-area-context": "^3.1.8",
"react-native-screens": "^2.11.0",
Expand All @@ -80,17 +80,17 @@
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@tarojs/cli": "3.3.0",
"@tarojs/mini-runner": "3.3.0",
"@tarojs/rn-runner": "3.3.0",
"@tarojs/webpack-runner": "3.3.0",
"@tarojs/cli": "3.3.3",
"@tarojs/mini-runner": "3.3.3",
"@tarojs/rn-runner": "3.3.3",
"@tarojs/webpack-runner": "3.3.3",
"@types/react": "^17.0.2",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"babel-preset-taro": "3.3.0",
"babel-preset-taro": "3.3.3",
"eslint": "^6.8.0",
"eslint-config-taro": "3.3.0",
"eslint-config-taro": "3.3.3",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-react-hooks": "^4.2.0",
Expand Down
Loading

0 comments on commit 31afe40

Please sign in to comment.