mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 16:21:25 +02:00
Generalized frontend model store (#193)
This commit is contained in:
10
package-lock.json
generated
10
package-lock.json
generated
@@ -21,6 +21,9 @@
|
||||
"src-tauri/yaak-ws",
|
||||
"src-web"
|
||||
],
|
||||
"dependencies": {
|
||||
"jotai": "^2.12.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tauri-apps/cli": "^2.4.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.27.0",
|
||||
@@ -8558,9 +8561,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/jotai": {
|
||||
"version": "2.10.0",
|
||||
"resolved": "https://registry.npmjs.org/jotai/-/jotai-2.10.0.tgz",
|
||||
"integrity": "sha512-8W4u0aRlOIwGlLQ0sqfl/c6+eExl5D8lZgAUolirZLktyaj4WnxO/8a0HEPmtriQAB6X5LMhXzZVmw02X0P0qQ==",
|
||||
"version": "2.12.2",
|
||||
"resolved": "https://registry.npmjs.org/jotai/-/jotai-2.12.2.tgz",
|
||||
"integrity": "sha512-oN8715y7MkjXlSrpyjlR887TOuc/NLZMs9gvgtfWH/JP47ChwO0lR2ijSwBvPMYyXRAPT+liIAhuBavluKGgtA==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=12.20.0"
|
||||
@@ -15741,7 +15744,6 @@
|
||||
"fuzzbunny": "^1.0.1",
|
||||
"hexy": "^0.3.5",
|
||||
"history": "^5.3.0",
|
||||
"jotai": "^2.9.3",
|
||||
"js-md5": "^0.8.3",
|
||||
"lucide-react": "^0.474.0",
|
||||
"mime": "^4.0.4",
|
||||
|
||||
Reference in New Issue
Block a user