Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 16, 2024
1 parent 261de7a commit a96e149
Show file tree
Hide file tree
Showing 5 changed files with 482 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 @@ -88,7 +88,7 @@
"semver": "^7.6.0",
"tailwindcss": "^3.0.0",
"typescript": "^5.2.0",
"vite": "^5.0.0",
"vite": "^5.1.7",
"vite-plugin-custom-tsconfig": "^1.0.0",
"vitest": "^1.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 @@ -41,7 +41,7 @@
"postcss": "^8.4.31",
"sass": "^1.69.3",
"typescript": "^5.2.0",
"vite": "^5.0.0",
"vite": "^5.1.7",
"vite-plugin-custom-tsconfig": "^1.0.0",
"vite-plugin-inspect": "^0.8.0",
"vitest": "^1.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": "^1.0.0",
"happy-dom": "^13.0.0",
"typescript": "^5.2.0",
"vite": "^5.0.0",
"vite": "^5.1.7",
"vite-plugin-custom-tsconfig": "^1.0.0",
"vite-plugin-dts": "^3.6.0",
"vitest": "^1.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": "^1.0.0",
"@vitest/ui": "^1.0.0",
"typescript": "^5.2.0",
"vite": "^5.0.0",
"vite": "^5.1.7",
"vitest": "^1.0.0"
},
"volta": {
Expand Down
Loading

0 comments on commit a96e149

Please sign in to comment.