Skip to content

Commit

Permalink
build(deps-dev): 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:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
1 parent b0657b1 commit 73149f9
Show file tree
Hide file tree
Showing 8 changed files with 264 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apps/demo/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"postcss": "^8.4.21",
"sass": "^1.58.3",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite": "^5.3.6",
"vue": "^3.2.47",
"vue-tsc": "^2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/vue-form-builder/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@vitejs/plugin-vue": "^5.0.0",
"@vitest/coverage-v8": "^2.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite": "^5.3.6",
"vite-plugin-custom-tsconfig": "^1.0.4",
"vite-plugin-dts": "^3.0.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 @@ -18,7 +18,7 @@
"@vitest/coverage-v8": "^2.0.0",
"happy-dom": "^13.0.0",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite": "^5.3.6",
"vite-plugin-custom-tsconfig": "^1.0.4",
"vitest": "^2.0.0",
"vue": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@vue/test-utils": "^2.3.0",
"happy-dom": "^13.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite": "^5.3.6",
"vite-plugin-custom-tsconfig": "^1.0.4",
"vite-plugin-dts": "^3.0.0",
"vitest": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/hook-manager/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@vitest/coverage-v8": "^2.0.0",
"happy-dom": "^13.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite": "^5.3.6",
"vite-plugin-custom-tsconfig": "^1.0.4",
"vite-plugin-dts": "^3.0.0",
"vitest": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@vueuse/core": "^10.1.2",
"happy-dom": "^13.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite": "^5.3.6",
"vite-plugin-custom-tsconfig": "^1.0.4",
"vite-plugin-dts": "^3.0.0",
"vitest": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/utils/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@vitest/coverage-v8": "^2.0.0",
"happy-dom": "^13.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite": "^5.3.6",
"vite-plugin-custom-tsconfig": "^1.0.4",
"vite-plugin-dts": "^3.0.0",
"vitest": "^2.0.0",
Expand Down
Loading

0 comments on commit 73149f9

Please sign in to comment.