From ae24e70474334886721addb3bc7ed3d9296ff70b Mon Sep 17 00:00:00 2001 From: Pavel Khokhlov Date: Mon, 20 Nov 2023 16:06:34 +0300 Subject: [PATCH] fix: add consola to deps --- package-lock.json | 5 +++-- package.json | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 834c2e8..8a4f3df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,11 +6,12 @@ "packages": { "": { "name": "nuxt-multi-cache", - "version": "3.1.0", + "version": "3.1.1", "license": "MIT", "dependencies": { "@nuxt/kit": "^3.6.5", - "@tusbar/cache-control": "^1.0.1" + "@tusbar/cache-control": "^1.0.1", + "consola": "3.2.3" }, "devDependencies": { "@faker-js/faker": "^8.0.2", diff --git a/package.json b/package.json index e486a00..e04ca94 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,8 @@ ], "dependencies": { "@nuxt/kit": "^3.6.5", - "@tusbar/cache-control": "^1.0.1" + "@tusbar/cache-control": "^1.0.1", + "consola": "3.2.3" }, "devDependencies": { "@faker-js/faker": "^8.0.2",