Add idb package
This commit is contained in:
Generated
+7
@@ -10,6 +10,7 @@
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"codemirror": "^6.0.2",
|
||||
"idb": "^8.0.3",
|
||||
"lodash": "^4.17.21",
|
||||
"solid-js": "^1.9.2",
|
||||
"y-codemirror.next": "^0.3.5",
|
||||
@@ -1520,6 +1521,12 @@
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/idb": {
|
||||
"version": "8.0.3",
|
||||
"resolved": "https://registry.npmjs.org/idb/-/idb-8.0.3.tgz",
|
||||
"integrity": "sha512-LtwtVyVYO5BqRvcsKuB2iUMnHwPVByPCXFXOpuU96IZPPoPN6xjOGxZQ74pgSVVLQWtUOYgyeL4GE98BY5D3wg==",
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/is-what": {
|
||||
"version": "4.1.16",
|
||||
"resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"codemirror": "^6.0.2",
|
||||
"idb": "^8.0.3",
|
||||
"lodash": "^4.17.21",
|
||||
"solid-js": "^1.9.2",
|
||||
"y-codemirror.next": "^0.3.5",
|
||||
|
||||
Reference in New Issue
Block a user