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:59 +0300
committerGitHub <noreply@github.com>2020-08-03 16:38:59 +0300
commite51971b2420a72ca7f6ef35ea0956450f2d3b5e7 (patch)
tree53de521490a7e9fa0bce971ba2e22f82be50bab3
parent21152d6f51e58a1451effbf602990da5a0057f62 (diff)
Bump tailwindcss from 1.5.1 to 1.6.1
Bumps [tailwindcss](https://github.com/tailwindcss/tailwindcss) from 1.5.1 to 1.6.1. - [Release notes](https://github.com/tailwindcss/tailwindcss/releases) - [Commits](https://github.com/tailwindcss/tailwindcss/compare/v1.5.1...v1.6.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index df75660..a0924eb 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
"postcss": "^7.0.32",
"postcss-cli": "^7.1.1",
"postcss-import": "^12.0.1",
- "tailwindcss": "^1.5.1"
+ "tailwindcss": "^1.6.1"
},
"browserslist": [
"last 1 version",
diff --git a/yarn.lock b/yarn.lock
index df3ac08..b981c73 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1069,10 +1069,10 @@ supports-color@^7.1.0:
dependencies:
has-flag "^4.0.0"
-tailwindcss@^1.5.1:
- version "1.5.1"
- resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.5.1.tgz#a3eb10024f8e10786b8b6badcf9665b013bd03ee"
- integrity sha512-mBOxIk+U+9xECC6wllWiupPVfLuwTDvHb4d+8XTdZ8oYrZEH+NpFSlbATF5xWuCJQxDOZ1Dz7C0KN5tylcFhFg==
+tailwindcss@^1.6.1:
+ version "1.6.1"
+ resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.6.1.tgz#0fbd031848066665fe82dc89eeb30c3d9c4f83ba"
+ integrity sha512-hg20uPJTi3q4Ib6YSMb5p9ZEpp73O/5p3SxWFud45ePXAVl3/DyGMHhjTFDMVX5YqmLrPcEggxBw3Vx9TLuxyA==
dependencies:
"@fullhuman/postcss-purgecss" "^2.1.2"
autoprefixer "^9.4.5"