Skip to content

Commit 819301c

Browse files
chore(deps-dev): bump vite from 6.0.7 to 6.0.11 (#3714)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.7 to 6.0.11. - [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.0.11/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c92096 commit 819301c

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

output/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"replace-in-file": "^8.3.0",
4444
"tsx": "^4.19.2",
4545
"typescript": "^5.4.5",
46-
"vite": "^6.0.7",
46+
"vite": "^6.0.11",
4747
"vue": "^3.5.13",
4848
"vue-tsc": "^2.2.0"
4949
},

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/foundations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"prettier": "^3.4.2",
5555
"sass": "1.77.4",
5656
"tsx": "^4.19.2",
57-
"vite": "^6.0.7"
57+
"vite": "^6.0.11"
5858
},
5959
"publishConfig": {
6060
"registry": "https://registry.npmjs.org/",

showcases/react-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"@vitejs/plugin-react": "^4.3.4",
2929
"cross-env": "^7.0.3",
3030
"typescript": "^5.4.5",
31-
"vite": "^6.0.7"
31+
"vite": "^6.0.11"
3232
}
3333
}

showcases/vue-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@vitejs/plugin-vue": "^5.2.0",
2222
"cross-env": "^7.0.3",
2323
"typescript": "^5.4.5",
24-
"vite": "^6.0.7",
24+
"vite": "^6.0.11",
2525
"vue-tsc": "^2.2.0"
2626
}
2727
}

0 commit comments

Comments
 (0)