From 5a7e3cb86bbab4992c4e70abd0cbb3b95f2cad82 Mon Sep 17 00:00:00 2001 From: manchenkoff Date: Thu, 21 Sep 2023 22:49:44 +0200 Subject: [PATCH] added explicit dependency for defu --- package.json | 3 ++- yarn.lock | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cf6fec..ab54d96 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ "test:watch": "vitest watch" }, "dependencies": { - "@nuxt/kit": "^3.7.3" + "@nuxt/kit": "^3.7.3", + "defu": "^6.1.2" }, "devDependencies": { "@nuxt/devtools": "latest", diff --git a/yarn.lock b/yarn.lock index d48515b..bb2daa2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6386,6 +6386,7 @@ __metadata: "@types/node": ^18.17.17 "@types/set-cookie-parser": ^2.4.3 changelogen: ^0.5.5 + defu: ^6.1.2 eslint: ^8.49.0 eslint-config-prettier: ^9.0.0 eslint-plugin-prettier: ^5.0.0