Add idb package

This commit is contained in:
2025-08-22 22:18:59 -07:00
parent f3d4cd72ac
commit 571750f534
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -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",
+1
View File
@@ -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",