From 58d5289173200347f09aabd165d9809813cbb36f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 02:47:41 +0000 Subject: [PATCH] chore(deps): update dependency unplugin-auto-import to ^0.19.0 --- playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/package.json b/playground/package.json index 68f2359..7c6f125 100644 --- a/playground/package.json +++ b/playground/package.json @@ -25,7 +25,7 @@ "jsdom": "^19.0.0", "typescript": "^4.6.2", "unocss": "^0.29.2", - "unplugin-auto-import": "^0.12.0", + "unplugin-auto-import": "^0.19.0", "unplugin-vue-components": "^0.18.0", "vite": "^4.0.0", "vite-plugin-pages": "^0.28.0",