From c3acabab417c4983baf76761ec1499b1cf0710ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 06:01:41 +0000 Subject: [PATCH] Bump @tailwindcss/ui from 0.5.0 to 0.7.2 in /frontend Bumps @tailwindcss/ui from 0.5.0 to 0.7.2. Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 29a1aea..c73143a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "dependencies": { "@nuxtjs/auth": "^4.9.1", "@nuxtjs/axios": "^5.12.1", - "@tailwindcss/ui": "^0.5.0", + "@tailwindcss/ui": "^0.7.2", "numeral": "^2.0.6", "nuxt": "^2.14.3" }, diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 5d66025..c24c594 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1369,10 +1369,10 @@ resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.2.0.tgz#b597c83502e3c3c6641a8aaabda223cd494ab349" integrity sha512-aPgMH+CjQiScLZculoDNOQUrrK2ktkbl3D6uCLYp1jgYRlNDrMONu9nMu8LfwAeetYNpVNeIGx7WzHSu0kvECg== -"@tailwindcss/ui@^0.5.0": - version "0.5.0" - resolved "https://registry.yarnpkg.com/@tailwindcss/ui/-/ui-0.5.0.tgz#c3b274222a57484757e664bc71c4f5288461c9ad" - integrity sha512-UbKe9ti0uMXN2lmgaFgNJC/DY4s2izLaowhIn2A4AgmplC2+XzcYJ9vHLLNNXNBthDq9X+js92tpxey6dBjgfw== +"@tailwindcss/ui@^0.7.2": + version "0.7.2" + resolved "https://registry.yarnpkg.com/@tailwindcss/ui/-/ui-0.7.2.tgz#1f0a5ddf47b75b6f892553e6741764d351782a12" + integrity sha512-7HuFoWUMfVdY8EWEIS2FSJBCj+iEWL4JfljVE6Wd5qLrQrCzH10tuE0S6697jPm7dt8ZUEslFWlJtAsU76A5Nw== dependencies: "@tailwindcss/custom-forms" "^0.2.1" "@tailwindcss/typography" "^0.2.0"