Skip to content

Commit 7aff798

Browse files
chore(deps-dev): update vite requirement in /example (#1984)
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/v5.4.1/packages/vite) --- updated-dependencies: - dependency-name: vite 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 4aacf7b commit 7aff798

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.1.2",
2222
"sass": "^1.77.8",
2323
"typescript": "^5.5.4",
24-
"vite": "^5.4.0",
24+
"vite": "^5.4.1",
2525
"vue-tsc": "^2.0.29"
2626
}
2727
}

0 commit comments

Comments
 (0)