Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump vite from 4.3.9 to 4.5.2 #1773

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump vite from 4.3.9 to 4.5.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.9 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] <support@github.com>
dependabot[bot] authored Jan 20, 2024
commit f225cd6566feb295954bb44bdd3074becef21379
423 changes: 215 additions & 208 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion playgrounds/react/package.json
Original file line number Diff line number Diff line change
@@ -19,6 +19,6 @@
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.5",
"vite": "^4.0.5"
"vite": "^4.5.2"
}
}
2 changes: 1 addition & 1 deletion playgrounds/svelte/package.json
Original file line number Diff line number Diff line change
@@ -16,6 +16,6 @@
"postcss": "^8.4.31",
"svelte": "^4.0.0",
"tailwindcss": "^3.2.4",
"vite": "^4.0.5"
"vite": "^4.5.2"
}
}
2 changes: 1 addition & 1 deletion playgrounds/vue2/package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"lodash": "^4.17.19",
"postcss": "^8.4.31",
"tailwindcss": "^3.2.4",
"vite": "^4.0.5",
"vite": "^4.5.2",
"vue": "^2.7.14",
"vue-server-renderer": "^2.7.14"
}
2 changes: 1 addition & 1 deletion playgrounds/vue3/package.json
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
"postcss": "^8.4.31",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.0.5",
"vite": "^4.5.2",
"vue": "^3.3.4",
"vue-tsc": "^1.0.24"
}