Skip to content

Commit b4b47fc

Browse files
dependabot[bot]Pascal-Delange
authored andcommitted
chore(deps-dev): bump vite in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 6.2.3 to 6.2.4 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e89ead commit b4b47fc

File tree

4 files changed

+396
-143
lines changed

4 files changed

+396
-143
lines changed

packages/app-builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"remix-flat-routes": "^0.8.5",
3636
"tailwindcss": "3.4.14",
3737
"tsx": "^4.19.3",
38-
"vite": "^6.2.3"
38+
"vite": "^6.2.4"
3939
},
4040
"dependencies": {
4141
"@ariakit/react": "^0.4.15",

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/react-dom": "18.3.1",
2323
"jsdom": "26.0.0",
2424
"jsdom-testing-mocks": "^1.13.1",
25-
"vite": "^6.2.3"
25+
"vite": "^6.2.4"
2626
},
2727
"dependencies": {
2828
"@preact/signals-react": "^3.0.1",

packages/ui-design-system/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"postcss": "^8.5.3",
3535
"storybook": "^8.6.7",
3636
"tailwindcss": "3.4.14",
37-
"vite": "^6.2.3"
37+
"vite": "^6.2.4"
3838
},
3939
"dependencies": {
4040
"@ariakit/react": "^0.4.15",

0 commit comments

Comments
 (0)