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:
authorLeonardo Faria <leonardofaria@users.noreply.github.com>2020-08-04 01:30:09 +0300
committerGitHub <noreply@github.com>2020-08-04 01:30:09 +0300
commit740744ef6dccc0828c1772d3e0e500c2cc8c744a (patch)
treef6de181e6d897333c96eda56a3a7502837407830
parent069c0f5e8a43e5fec386e2ad82865a24504b75de (diff)
parente51971b2420a72ca7f6ef35ea0956450f2d3b5e7 (diff)
Merge pull request #14 from leonardofaria/dependabot/npm_and_yarn/tailwindcss-1.6.1
Bump tailwindcss from 1.5.1 to 1.6.1
-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"