Skip to content

Commit

Permalink
build(deps): bump vite from 5.3.3 to 5.3.6
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.3 to 5.3.6.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.3.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.3.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent f0052a6 commit 237d5e3
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/delivery-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"semver": "^7.6.0",
"tailwindcss": "^3.0.0",
"typescript": "5.4.5",
"vite": "^5.0.0",
"vite": "^5.3.6",
"vite-plugin-custom-tsconfig": "^1.0.0",
"vitest": "^2.0.0",
"vue-tsc": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"postcss": "^8.4.31",
"sass": "^1.69.3",
"typescript": "5.4.5",
"vite": "^5.0.0",
"vite": "^5.3.6",
"vite-plugin-custom-tsconfig": "^1.0.0",
"vite-plugin-inspect": "^0.8.0",
"vitest": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/build-vite/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@vitest/coverage-v8": "^2.0.0",
"happy-dom": "^14.0.0",
"typescript": "5.4.5",
"vite": "^5.0.0",
"vite": "^5.3.6",
"vite-plugin-custom-tsconfig": "^1.0.0",
"vite-plugin-dts": "^3.6.0",
"vitest": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@vitest/coverage-v8": "^2.0.0",
"@vitest/ui": "^2.0.0",
"typescript": "5.4.5",
"vite": "^5.0.0",
"vite": "^5.3.6",
"vitest": "^2.0.0"
},
"volta": {
Expand Down
Loading

0 comments on commit 237d5e3

Please sign in to comment.