Upgraded RNSqlite to remove warnings

This commit is contained in:
Laurent Cozic
2019-06-14 23:16:37 +01:00
parent 53d7e906d4
commit f928f645e5
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -4982,6 +4982,11 @@
"pify": "^2.0.0" "pify": "^2.0.0"
} }
}, },
"pegjs": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/pegjs/-/pegjs-0.9.0.tgz",
"integrity": "sha1-9q76LjzlYWkgjlIXnf5B+JFBo2k="
},
"pify": { "pify": {
"version": "2.3.0", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
@@ -5675,9 +5680,9 @@
} }
}, },
"react-native-sqlite-storage": { "react-native-sqlite-storage": {
"version": "3.3.3", "version": "3.3.10",
"resolved": "https://registry.npmjs.org/react-native-sqlite-storage/-/react-native-sqlite-storage-3.3.3.tgz", "resolved": "https://registry.npmjs.org/react-native-sqlite-storage/-/react-native-sqlite-storage-3.3.10.tgz",
"integrity": "sha1-Zw1RYIBomNgf+M6DZmbcpMH9rA4=", "integrity": "sha512-t9NYXtiNz4C42og+gtJwTh+9K26Fl3qsUiLGresMxZrqvX5UR+M8nbnN69akTYW7KaSmOrebGI7npPKQ2WimJQ==",
"requires": { "requires": {
"xcode": "0.8.9" "xcode": "0.8.9"
}, },
@@ -5700,11 +5705,6 @@
"resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz", "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz",
"integrity": "sha1-baWhdmjEs91ZYjvaEc9/pMH2Cm8=" "integrity": "sha1-baWhdmjEs91ZYjvaEc9/pMH2Cm8="
}, },
"pegjs": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/pegjs/-/pegjs-0.9.0.tgz",
"integrity": "sha1-9q76LjzlYWkgjlIXnf5B+JFBo2k="
},
"simple-plist": { "simple-plist": {
"version": "0.1.4", "version": "0.1.4",
"resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-0.1.4.tgz", "resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-0.1.4.tgz",
+1 -1
View File
@@ -58,7 +58,7 @@
"react-native-securerandom": "^0.1.1", "react-native-securerandom": "^0.1.1",
"react-native-share-extension": "^1.2.1", "react-native-share-extension": "^1.2.1",
"react-native-side-menu": "^1.1.3", "react-native-side-menu": "^1.1.3",
"react-native-sqlite-storage": "3.3.*", "react-native-sqlite-storage": "^3.3.10",
"react-native-vector-icons": "^4.4.2", "react-native-vector-icons": "^4.4.2",
"react-native-version-info": "^0.5.1", "react-native-version-info": "^0.5.1",
"react-native-webview": "^5.12.0", "react-native-webview": "^5.12.0",