Skip to content

Commit 7ab3480

Browse files
chore(deps): update dependency vite to v6 (#506)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent abd761e commit 7ab3480

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e/fixtures/hydrogen-vite-site-no-entrypoint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-hydrogen": "0.12.2",
4040
"prettier": "^2.8.4",
4141
"typescript": "^5.2.2",
42-
"vite": "^5.4.2",
42+
"vite": "^6.0.0",
4343
"vite-tsconfig-paths": "^5.0.1"
4444
},
4545
"engines": {

tests/e2e/fixtures/hydrogen-vite-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-hydrogen": "0.12.2",
4040
"prettier": "^2.8.4",
4141
"typescript": "^5.2.2",
42-
"vite": "^5.4.2",
42+
"vite": "^6.0.0",
4343
"vite-tsconfig-paths": "^5.0.1"
4444
},
4545
"engines": {

0 commit comments

Comments
 (0)