From bc345974da179e3dd7e4c068f59f77720c37c837 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 23 Jun 2021 20:54:23 +0200 Subject: [PATCH] fix(pkg): add missing consola and semver deps --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 5ff73e885..6553466d0 100755 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "test:unit": "jest test/unit --forceExit" }, "dependencies": { + "consola": "^2.15.3", "defu": "^5.0.0", "fs-extra": "^10.0.0", "hasha": "^5.2.2", @@ -35,6 +36,7 @@ "p-limit": "^3.1.0", "rc9": "^1.2.0", "requrl": "^3.0.2", + "semver": "^7.3.5", "ufo": "^0.7.5", "upath": "^2.0.1" },