Use less sessionStorage for editor state

This commit is contained in:
Gregory Schier
2025-01-20 14:56:25 -08:00
parent 2a2fe700b4
commit c58bfeb109
4 changed files with 35 additions and 11 deletions

9
package-lock.json generated
View File

@@ -8475,6 +8475,12 @@
"integrity": "sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==",
"license": "MIT"
},
"node_modules/js-md5": {
"version": "0.8.3",
"resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.8.3.tgz",
"integrity": "sha512-qR0HB5uP6wCuRMrWPTrkMaev7MJZwJuuw4fnwAzRgP4J4/F8RwtodOKpGp4XpqsLBFzzgqIO42efFAyz2Et6KQ==",
"license": "MIT"
},
"node_modules/js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
@@ -15413,7 +15419,7 @@
},
"packages/plugin-runtime-types": {
"name": "@yaakapp/api",
"version": "0.3.3",
"version": "0.3.4",
"dependencies": {
"@types/node": "^22.5.4"
},
@@ -15573,6 +15579,7 @@
"fuzzbunny": "^1.0.1",
"history": "^5.3.0",
"jotai": "^2.9.3",
"js-md5": "^0.8.3",
"lucide-react": "^0.439.0",
"mime": "^4.0.4",
"nanoid": "^5.0.9",