Skip to content

Commit 1947b6a

Browse files
authored
add support for Vite 7
1 parent 866e31a commit 1947b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vite-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codecov/vite-plugin",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"description": "Official Codecov Vite plugin",
55
"author": "Codecov",
66
"license": "MIT",
@@ -62,7 +62,7 @@
6262
"vitest": "^2.1.9"
6363
},
6464
"peerDependencies": {
65-
"vite": "4.x || 5.x || 6.x"
65+
"vite": "4.x || 5.x || 6.x || 7.x"
6666
},
6767
"volta": {
6868
"extends": "../../package.json"

0 commit comments

Comments
 (0)