Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 62e2e00

Browse files
Bump vite from 5.1.6 to 5.3.0
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.6 to 5.3.0. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.0/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57a12fe commit 62e2e00

File tree

3 files changed

+445
-11
lines changed

3 files changed

+445
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"ts-node": "^10.9.2",
7070
"turbo": "v2.0.3",
7171
"typescript": "^5.3.3",
72-
"vite": "^5.1.6",
72+
"vite": "^5.3.0",
7373
"vite-plugin-dts": "^3.7.3",
7474
"vite-plugin-node": "^3.1.0",
7575
"vite-tsconfig-paths": "^4.3.1",

packages/scorekeeper-status-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"eslint-plugin-react-hooks": "^4.6.0",
3535
"eslint-plugin-react-refresh": "^0.4.5",
3636
"typescript": "^5.2.2",
37-
"vite": "^5.1.6"
37+
"vite": "^5.3.0"
3838
}
3939
}

0 commit comments

Comments
 (0)