Skip to content

Commit a75fa31

Browse files
build(deps-dev): bump vite in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 6.3.3 to 6.3.4 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.4 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bde3a3f commit a75fa31

File tree

5 files changed

+1111
-766
lines changed

5 files changed

+1111
-766
lines changed

examples/vite-react-dom-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"typescript": "^5.8.3",
3131
"typescript-eslint": "^8.31.1",
32-
"vite": "^6.3.3"
32+
"vite": "^6.3.4"
3333
},
3434
"engines": {
3535
"node": ">=20.19.0"

examples/vite-react-dom-js-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",
2727
"globals": "^16.0.0",
28-
"vite": "^6.3.3"
28+
"vite": "^6.3.4"
2929
},
3030
"engines": {
3131
"node": ">=20.19.0"

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint-plugin-react-web-api": "workspace:*",
3636
"eslint-plugin-react-x": "workspace:*",
3737
"globals": "^16.0.0",
38-
"vite": "^6.3.3"
38+
"vite": "^6.3.4"
3939
},
4040
"engines": {
4141
"node": ">=20.19.0"

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"ts-blank-eslint-parser": "^0.4.3",
3434
"typescript": "^5.8.3",
3535
"typescript-eslint": "^8.31.1",
36-
"vite": "^6.3.3"
36+
"vite": "^6.3.4"
3737
},
3838
"engines": {
3939
"node": ">=20.19.0"

0 commit comments

Comments
 (0)