From fccadc1b813e3dc5d24235958b1f528be3c891e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2020 10:37:22 +0900 Subject: [PATCH] build(deps): bump @tailwindcss/ui from 0.5.0 to 0.6.0 (#61) Bumps @tailwindcss/ui from 0.5.0 to 0.6.0. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ec6793a2..c2370c40 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "start": "NODE_ENV=production node dist/index.js" }, "dependencies": { - "@tailwindcss/ui": "^0.5.0", + "@tailwindcss/ui": "^0.6.0", "axios": "^0.20.0", "body-parser": "^1.19.0", "bowser": "^2.10.0", diff --git a/yarn.lock b/yarn.lock index be98e119..58a539af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1280,10 +1280,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.6.0": + version "0.6.0" + resolved "https://registry.yarnpkg.com/@tailwindcss/ui/-/ui-0.6.0.tgz#eb660a88e3f7c518654e452a449afe9573ab7182" + integrity sha512-RuMFVxkwLGjwdvnN0y0qjHLCwYDdkgDkZcxzrvhosQU3/RXQMgsPcRHn/jzgYT7zpbMchE81Bgni/I55K4pveQ== dependencies: "@tailwindcss/custom-forms" "^0.2.1" "@tailwindcss/typography" "^0.2.0"