Skip to content

Commit 385ebb4

Browse files
chore(deps-dev): update vite requirement in /example
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/v5.4.7/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.7/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3c230b commit 385ebb4

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
@@ -19,7 +19,7 @@
1919
"@vitejs/plugin-vue": "^5.0.4",
2020
"sass": "^1.77.6",
2121
"typescript": "^5.4.5",
22-
"vite": "^5.3.1",
22+
"vite": "^5.4.7",
2323
"vue-tsc": "^2.0.29"
2424
}
2525
}

0 commit comments

Comments
 (0)