From 0a01d26fd2b4176946f5adb3bcc510989f3c9768 Mon Sep 17 00:00:00 2001 From: acd02 Date: Fri, 25 Aug 2023 18:02:34 +0200 Subject: [PATCH] chore: bump TCV to 1.8.1 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ba0dfc24..28597304b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "selenium-webdriver": "^4.10.0" }, "devDependencies": { - "@adevinta/tailwind-config-viewer": "1.8.0", + "@adevinta/tailwind-config-viewer": "1.8.1", "@babel/core": "7.21.4", "@commitlint/cli": "17.6.6", "@commitlint/config-conventional": "17.6.1", @@ -118,9 +118,9 @@ } }, "node_modules/@adevinta/tailwind-config-viewer": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@adevinta/tailwind-config-viewer/-/tailwind-config-viewer-1.8.0.tgz", - "integrity": "sha512-uMILv91zzmorFp8SoGxU/3fY5PR9bgvoromKFwPt2jo8AeK5v3KSgO3KTpo34ErkwTK67nbsunZ9NS6zxum1lQ==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@adevinta/tailwind-config-viewer/-/tailwind-config-viewer-1.8.1.tgz", + "integrity": "sha512-LaWj5oMZ5v97iv4X69X8IlTHDPkdlflE+ZMAAH1CI5axuLSuSLCIaYkbNy141n5OC2CkMJSOzmW7aXRDCu02SA==", "dev": true, "dependencies": { "@koa/router": "^9.0.1", @@ -2398,6 +2398,7 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", + "extraneous": true, "inBundle": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 1b074fe40..2b4e50e4b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "selenium-webdriver": "^4.10.0" }, "devDependencies": { - "@adevinta/tailwind-config-viewer": "1.8.0", + "@adevinta/tailwind-config-viewer": "1.8.1", "@babel/core": "7.21.4", "@commitlint/cli": "17.6.6", "@commitlint/config-conventional": "17.6.1",