Skip to content

Commit 3a847de

Browse files
committed
added Vite 8 compatibility
1 parent 4b31c3c commit 3a847de

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
},
2929
"peerDependencies": {
30-
"vite": "^6.0.0"
30+
"vite": "^6.0.0 || ^8.0.0"
3131
},
3232
"devDependencies": {
3333
"@nette/eslint-plugin": "^0.1.2",
@@ -36,7 +36,8 @@
3636
"mocha": "^11.2.2",
3737
"tsx": "^4.19.4",
3838
"typescript": "^5.8.3",
39-
"typescript-eslint": "^8.32.1"
39+
"typescript-eslint": "^8.32.1",
40+
"vite": "^6.4.1"
4041
},
4142
"scripts": {
4243
"build": "tsc",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "ES2020",
44
"module": "ESNext",
5-
"moduleResolution": "node",
5+
"moduleResolution": "bundler",
66
"esModuleInterop": true,
77
"allowSyntheticDefaultImports": true,
88
"strict": true,

0 commit comments

Comments
 (0)