Skip to content

Commit 231ef88

Browse files
committed
feat: add vite v7 support
1 parent fea0a93 commit 231ef88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
node: [22]
9-
vite: [6] # 4,5,6 still supported
9+
vite: [6,7] # 4,5,6 still supported
1010
env:
1111
VITE_VERSION: ${{ matrix.vite }}
1212
steps:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"vitest": "^3.1.2"
4646
},
4747
"peerDependencies": {
48-
"vite": "^6.3.3"
48+
"vite": ">= 6.0.0 || >= 7.0.0"
4949
},
5050
"dependencies": {
5151
"@bugsnag/cli": "^3.1.0"

0 commit comments

Comments
 (0)