Skip to content

Commit ad2ee7d

Browse files
committed
Bump vite version to latest
1 parent 0ac5be0 commit ad2ee7d

File tree

16 files changed

+1111
-290
lines changed

16 files changed

+1111
-290
lines changed

.changeset/two-stingrays-behave.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@codecov/remix-vite-plugin": minor
3+
"@codecov/solidstart-plugin": minor
4+
"@codecov/sveltekit-plugin": minor
5+
"@codecov/bundle-analyzer": minor
6+
"@codecov/astro-plugin": minor
7+
"@codecov/nuxt-plugin": minor
8+
"@codecov/vite-plugin": minor
9+
---
10+
11+
Bump vite version

examples/oidc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-refresh": "^0.4.5",
2626
"rollup": "^4.22.4",
2727
"typescript": "^5.3.3",
28-
"vite": "^6.0.3"
28+
"vite": "^6.3.3"
2929
},
3030
"volta": {
3131
"extends": "../../package.json"

examples/sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"svelte-check": "^4.1.1",
2020
"tslib": "^2.4.1",
2121
"typescript": "^5.0.0",
22-
"vite": "^6.0.3"
22+
"vite": "^6.3.3"
2323
},
2424
"type": "module"
2525
}

examples/tokenless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-refresh": "^0.4.5",
2626
"rollup": "^4.22.4",
2727
"typescript": "^5.3.3",
28-
"vite": "^6.0.3"
28+
"vite": "^6.3.3"
2929
},
3030
"volta": {
3131
"extends": "../../package.json"

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-refresh": "^0.4.5",
2626
"rollup": "^4.22.4",
2727
"typescript": "^5.3.3",
28-
"vite": "^6.0.3"
28+
"vite": "^6.3.3"
2929
},
3030
"volta": {
3131
"extends": "../../package.json"

integration-tests/test-apps/bundle-analyzer/dotenv-vercel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@codecov/bundle-analyzer": "workspace:^",
1414
"dotenv": "^16.4.5",
1515
"typescript": "^5.0.2",
16-
"vite": "^6.0.3"
16+
"vite": "^6.3.3"
1717
}
1818
}

integration-tests/test-apps/sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@sveltejs/kit": "^2.12.1",
1515
"@sveltejs/vite-plugin-svelte": "^5.0.2",
1616
"svelte": "^5.14.1",
17-
"vite": "^6.0.3"
17+
"vite": "^6.3.3"
1818
},
1919
"type": "module"
2020
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"prettier": "^3.2.4",
4646
"typedoc": "^0.27.5",
4747
"typescript": "^5.3.3",
48-
"vite": "^6.0.3",
48+
"vite": "^6.3.3",
4949
"vitest": "^2.1.9"
5050
},
5151
"lint-staged": {

packages/astro-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"typedoc": "^0.27.5",
6767
"typescript": "^5.3.3",
6868
"unbuild": "^2.0.0",
69-
"vite": "^6.0.3",
69+
"vite": "^6.3.3",
7070
"vitest": "^2.1.9"
7171
},
7272
"peerDependencies": {

packages/bundle-analyzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"ts-node": "^10.9.2",
7070
"typedoc": "^0.27.5",
7171
"unbuild": "^2.0.0",
72-
"vite": "^6.0.3",
72+
"vite": "^6.3.3",
7373
"vitest": "^2.1.9"
7474
},
7575
"volta": {

0 commit comments

Comments
 (0)