Browse Source

Upgrade dependencies for demo

iou90 4 years ago
parent
commit
830e1c21bd
3 changed files with 3035 additions and 2452 deletions
  1. 2
    2
      demo/ios/Podfile.lock
  2. 10
    10
      demo/package.json
  3. 3023
    2440
      demo/yarn.lock

+ 2
- 2
demo/ios/Podfile.lock View File

@@ -182,7 +182,7 @@ PODS:
182 182
     - React-cxxreact (= 0.61.5)
183 183
     - React-jsi (= 0.61.5)
184 184
   - React-jsinspector (0.61.5)
185
-  - react-native-webview (8.0.4):
185
+  - react-native-webview (8.1.0):
186 186
     - React
187 187
   - React-RCTActionSheet (0.61.5):
188 188
     - React-Core/RCTActionSheetHeaders (= 0.61.5)
@@ -326,7 +326,7 @@ SPEC CHECKSUMS:
326 326
   React-jsi: cb2cd74d7ccf4cffb071a46833613edc79cdf8f7
327 327
   React-jsiexecutor: d5525f9ed5f782fdbacb64b9b01a43a9323d2386
328 328
   React-jsinspector: fa0ecc501688c3c4c34f28834a76302233e29dc0
329
-  react-native-webview: 3f5aa91c3cb083ea4762e006b9653291a96a777a
329
+  react-native-webview: 88d83b4df2e792cfc36c952b1c496e2ac01cf0b8
330 330
   React-RCTActionSheet: 600b4d10e3aea0913b5a92256d2719c0cdd26d76
331 331
   React-RCTAnimation: 791a87558389c80908ed06cc5dfc5e7920dfa360
332 332
   React-RCTBlob: d89293cc0236d9cb0933d85e430b0bbe81ad1d72

+ 10
- 10
demo/package.json View File

@@ -9,20 +9,20 @@
9 9
     "test": "jest"
10 10
   },
11 11
   "dependencies": {
12
-    "react": "16.9.0",
12
+    "react": "16.12.0",
13 13
     "react-native": "0.61.5",
14 14
     "react-native-autoheight-webview": "../",
15
-    "react-native-webview": "^8.0.4"
15
+    "react-native-webview": "^8.1.0"
16 16
   },
17 17
   "devDependencies": {
18
-    "@babel/core": "^7.5.0",
19
-    "@babel/runtime": "^7.5.0",
20
-    "@react-native-community/eslint-config": "^0.0.3",
21
-    "babel-jest": "^24.1.0",
22
-    "eslint": "5.16.0",
23
-    "jest": "^24.1.0",
24
-    "metro-react-native-babel-preset": "^0.51.1",
25
-    "react-test-renderer": "16.8.1"
18
+    "@babel/core": "^7.8.4",
19
+    "@babel/runtime": "^7.8.4",
20
+    "@react-native-community/eslint-config": "^0.0.7",
21
+    "babel-jest": "^25.1.0",
22
+    "eslint": "6.8.0",
23
+    "jest": "^25.1.0",
24
+    "metro-react-native-babel-preset": "^0.58.0",
25
+    "react-test-renderer": "16.12.0"
26 26
   },
27 27
   "jest": {
28 28
     "preset": "react-native"

+ 3023
- 2440
demo/yarn.lock
File diff suppressed because it is too large
View File