From 242f4f696c46a81bc6a0d36253e76b6e415ce524 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 07:36:43 +0000 Subject: [PATCH] Bump tailwindcss from 1.0.5 to 1.1.0 Bumps [tailwindcss](https://github.com/tailwindcss/tailwindcss) from 1.0.5 to 1.1.0. - [Release notes](https://github.com/tailwindcss/tailwindcss/releases) - [Commits](https://github.com/tailwindcss/tailwindcss/compare/v1.0.5...v1.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ccef6e1..03f3f28 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "postcss-nested": "^4.1.2", "sugarss": "^2.0.0", - "tailwindcss": "^1.0.1", + "tailwindcss": "^1.1.0", "tailwindcss-spaced-items": "^0.1.0", "tailwindcss-visuallyhidden": "^1.0.2", "vue": "^2.6.6", diff --git a/yarn.lock b/yarn.lock index d6e4d0b..d5f1616 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8918,6 +8918,14 @@ realpath-native@^1.0.0, realpath-native@^1.1.0: dependencies: util.promisify "^1.0.0" +reduce-css-calc@^2.1.6: + version "2.1.6" + resolved "https://registry.yarnpkg.com/reduce-css-calc/-/reduce-css-calc-2.1.6.tgz#050fe6ee7d98a1d70775d2e93ce0b713cee394d2" + integrity sha512-+l5/qlQmdsbM9h6JerJ/y5vR5Ci0k93aszLNpCmbadC3nBcbRGmIBm0s9Nj59i22LvCjTGftWzdQRwdknayxhw== + dependencies: + css-unit-converter "^1.1.1" + postcss-value-parser "^3.3.0" + regenerate-unicode-properties@^8.0.2: version "8.1.0" resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.1.0.tgz#ef51e0f0ea4ad424b77bf7cb41f3e015c70a3f0e" @@ -10002,10 +10010,10 @@ tailwindcss-visuallyhidden@^1.0.2: resolved "https://registry.yarnpkg.com/tailwindcss-visuallyhidden/-/tailwindcss-visuallyhidden-1.0.2.tgz#cdf178208282d1787e72186df2cf9d1286347667" integrity sha512-Hk3Do4x9nAz43CGzcxXqdAhsQs+bE6tUhlcHWBvLC4F8WjqbiGIcp1jPPHmXBAv41D8kFIH0UZyLGw490upsKg== -tailwindcss@^1.0.1: - version "1.0.5" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.0.5.tgz#5145fd61f251be06a77748819e12fb126914095d" - integrity sha512-e5edrSKqNOvWAVEutXN5czeJSXjQQxO7zNN4RDd5vQF/JTxnKdndcMFIC6p6YkRvcGFKPCZ/0rY1zZvPeq9V4A== +tailwindcss@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.1.0.tgz#c582a192e4976953eb54d59be4e8c6c9486ea5a6" + integrity sha512-hcxY5MUrY/LcdsX4Xr2aOF24eF4HaxDbHCbDu3W2+bCJRsXRhJmZfAgjipjsyhZult0YAa9HFp14xRXMqwUYTw== dependencies: autoprefixer "^9.4.5" bytes "^3.0.0" @@ -10020,6 +10028,7 @@ tailwindcss@^1.0.1: postcss-nested "^4.1.1" postcss-selector-parser "^6.0.0" pretty-hrtime "^1.0.3" + reduce-css-calc "^2.1.6" tapable@^1.0.0, tapable@^1.1.0: version "1.1.3"