We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6167ed commit b336a1cCopy full SHA for b336a1c
2 files changed
package.json
@@ -40,9 +40,14 @@
40
"pnpm": {
41
"overrides": {
42
"@shoelace-style/shoelace": "^2.12.0",
43
+ "@types/node": "^22.13.13",
44
+ "esbuild": "^0.25.1",
45
"start-server-and-test": "^2.0.4",
46
"ava": "^6.1.3",
- "cypress": "^14.2.0"
47
+ "cypress": "^14.2.0",
48
+ "shx": "^0.4.0",
49
+ "vite": "^6.2.3",
50
+ "vite-plugin-static-copy": "^2.3.0"
51
}
52
},
53
"commitlint": {
0 commit comments