Skip to content

Commit e88bbde

Browse files
chore(deps-dev): update vite requirement in /example (#2350)
Updates the requirements on [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to permit the latest version. - [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/v6.3.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48c23ef commit e88bbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@vitejs/plugin-vue": "^5.2.3",
2222
"sass": "^1.87.0",
2323
"typescript": "^5.8.3",
24-
"vite": "^6.3.4",
24+
"vite": "^6.3.5",
2525
"vue-tsc": "^2.2.10"
2626
}
2727
}

0 commit comments

Comments
 (0)