Skip to content

Commit

Permalink
chore(deps-dev): bump vite from 3.2.10 to 4.5.6
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 940c86e commit ca9d36a
Show file tree
Hide file tree
Showing 6 changed files with 299 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"typescript": "^4.6.4",
"vite": "^3.2.10",
"vite": "^4.5.6",
"vite-plugin-dts": "^1.6.6",
"vite-tsconfig-paths": "^3.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.6.4",
"vite": "^3.2.10",
"vite": "^4.5.6",
"vite-plugin-dts": "^1.6.6",
"vite-tsconfig-paths": "^3.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"happy-dom": "^7.7.0",
"react": "^18.2.0",
"typescript": "^4.6.4",
"vite": "^3.2.10",
"vite": "^4.5.6",
"vite-tsconfig-paths": "^3.6.0",
"vitest": "^0.25.2",
"vue": "^3.2.45"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"typescript": "^4.6.4",
"vite": "^3.2.10",
"vite": "^4.5.6",
"vue": "^3.2.45",
"vue-tsc": "^1.0.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@vitejs/plugin-react": "^2.2.0",
"terser": "^5.15.1",
"typescript": "^4.6.4",
"vite": "^3.2.10",
"vite": "^4.5.6",
"vite-tsconfig-paths": "^3.6.0"
},
"author": "Ryan Chu <jj811208@gmail.com> (https://github.com/jj811208)",
Expand Down
Loading

0 comments on commit ca9d36a

Please sign in to comment.