From 9ee0d00153190391ac57abd1343e5cc3a29af9b9 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 23 Dec 2020 11:17:10 +0100 Subject: [PATCH] fix(pkg): add missing defu dependency --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0427c6b..37e1961 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "@nuxtjs/proxy": "^2.1.0", "abort-controller": "^3.0.0", "consola": "^2.15.0", + "defu": "^3.2.2", "destr": "^1.0.1", "ky": "^0.25.1", "node-fetch": "^2.6.1",