Skip to content

Commit a61af02

Browse files
chore(deps-dev): bump vite from 7.3.1 to 7.3.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.1 to 7.3.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.3.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6168b40 commit a61af02

File tree

5 files changed

+700
-596
lines changed

5 files changed

+700
-596
lines changed

playgrounds/cloudflare-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react": "^19.2.4",
3131
"react-dom": "^19.2.4",
3232
"typescript": "~5.9.3",
33-
"vite": "^7.3.1",
33+
"vite": "^7.3.2",
3434
"wrangler": "^4.73.0",
3535
"zod": "^4.3.6"
3636
}

playgrounds/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"react": "^19.2.4",
3333
"react-dom": "^19.2.4",
3434
"typescript": "~5.9.3",
35-
"vite": "^7.3.1",
35+
"vite": "^7.3.2",
3636
"zod": "^4.3.6"
3737
}
3838
}

playgrounds/svelte-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"svelte": "^5.53.11",
2626
"svelte-check": "^4.4.5",
2727
"typescript": "~5.9.3",
28-
"vite": "^7.3.1",
28+
"vite": "^7.3.2",
2929
"zod": "^4.3.6"
3030
}
3131
}

playgrounds/tanstack-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@vitejs/plugin-react": "^5.1.4",
3030
"react": "^19.2.4",
3131
"react-dom": "^19.2.4",
32-
"vite": "^7.3.1",
32+
"vite": "^7.3.2",
3333
"vite-tsconfig-paths": "^6.1.1",
3434
"zod": "^4.3.6"
3535
}

0 commit comments

Comments
 (0)