Skip to content

Commit 31afe40

Browse files
committed
feat: update dep version
1 parent e86fba0 commit 31afe40

File tree

3 files changed

+602
-392
lines changed

3 files changed

+602
-392
lines changed

ios/Podfile.lock

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,11 @@ PODS:
257257
- React-Core
258258
- react-native-netinfo (5.9.10):
259259
- React-Core
260+
- react-native-pager-view (5.4.0):
261+
- React-Core
260262
- react-native-safe-area-context (3.2.0):
261263
- React-Core
262-
- react-native-slider (4.0.0-rc.1):
264+
- react-native-slider (4.0.0-rc.3):
263265
- React-Core
264266
- react-native-splash-screen (3.2.0):
265267
- React
@@ -407,6 +409,7 @@ DEPENDENCIES:
407409
- "react-native-geolocation (from `../node_modules/@react-native-community/geolocation`)"
408410
- react-native-image-resizer (from `../node_modules/react-native-image-resizer`)
409411
- "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)"
412+
- react-native-pager-view (from `../node_modules/react-native-pager-view`)
410413
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
411414
- "react-native-slider (from `../node_modules/@react-native-community/slider`)"
412415
- react-native-splash-screen (from `../node_modules/react-native-splash-screen`)
@@ -516,6 +519,8 @@ EXTERNAL SOURCES:
516519
:path: "../node_modules/react-native-image-resizer"
517520
react-native-netinfo:
518521
:path: "../node_modules/@react-native-community/netinfo"
522+
react-native-pager-view:
523+
:path: "../node_modules/react-native-pager-view"
519524
react-native-safe-area-context:
520525
:path: "../node_modules/react-native-safe-area-context"
521526
react-native-slider:
@@ -628,8 +633,9 @@ SPEC CHECKSUMS:
628633
react-native-geolocation: c956aeb136625c23e0dce0467664af2c437888c9
629634
react-native-image-resizer: d9fb629a867335bdc13230ac2a58702bb8c8828f
630635
react-native-netinfo: 30fb89fa913c342be82a887b56e96be6d71201dd
636+
react-native-pager-view: 54970cc27fdef14db2dcfedadb091d711e88065d
631637
react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79
632-
react-native-slider: 6f0f211f747e7ec892490a2048e7c73abd49fb6e
638+
react-native-slider: ae891b9fca8c9b4a99691f6d45731f0ef2bb1866
633639
react-native-splash-screen: 200d11d188e2e78cea3ad319964f6142b6384865
634640
react-native-viewpager: 32259f9d01874abdf42b25cf81a1d78d1aa55582
635641
react-native-webview: 2e8fe70dc32b50d3231c23043f8e8b5a5525d346

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"ios": "react-native run-ios --no-packager",
3232
"start": "npm run dev:rn",
3333
"podInstall": "pod-install",
34-
"upgradePeerdeps": "install-peerdeps @tarojs/taro-rn@3.3.0 -o -Y && install-peerdeps @tarojs/components-rn@3.3.0 -o -Y && install-peerdeps @tarojs/router-rn@3.3.0 -o -Y && pod-install"
34+
"upgradePeerdeps": "install-peerdeps @tarojs/taro-rn@3.3.3 -o -Y && install-peerdeps @tarojs/components-rn@3.3.3 -o -Y && install-peerdeps @tarojs/router-rn@3.3.3 -o -Y && pod-install"
3535
},
3636
"browserslist": [
3737
"last 3 versions",
@@ -47,14 +47,13 @@
4747
"@react-native-community/geolocation": "^2.0.2",
4848
"@react-native-community/masked-view": "^0.1.10",
4949
"@react-native-community/netinfo": "^5.9.7",
50-
"@react-native-community/picker": "^1.8.1",
51-
"@react-native-community/slider": "4.0.0-rc.1",
52-
"@react-native-community/viewpager": "^4.2.2",
53-
"@tarojs/components": "3.3.0",
54-
"@tarojs/react": "3.3.0",
55-
"@tarojs/runtime": "3.3.0",
56-
"@tarojs/taro": "3.3.0",
57-
"@tarojs/taro-rn": "3.3.0",
50+
"@react-native-community/slider": "4.0.0-rc.3",
51+
"@react-native-picker/picker": "^1.16.4",
52+
"@tarojs/components": "3.3.3",
53+
"@tarojs/react": "3.3.3",
54+
"@tarojs/runtime": "3.3.3",
55+
"@tarojs/taro": "3.3.3",
56+
"@tarojs/taro-rn": "3.3.3",
5857
"expo-av": "~8.6.0",
5958
"expo-barcode-scanner": "~9.0.0",
6059
"expo-brightness": "^8.3.0",
@@ -70,6 +69,7 @@
7069
"react-native": "^0.64.0",
7170
"react-native-gesture-handler": "^1.8.0",
7271
"react-native-image-resizer": "^1.4.0",
72+
"react-native-pager-view": "^5.4.0",
7373
"react-native-reanimated": "^1.13.1",
7474
"react-native-safe-area-context": "^3.1.8",
7575
"react-native-screens": "^2.11.0",
@@ -80,17 +80,17 @@
8080
},
8181
"devDependencies": {
8282
"@babel/core": "^7.8.0",
83-
"@tarojs/cli": "3.3.0",
84-
"@tarojs/mini-runner": "3.3.0",
85-
"@tarojs/rn-runner": "3.3.0",
86-
"@tarojs/webpack-runner": "3.3.0",
83+
"@tarojs/cli": "3.3.3",
84+
"@tarojs/mini-runner": "3.3.3",
85+
"@tarojs/rn-runner": "3.3.3",
86+
"@tarojs/webpack-runner": "3.3.3",
8787
"@types/react": "^17.0.2",
8888
"@types/webpack-env": "^1.13.6",
8989
"@typescript-eslint/eslint-plugin": "^4.15.1",
9090
"@typescript-eslint/parser": "^4.15.1",
91-
"babel-preset-taro": "3.3.0",
91+
"babel-preset-taro": "3.3.3",
9292
"eslint": "^6.8.0",
93-
"eslint-config-taro": "3.3.0",
93+
"eslint-config-taro": "3.3.3",
9494
"eslint-plugin-import": "^2.12.0",
9595
"eslint-plugin-react": "^7.8.2",
9696
"eslint-plugin-react-hooks": "^4.2.0",

0 commit comments

Comments
 (0)