From 0909edd3078282020a3cb52da6ca6421cc612ad2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jun 2022 12:17:47 +0000 Subject: [PATCH] chore(deps): update dependency tailwindcss to v3.1.4 --- package-lock.json | 16 ++++++++-------- tools/ui-components/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7f5605493c..f5a1bcefeac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48894,9 +48894,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.3.tgz", - "integrity": "sha512-PRJNYdSIthrb8hjmAyymEyEN8Yo61TMXpzyFUpxULeeyRn3Y3gpvuw6FlRTKrJvK7thSGKRnhT36VovVx4WeMA==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.4.tgz", + "integrity": "sha512-NrxbFV4tYsga/hpWbRyUfIaBrNMXDxx5BsHgBS4v5tlyjf+sDsgBg5m9OxjrXIqAS/uR9kicxLKP+bEHI7BSeQ==", "dependencies": { "arg": "^5.0.2", "chokidar": "^3.5.3", @@ -53850,7 +53850,7 @@ "rollup": "2.75.7", "rollup-plugin-postcss": "4.0.2", "rollup-plugin-terser": "7.0.2", - "tailwindcss": "3.1.3" + "tailwindcss": "3.1.4" }, "engines": { "node": ">=16", @@ -56207,7 +56207,7 @@ "rollup": "2.75.7", "rollup-plugin-postcss": "4.0.2", "rollup-plugin-terser": "7.0.2", - "tailwindcss": "3.1.3", + "tailwindcss": "3.1.4", "typescript": "4.7.4" } }, @@ -87006,9 +87006,9 @@ } }, "tailwindcss": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.3.tgz", - "integrity": "sha512-PRJNYdSIthrb8hjmAyymEyEN8Yo61TMXpzyFUpxULeeyRn3Y3gpvuw6FlRTKrJvK7thSGKRnhT36VovVx4WeMA==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.4.tgz", + "integrity": "sha512-NrxbFV4tYsga/hpWbRyUfIaBrNMXDxx5BsHgBS4v5tlyjf+sDsgBg5m9OxjrXIqAS/uR9kicxLKP+bEHI7BSeQ==", "requires": { "arg": "^5.0.2", "chokidar": "^3.5.3", diff --git a/tools/ui-components/package.json b/tools/ui-components/package.json index 8819c98f76c..4356dace32f 100644 --- a/tools/ui-components/package.json +++ b/tools/ui-components/package.json @@ -53,7 +53,7 @@ "rollup": "2.75.7", "rollup-plugin-postcss": "4.0.2", "rollup-plugin-terser": "7.0.2", - "tailwindcss": "3.1.3" + "tailwindcss": "3.1.4" }, "scripts": { "storybook": "start-storybook -p 6006",