依存関係解消

This commit is contained in:
harukin-OneMix4 2023-12-13 18:59:24 +09:00
parent ccf764005c
commit b98f61a802
3 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ npm-debug.*
*.p12
*.key
*.mobileprovision
dist/

View File

@ -45,7 +45,7 @@
"react-native-svg": "13.9.0",
"react-native-svg-uri": "^1.2.3",
"react-native-vector-icons": "^8.1.0",
"react-native-webview": "13.2.2"
"react-native-webview": "^13.6.3"
},
"devDependencies": {
"babel-preset-expo": "^9.5.0"

View File

@ -8858,10 +8858,10 @@ react-native-vector-icons@^8.1.0:
prop-types "^15.7.2"
yargs "^16.1.1"
react-native-webview@13.2.2:
version "13.2.2"
resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-13.2.2.tgz#06b04db8e1f4ed57a9dc92f4094aa0e41271b89b"
integrity sha512-uT70y2GUqQzaj2RwRb/QuKRdXeDjXM6oN3DdPqYQlOOMFTCT8r62fybyjVVRoik8io+KLa5KnmuSoS5B2O1BmA==
react-native-webview@^13.6.3:
version "13.6.3"
resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-13.6.3.tgz#f3d26e942ef5cc5a07547f2e47903aa81a68e25e"
integrity sha512-IApO0JSj0uAWsBGKWagyfgDYoX29piiMYLmkHtRjKeL1rIVjLoR/bMe7KJ/0X47y86b//a6u3cYQtphyay+F2A==
dependencies:
escape-string-regexp "2.0.0"
invariant "2.2.4"