Skip to content

Commit a900f27

Browse files
Bump vite from 4.4.12 to 4.5.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.12 to 4.5.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 75f28f8 commit a900f27

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"prettier-plugin-organize-imports": "^3.2.4",
7171
"rimraf": "^5.0.5",
7272
"typescript": "^5.3.3",
73-
"vite": "^4.4.12",
73+
"vite": "^4.5.2",
7474
"vite-plugin-html": "^3.2.1",
7575
"vite-tsconfig-paths": "^4.2.3",
7676
"vitest": "0.34.6",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7920,10 +7920,10 @@ vite-tsconfig-paths@^4.2.3:
79207920
globrex "^0.1.2"
79217921
tsconfck "^2.1.0"
79227922

7923-
"vite@^3.0.0 || ^4.0.0 || ^5.0.0-0", "vite@^3.1.0 || ^4.0.0 || ^5.0.0-0", vite@^4.4.12:
7924-
version "4.4.12"
7925-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.12.tgz#e9c355d5a0d8a47afa46cb4bad10820da333da5c"
7926-
integrity sha512-KtPlUbWfxzGVul8Nut8Gw2Qe8sBzWY+8QVc5SL8iRFnpnrcoCaNlzO40c1R6hPmcdTwIPEDkq0Y9+27a5tVbdQ==
7923+
"vite@^3.0.0 || ^4.0.0 || ^5.0.0-0", "vite@^3.1.0 || ^4.0.0 || ^5.0.0-0", vite@^4.5.2:
7924+
version "4.5.2"
7925+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.2.tgz#d6ea8610e099851dad8c7371599969e0f8b97e82"
7926+
integrity sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==
79277927
dependencies:
79287928
esbuild "^0.18.10"
79297929
postcss "^8.4.27"

0 commit comments

Comments
 (0)