Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-03 16:38:20 +0300
committerGitHub <noreply@github.com>2020-08-03 16:38:20 +0300
commit10b0a0a44f179afde4982f0633a8fda7bbb57521 (patch)
treeb59838358c39c9621fd5194ab490cbb4388ec3b3
parent21152d6f51e58a1451effbf602990da5a0057f62 (diff)
Bump @tailwindcss/ui from 0.3.1 to 0.5.0
Bumps @tailwindcss/ui from 0.3.1 to 0.5.0. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package.json2
-rw-r--r--yarn.lock14
2 files changed, 11 insertions, 5 deletions
diff --git a/package.json b/package.json
index df75660..9b4a8a0 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
- "@tailwindcss/ui": "^0.3.1",
+ "@tailwindcss/ui": "^0.5.0",
"autoprefixer": "^9.8.5",
"postcss": "^7.0.32",
"postcss-cli": "^7.1.1",
diff --git a/yarn.lock b/yarn.lock
index df3ac08..89edd08 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -40,12 +40,18 @@
mini-svg-data-uri "^1.0.3"
traverse "^0.6.6"
-"@tailwindcss/ui@^0.3.1":
- version "0.3.1"
- resolved "https://registry.npmjs.org/@tailwindcss/ui/-/ui-0.3.1.tgz#5ae5dc0ede9f62c265aad6765c35b80183f6cd91"
- integrity sha512-Hj6+c/EcwxflbvM5c0CxRxjNwjlNNkJ6aOK9eT06N7X7z1ZDsnKup8NaRBDc7XFY5CTmIYfLzNRyN1pfw6bSSw==
+"@tailwindcss/typography@^0.2.0":
+ version "0.2.0"
+ 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==
dependencies:
"@tailwindcss/custom-forms" "^0.2.1"
+ "@tailwindcss/typography" "^0.2.0"
hex-rgb "^4.1.0"
postcss-selector-parser "^6.0.2"