From 81213691c7ba6f9e632e02f41a3da2a9ec8cc5c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Mon, 6 Jun 2022 14:59:39 +0200 Subject: [PATCH] fix: use `esno 0.14.1` Until https://github.com/vuejs/vitepress/pull/709 merged/released on `Vitepress` we'll need old version of `esno` to use it on docs build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9c14bf4..c6925d89 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@types/workbox-build": "^5.0.1", "@typescript-eslint/eslint-plugin": "^5.27.0", "eslint": "^8.17.0", - "esno": "^0.16.3", + "esno": "^0.14.1", "kolorist": "^1.5.1", "pnpm": "^7.1.8", "preact": "^10.7.3",