From dbcd689b66c1f6e0733da31913823815258e03b3 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 29 Jul 2023 05:32:50 +0200 Subject: [PATCH] fix(deps): revert critters upgrade --- packages/ui-templates/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui-templates/package.json b/packages/ui-templates/package.json index ee0cc480ab..b7831362b6 100644 --- a/packages/ui-templates/package.json +++ b/packages/ui-templates/package.json @@ -27,7 +27,7 @@ "@nuxt/ui-assets": "^0.2.0", "@types/html-minifier": "^4.0.2", "@types/lodash.template": "^4.5.1", - "critters": "^0.0.19", + "critters": "0.0.16", "execa": "^7.2.0", "globby": "^13.2.2", "html-minifier": "^4.0.0",