Skip to content

Commit 9f0a02b

Browse files
authored
Bump tailwindcss from 1.0.6 to 1.1.0 (#52)
Bump tailwindcss from 1.0.6 to 1.1.0
2 parents 09fb51e + 4418a9a commit 9f0a02b

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"
@@ -5458,6 +5454,14 @@ redeyed@~2.1.0:
54585454
dependencies:
54595455
esprima "~4.0.0"
54605456

5457+
reduce-css-calc@^2.1.6:
5458+
version "2.1.6"
5459+
resolved "https://registry.yarnpkg.com/reduce-css-calc/-/reduce-css-calc-2.1.6.tgz#050fe6ee7d98a1d70775d2e93ce0b713cee394d2"
5460+
integrity sha512-+l5/qlQmdsbM9h6JerJ/y5vR5Ci0k93aszLNpCmbadC3nBcbRGmIBm0s9Nj59i22LvCjTGftWzdQRwdknayxhw==
5461+
dependencies:
5462+
css-unit-converter "^1.1.1"
5463+
postcss-value-parser "^3.3.0"
5464+
54615465
regenerate-unicode-properties@^7.0.0:
54625466
version "7.0.0"
54635467
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-7.0.0.tgz#107405afcc4a190ec5ed450ecaa00ed0cafa7a4c"
@@ -6240,10 +6244,10 @@ table@^5.2.3:
62406244
slice-ansi "^2.1.0"
62416245
string-width "^3.0.0"
62426246

6243-
tailwindcss@^1.0.6:
6244-
version "1.0.6"
6245-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.0.6.tgz#4e9dbd5726d5bd5c634e7b49d0aa4ea03d112330"
6246-
integrity sha512-hhdvXpnlYNnxfZCpldMypSWRzgmoQbKBy3namGlsP0Gs+qM8EwF3DBVUPoq8wJYbBFjzrgatE4czWJ6f12Y9+Q==
6247+
tailwindcss@^1.1.0:
6248+
version "1.1.0"
6249+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.1.0.tgz#c582a192e4976953eb54d59be4e8c6c9486ea5a6"
6250+
integrity sha512-hcxY5MUrY/LcdsX4Xr2aOF24eF4HaxDbHCbDu3W2+bCJRsXRhJmZfAgjipjsyhZult0YAa9HFp14xRXMqwUYTw==
62476251
dependencies:
62486252
autoprefixer "^9.4.5"
62496253
bytes "^3.0.0"
@@ -6258,6 +6262,7 @@ tailwindcss@^1.0.6:
62586262
postcss-nested "^4.1.1"
62596263
postcss-selector-parser "^6.0.0"
62606264
pretty-hrtime "^1.0.3"
6265+
reduce-css-calc "^2.1.6"
62616266

62626267
tar@^4:
62636268
version "4.4.8"

0 commit comments

Comments
 (0)