mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 17:48:30 +02:00
Fixes for wasm
This commit is contained in:
2
.npmrc
Normal file
2
.npmrc
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# vite-plugin-wasm has not yet declared Vite 8 in its peerDependencies
|
||||||
|
legacy-peer-deps=true
|
||||||
1056
package-lock.json
generated
1056
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -132,5 +132,3 @@ function generateId(model: string): string {
|
|||||||
idCount[model] = (idCount[model] ?? -1) + 1;
|
idCount[model] = (idCount[model] ?? -1) + 1;
|
||||||
return `GENERATE_ID::${model.toUpperCase()}_${idCount[model]}`;
|
return `GENERATE_ID::${model.toUpperCase()}_${idCount[model]}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default plugin;
|
|
||||||
|
|||||||
@@ -48,6 +48,7 @@
|
|||||||
"eventemitter3": "^5.0.1",
|
"eventemitter3": "^5.0.1",
|
||||||
"focus-trap-react": "^11.0.4",
|
"focus-trap-react": "^11.0.4",
|
||||||
"fuzzbunny": "^1.0.1",
|
"fuzzbunny": "^1.0.1",
|
||||||
|
"graphql": "^16.0.0",
|
||||||
"hexy": "^0.3.5",
|
"hexy": "^0.3.5",
|
||||||
"history": "^5.3.0",
|
"history": "^5.3.0",
|
||||||
"jotai": "^2.12.2",
|
"jotai": "^2.12.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user