Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46a451c

Browse files
committed
feat: add Vite 8.0.0-beta.7 support and CI testing
- Add [email protected] to CI compatibility test matrix - Update peer dependencies to support Vite 8 beta
1 parent c7c60e9 commit 46a451c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/vite-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
fail-fast: false
146146
matrix:
147147
os: [ubuntu-latest, windows-latest]
148-
vite-version: ["3", "6", "7"]
148+
vite-version: ["3", "6", "7", "8.0.0-beta.7"]
149149
defaults:
150150
run:
151151
working-directory: tests/vite-compat

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@
125125
"vue": "3.2.47"
126126
},
127127
"peerDependencies": {
128-
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
128+
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-beta.0"
129129
}
130130
}

0 commit comments

Comments
 (0)