From 5c7cde547a9d716f25a063a32504429a239e2e90 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 20 Dec 2021 12:42:25 +0100 Subject: [PATCH] chore(deps): move into --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1a9a45a1..a65c7921 100644 --- a/package.json +++ b/package.json @@ -32,13 +32,13 @@ "gradient-avatar": "^1.0.2", "lodash-es": "^4.17.21", "nanoid": "^3.1.30", - "pathe": "^0.2.0" + "pathe": "^0.2.0", + "@vueuse/core": "^7.3.0" }, "devDependencies": { "@nuxtjs/eslint-config-typescript": "8.0.0", "@types/lodash-es": "^4.17.5", "@vueuse/components": "^7.3.0", - "@vueuse/core": "^7.3.0", "eslint": "8.4.1", "nuxt3": "3.0.0-27324955.23397e6", "unbuild": "0.6.3"