Skip to content

Commit f2f04bf

Browse files
authored
BUILD: Upgrade vite to v7 and vitest to v4 (#833)
1 parent 37a4fcd commit f2f04bf

File tree

4 files changed

+630
-625
lines changed

4 files changed

+630
-625
lines changed

packages/frontend/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,18 @@
7373
"@biomejs/biome": "^1.9.3",
7474
"@mdx-js/mdx": "^2.3.0",
7575
"@types/mdx": "^2.0.13",
76+
"@types/node": "^22.12.0",
7677
"rehype-katex": "^7.0.1",
7778
"rehype-raw": "^7.0.0",
7879
"remark-math": "^6.0.0",
7980
"solid-mdx": "^0.0.7",
8081
"typed-css-modules": "^0.9.1",
8182
"typedoc": "^0.26.8",
8283
"typescript": "^5.2.2",
83-
"vite": "^5.3.1",
84-
"vite-plugin-solid": "^2.10.2",
85-
"vite-plugin-wasm": "^3.4.1",
86-
"vitest": "^3.2.4",
84+
"vite": "^7.2.2",
85+
"vite-plugin-solid": "^2.11.10",
86+
"vite-plugin-wasm": "^3.5.0",
87+
"vitest": "^4.0.8",
8788
"wasm-pack": "^0.13.1"
8889
}
8990
}

0 commit comments

Comments
 (0)