Skip to content

Commit 4418a9a

Browse files
Bump tailwindcss from 1.0.6 to 1.1.0
Bumps [tailwindcss](https://github.com/tailwindcss/tailwindcss) from 1.0.6 to 1.1.0. - [Release notes](https://github.com/tailwindcss/tailwindcss/releases) - [Commits](tailwindlabs/tailwindcss@v1.0.6...v1.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 32807a1 commit 4418a9a

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"posthtml-include": "^1.2.0",
5454
"posthtml-load-config": "^1.0.0",
5555
"stylelint-config-standard": "^18.3.0",
56-
"tailwindcss": "^1.0.6"
56+
"tailwindcss": "^1.1.0"
5757
}
5858
}

yarn.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,15 +1329,11 @@ builtin-status-codes@^3.0.0:
13291329
version "3.0.0"
13301330
resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
13311331

1332-
1332+
[email protected], bytes@^3.0.0:
13331333
version "3.1.0"
13341334
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
13351335
integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
13361336

1337-
bytes@^3.0.0:
1338-
version "3.0.0"
1339-
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
1340-
13411337
cache-base@^1.0.1:
13421338
version "1.0.1"
13431339
resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"
@@ -5471,6 +5467,14 @@ redeyed@~2.1.0:
54715467
dependencies:
54725468
esprima "~4.0.0"
54735469

5470+
reduce-css-calc@^2.1.6:
5471+
version "2.1.6"
5472+
resolved "https://registry.yarnpkg.com/reduce-css-calc/-/reduce-css-calc-2.1.6.tgz#050fe6ee7d98a1d70775d2e93ce0b713cee394d2"
5473+
integrity sha512-+l5/qlQmdsbM9h6JerJ/y5vR5Ci0k93aszLNpCmbadC3nBcbRGmIBm0s9Nj59i22LvCjTGftWzdQRwdknayxhw==
5474+
dependencies:
5475+
css-unit-converter "^1.1.1"
5476+
postcss-value-parser "^3.3.0"
5477+
54745478
regenerate-unicode-properties@^7.0.0:
54755479
version "7.0.0"
54765480
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-7.0.0.tgz#107405afcc4a190ec5ed450ecaa00ed0cafa7a4c"
@@ -6253,10 +6257,10 @@ table@^5.2.3:
62536257
slice-ansi "^2.1.0"
62546258
string-width "^3.0.0"
62556259

6256-
tailwindcss@^1.0.6:
6257-
version "1.0.6"
6258-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.0.6.tgz#4e9dbd5726d5bd5c634e7b49d0aa4ea03d112330"
6259-
integrity sha512-hhdvXpnlYNnxfZCpldMypSWRzgmoQbKBy3namGlsP0Gs+qM8EwF3DBVUPoq8wJYbBFjzrgatE4czWJ6f12Y9+Q==
6260+
tailwindcss@^1.1.0:
6261+
version "1.1.0"
6262+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.1.0.tgz#c582a192e4976953eb54d59be4e8c6c9486ea5a6"
6263+
integrity sha512-hcxY5MUrY/LcdsX4Xr2aOF24eF4HaxDbHCbDu3W2+bCJRsXRhJmZfAgjipjsyhZult0YAa9HFp14xRXMqwUYTw==
62606264
dependencies:
62616265
autoprefixer "^9.4.5"
62626266
bytes "^3.0.0"
@@ -6271,6 +6275,7 @@ tailwindcss@^1.0.6:
62716275
postcss-nested "^4.1.1"
62726276
postcss-selector-parser "^6.0.0"
62736277
pretty-hrtime "^1.0.3"
6278+
reduce-css-calc "^2.1.6"
62746279

62756280
tar@^4:
62766281
version "4.4.8"

0 commit comments

Comments
 (0)