Skip to content

Commit

Permalink
chore(deps-dev): Update vite requirement in /example
Browse files Browse the repository at this point in the history
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.2.11/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 5, 2024
1 parent f266cf1 commit 378e5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@vitejs/plugin-vue": "^5.0.4",
"sass": "^1.76.0",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite": "^5.2.11",
"vue-tsc": "^2.0.16"
}
}

0 comments on commit 378e5fb

Please sign in to comment.