From 0142a7ed5eeccb9a78a24a548fd70b547d0d4482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:01:27 +0000 Subject: [PATCH] chore(deps-dev): bump unocss from 0.61.9 to 65.4.0 in /frontend Bumps [unocss](https://github.com/unocss/unocss) from 0.61.9 to 65.4.0. - [Release notes](https://github.com/unocss/unocss/releases) - [Commits](https://github.com/unocss/unocss/compare/v0.61.9...v65.4.0) --- updated-dependencies: - dependency-name: unocss dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index ef8133a..66d58dd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "svelte-eslint-parser": "^0.43.0", "tslib": "^2.6.3", "typescript": "^5.4.5", - "unocss": "^0.61.0", + "unocss": "^65.4.0", "vite": "^5.3.1" } }