ソースを参照

Merge branch 'master' into mr/cve-2020-6506

mrcoinbase 4 年 前
コミット
2632bb9681
No account linked to committer's email address
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1
    1
      package.json
  2. 1
    1
      react-native-webview.podspec

+ 1
- 1
package.json ファイルの表示

8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
9
   ],
9
   ],
10
   "license": "MIT",
10
   "license": "MIT",
11
-  "version": "10.9.0",
11
+  "version": "10.9.1",
12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
13
   "scripts": {
13
   "scripts": {
14
     "start": "node node_modules/react-native/local-cli/cli.js start",
14
     "start": "node node_modules/react-native/local-cli/cli.js start",

+ 1
- 1
react-native-webview.podspec ファイルの表示

15
   s.source       = { :git => "https://github.com/react-native-community/react-native-webview.git", :tag => "v#{s.version}" }
15
   s.source       = { :git => "https://github.com/react-native-community/react-native-webview.git", :tag => "v#{s.version}" }
16
   s.source_files  = "apple/**/*.{h,m}"
16
   s.source_files  = "apple/**/*.{h,m}"
17
 
17
 
18
-  s.dependency 'React'
18
+  s.dependency 'React-Core'
19
 end
19
 end