mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +02:00
Upgraded RNSqlite to remove warnings
This commit is contained in:
Generated
+8
-8
@@ -4982,6 +4982,11 @@
|
||||
"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": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
|
||||
@@ -5675,9 +5680,9 @@
|
||||
}
|
||||
},
|
||||
"react-native-sqlite-storage": {
|
||||
"version": "3.3.3",
|
||||
"resolved": "https://registry.npmjs.org/react-native-sqlite-storage/-/react-native-sqlite-storage-3.3.3.tgz",
|
||||
"integrity": "sha1-Zw1RYIBomNgf+M6DZmbcpMH9rA4=",
|
||||
"version": "3.3.10",
|
||||
"resolved": "https://registry.npmjs.org/react-native-sqlite-storage/-/react-native-sqlite-storage-3.3.10.tgz",
|
||||
"integrity": "sha512-t9NYXtiNz4C42og+gtJwTh+9K26Fl3qsUiLGresMxZrqvX5UR+M8nbnN69akTYW7KaSmOrebGI7npPKQ2WimJQ==",
|
||||
"requires": {
|
||||
"xcode": "0.8.9"
|
||||
},
|
||||
@@ -5700,11 +5705,6 @@
|
||||
"resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz",
|
||||
"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": {
|
||||
"version": "0.1.4",
|
||||
"resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-0.1.4.tgz",
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
"react-native-securerandom": "^0.1.1",
|
||||
"react-native-share-extension": "^1.2.1",
|
||||
"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-version-info": "^0.5.1",
|
||||
"react-native-webview": "^5.12.0",
|
||||
|
||||
Reference in New Issue
Block a user