Skip to content

Commit ca9d36a

Browse files
chore(deps-dev): bump vite from 3.2.10 to 4.5.6
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.10 to 4.5.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 940c86e commit ca9d36a

File tree

6 files changed

+299
-18
lines changed

6 files changed

+299
-18
lines changed

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"typescript": "^4.6.4",
30-
"vite": "^3.2.10",
30+
"vite": "^4.5.6",
3131
"vite-plugin-dts": "^1.6.6",
3232
"vite-tsconfig-paths": "^3.6.0"
3333
},

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"react": "^18.2.0",
4545
"react-dom": "^18.2.0",
4646
"typescript": "^4.6.4",
47-
"vite": "^3.2.10",
47+
"vite": "^4.5.6",
4848
"vite-plugin-dts": "^1.6.6",
4949
"vite-tsconfig-paths": "^3.6.0"
5050
},

packages/tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"happy-dom": "^7.7.0",
2121
"react": "^18.2.0",
2222
"typescript": "^4.6.4",
23-
"vite": "^3.2.10",
23+
"vite": "^4.5.6",
2424
"vite-tsconfig-paths": "^3.6.0",
2525
"vitest": "^0.25.2",
2626
"vue": "^3.2.45"

packages/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@vitejs/plugin-vue": "^3.2.0",
3232
"typescript": "^4.6.4",
33-
"vite": "^3.2.10",
33+
"vite": "^4.5.6",
3434
"vue": "^3.2.45",
3535
"vue-tsc": "^1.0.9"
3636
},

packages/website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@vitejs/plugin-react": "^2.2.0",
1919
"terser": "^5.15.1",
2020
"typescript": "^4.6.4",
21-
"vite": "^3.2.10",
21+
"vite": "^4.5.6",
2222
"vite-tsconfig-paths": "^3.6.0"
2323
},
2424
"author": "Ryan Chu <[email protected]> (https://github.com/jj811208)",

0 commit comments

Comments
 (0)