restore frontend session

This commit is contained in:
Yisroel Baum 2026-07-31 11:05:05 +03:00
parent 24f437cac6
commit bc62a25a8e
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
11 changed files with 146 additions and 14 deletions

View file

@ -10,7 +10,8 @@
"dependencies": {
"pinia": "^4.0.2",
"vue": "^3.5.40",
"vue-router": "^5.2.0"
"vue-router": "^5.2.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tsconfig/node24": "^24.0.4",
@ -7620,6 +7621,15 @@
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/zod": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
"integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}