Updating pouchdb to version 8.0.0
This commit is contained in:
parent
221d839256
commit
30a7bdfd12
|
@ -30,8 +30,8 @@
|
|||
"lodash": "^4.17.21",
|
||||
"memoizee": "^0.4.15",
|
||||
"ol": "^7.1.0",
|
||||
"pouchdb": "^7.3.1",
|
||||
"pouchdb-browser": "^7.3.1",
|
||||
"pouchdb": "^8.0.0",
|
||||
"pouchdb-browser": "^8.0.0",
|
||||
"solid-js": "^1.3.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -2153,11 +2153,6 @@
|
|||
"node": ">=4"
|
||||
}
|
||||
},
|
||||
"node_modules/argsarray": {
|
||||
"version": "0.0.1",
|
||||
"resolved": "https://registry.npmjs.org/argsarray/-/argsarray-0.0.1.tgz",
|
||||
"integrity": "sha512-u96dg2GcAKtpTrBdDoFIM7PjcBA+6rSP0OR94MOReNRyUECL6MtQt5XXmRr4qrftYaef9+l5hcpO5te7sML1Cg=="
|
||||
},
|
||||
"node_modules/aria-query": {
|
||||
"version": "5.1.3",
|
||||
"resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz",
|
||||
|
@ -5236,18 +5231,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/pouchdb": {
|
||||
"version": "7.3.1",
|
||||
"resolved": "https://registry.npmjs.org/pouchdb/-/pouchdb-7.3.1.tgz",
|
||||
"integrity": "sha512-oanSnM3SD9lPRuVRwEZWVbtWKYluw0q5phT5BXWi2b9Zqd5mJUPWKbKWJu03cDPM9wySmKKd7yfl9O9/eIQ5fg==",
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/pouchdb/-/pouchdb-8.0.0.tgz",
|
||||
"integrity": "sha512-VYaPQ1CPTNjZ+Ltm/pl4llaDMTRCZrpg7TZ/2BpeA8RrawE66CRW7aGSWzgQarW8j/KHwEz5cVv/mwj9RMnCTg==",
|
||||
"dependencies": {
|
||||
"abort-controller": "3.0.0",
|
||||
"argsarray": "0.0.1",
|
||||
"buffer-from": "1.1.2",
|
||||
"clone-buffer": "1.0.0",
|
||||
"double-ended-queue": "2.1.0-0",
|
||||
"fetch-cookie": "0.11.0",
|
||||
"immediate": "3.3.0",
|
||||
"inherits": "2.0.4",
|
||||
"level": "6.0.1",
|
||||
"level-codec": "9.0.2",
|
||||
"level-write-stream": "1.0.0",
|
||||
|
@ -5263,13 +5256,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/pouchdb-browser": {
|
||||
"version": "7.3.1",
|
||||
"resolved": "https://registry.npmjs.org/pouchdb-browser/-/pouchdb-browser-7.3.1.tgz",
|
||||
"integrity": "sha512-qZ8awkXl/woBHvEVqNHjDtwPDA7A9v4ItHtX1y1eVpKel4mlYqnIJ8K6pRcFUZmVaHinJW8K3uS32eHC1q0yOA==",
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/pouchdb-browser/-/pouchdb-browser-8.0.0.tgz",
|
||||
"integrity": "sha512-ygZa7QPcab9Rz+gkhJfc+XM1H932FhMurrbjIGC6/RTBOXyN7ZighX6pCxtbju/h5AVXPQQoilJE2O7MYasa0g==",
|
||||
"dependencies": {
|
||||
"argsarray": "0.0.1",
|
||||
"immediate": "3.3.0",
|
||||
"inherits": "2.0.4",
|
||||
"spark-md5": "3.0.2",
|
||||
"uuid": "8.3.2",
|
||||
"vuvuzela": "1.0.3"
|
||||
|
|
|
@ -46,8 +46,8 @@
|
|||
"lodash": "^4.17.21",
|
||||
"memoizee": "^0.4.15",
|
||||
"ol": "^7.1.0",
|
||||
"pouchdb": "^7.3.1",
|
||||
"pouchdb-browser": "^7.3.1",
|
||||
"pouchdb": "^8.0.0",
|
||||
"pouchdb-browser": "^8.0.0",
|
||||
"solid-js": "^1.3.12"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue