Skip to content

Commit 492c068

Browse files
authored
Upgrade to Vite 6 (#310)
1 parent 81beac4 commit 492c068

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
node-version: [18.x, 20.x, 21.x]
21+
node-version: [18.x, 20.x, 22.x, latest]
2222

2323
steps:
2424
- name: Checkout code

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
"esbuild": "0.16.10",
5050
"eslint": "^8.14.0",
5151
"typescript": "^4.6.4",
52-
"vite": "^5.0.0",
52+
"vite": "^6.0.0",
5353
"vitest": "^0.34.4"
5454
},
5555
"peerDependencies": {
56-
"vite": "^5.0.0"
56+
"vite": "^6.0.0"
5757
},
5858
"engines": {
59-
"node": "^18.0.0 || >=20.0.0"
59+
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
6060
},
6161
"dependencies": {
6262
"picocolors": "^1.0.0",

0 commit comments

Comments
 (0)