From 8c3ea49c7a40cec975ce63a176049a10bcd02be5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 21 Jun 2022 23:28:28 +0000 Subject: [PATCH] Update dependency tailwindcss to v3.1.4 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6dcf20..cf0ef2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "postcss-preset-env": "7.7.1", "prettier": "2.7.1", "swr": "1.3.0", - "tailwindcss": "3.1.3", + "tailwindcss": "3.1.4", "typescript": "4.7.4" } }, @@ -8648,9 +8648,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==", "dev": true, "dependencies": { "arg": "^5.0.2", @@ -15306,9 +15306,9 @@ "requires": {} }, "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==", "dev": true, "requires": { "arg": "^5.0.2", diff --git a/package.json b/package.json index 9acf237..5f4f0d8 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "postcss-preset-env": "7.7.1", "prettier": "2.7.1", "swr": "1.3.0", - "tailwindcss": "3.1.3", + "tailwindcss": "3.1.4", "typescript": "4.7.4" }, "jest": {