From 8d91a79e56c49b9f70736023853deff967ce0074 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 17 Jan 2022 10:37:51 +1100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20to=20Tailwind=20?= =?UTF-8?q?v3.0.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/compiled/main.css | 2 +- package-lock.json | 12 ++++++------ package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 613779e3..1cd1eb0c 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1,6 +1,6 @@ /*! Congo v1.6.2 | MIT License | https://github.com/jpanther/congo */ -/*! tailwindcss v3.0.13 | MIT License | https://tailwindcss.com */ +/*! tailwindcss v3.0.15 | MIT License | https://tailwindcss.com */ /* 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) diff --git a/package-lock.json b/package-lock.json index f296c409..31237480 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2182,9 +2182,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.13.tgz", - "integrity": "sha512-raRPGFwQSGXn/3h0ttHND9jyPYfqk/ur2NXtlQuK25+ZnrCjlH1s1j4/oPswHGMoZzGNykUVycZ/LcROanUE0A==", + "version": "3.0.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.15.tgz", + "integrity": "sha512-bT2iy7FtjwgsXik4ZoJnHXR+SRCiGR1W95fVqpLZebr64m4ahwUwRbIAc5w5+2fzr1YF4Ct2eI7dojMRRl8sVQ==", "dev": true, "dependencies": { "arg": "^5.0.1", @@ -3952,9 +3952,9 @@ "dev": true }, "tailwindcss": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.13.tgz", - "integrity": "sha512-raRPGFwQSGXn/3h0ttHND9jyPYfqk/ur2NXtlQuK25+ZnrCjlH1s1j4/oPswHGMoZzGNykUVycZ/LcROanUE0A==", + "version": "3.0.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.15.tgz", + "integrity": "sha512-bT2iy7FtjwgsXik4ZoJnHXR+SRCiGR1W95fVqpLZebr64m4ahwUwRbIAc5w5+2fzr1YF4Ct2eI7dojMRRl8sVQ==", "dev": true, "requires": { "arg": "^5.0.1", diff --git a/package.json b/package.json index b93bd1ca..84f8c6f4 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "prettier": "^2.3.2", "prettier-plugin-go-template": "^0.0.11", "rimraf": "^3.0.2", - "tailwindcss": "^3.0.13", + "tailwindcss": "^3.0.15", "vendor-copy": "^3.0.1" }, "vendorCopy": [],