Skip to content

Commit 7af485a

Browse files
fix: update peer dependency of vite-plugin-typst for vite to support version 7 (#827)
I'm using vite 7 and I wants to install vite-plugin-typst, so I requst to add vite@7 to peer dependency of vite-plugin-typst
1 parent f033530 commit 7af485a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/vite-plugin-typst/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"peerDependencies": {
3030
"@myriaddreamin/typst.node": "^0.7.0-rc2",
3131
"@xmldom/xmldom": "^0.9.8",
32-
"vite": "^6.2.3"
32+
"vite": "^6.2.3 || ^7.0.0"
3333
},
3434
"peerDependenciesMeta": {
3535
"@myriaddreamin/typst.node": {

0 commit comments

Comments
 (0)