Bump tailwindcss from 2.0.3 to 2.0.4

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v2.0.3...v2.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-03-22 20:45:36 +00:00
committed by Thomas Ruoff
parent 6bf4e445e4
commit 3cf2aff832
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@@ -2756,9 +2756,9 @@
"integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
}, },
"color-string": { "color-string": {
"version": "1.5.4", "version": "1.5.5",
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.4.tgz", "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.5.tgz",
"integrity": "sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw==", "integrity": "sha512-jgIoum0OfQfq9Whcfc2z/VhCNcmQjWbey6qBX0vqt7YICflUmBCh9E9CiQD5GSJ+Uehixm3NUwHVhqUAWRivZg==",
"dev": true, "dev": true,
"requires": { "requires": {
"color-name": "^1.0.0", "color-name": "^1.0.0",
@@ -8358,9 +8358,9 @@
} }
}, },
"postcss-nested": { "postcss-nested": {
"version": "5.0.3", "version": "5.0.5",
"resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.3.tgz", "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.5.tgz",
"integrity": "sha512-R2LHPw+u5hFfDgJG748KpGbJyTv7Yr33/2tIMWxquYuHTd9EXu27PYnKi7BxMXLtzKC0a0WVsqHtd7qIluQu/g==", "integrity": "sha512-GSRXYz5bccobpTzLQZXOnSOfKl6TwVr5CyAQJUPub4nuRJSOECK5AqurxVgmtxP48p0Kc/ndY/YyS1yqldX0Ew==",
"dev": true, "dev": true,
"requires": { "requires": {
"postcss-selector-parser": "^6.0.4" "postcss-selector-parser": "^6.0.4"
@@ -10016,9 +10016,9 @@
"dev": true "dev": true
}, },
"tailwindcss": { "tailwindcss": {
"version": "2.0.3", "version": "2.0.4",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.0.3.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.0.4.tgz",
"integrity": "sha512-s8NEqdLBiVbbdL0a5XwTb8jKmIonOuI4RMENEcKLR61jw6SdKvBss7NWZzwCaD+ZIjlgmesv8tmrjXEp7C0eAQ==", "integrity": "sha512-WhgR0oiBxGOZ9jY0yVfaJCHnckR7U74Fs/BMsYxGdwGJQ5Hd/HlaKD26bEJFZOvYScJo0QcUj2ImldzedsG7Bw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@fullhuman/postcss-purgecss": "^3.1.3", "@fullhuman/postcss-purgecss": "^3.1.3",
@@ -10029,18 +10029,18 @@
"didyoumean": "^1.2.1", "didyoumean": "^1.2.1",
"fs-extra": "^9.1.0", "fs-extra": "^9.1.0",
"html-tags": "^3.1.0", "html-tags": "^3.1.0",
"lodash": "^4.17.20", "lodash": "^4.17.21",
"modern-normalize": "^1.0.0", "modern-normalize": "^1.0.0",
"node-emoji": "^1.8.1", "node-emoji": "^1.8.1",
"object-hash": "^2.1.1", "object-hash": "^2.1.1",
"postcss-functions": "^3", "postcss-functions": "^3",
"postcss-js": "^3.0.3", "postcss-js": "^3.0.3",
"postcss-nested": "^5.0.1", "postcss-nested": "^5.0.5",
"postcss-selector-parser": "^6.0.4", "postcss-selector-parser": "^6.0.4",
"postcss-value-parser": "^4.1.0", "postcss-value-parser": "^4.1.0",
"pretty-hrtime": "^1.0.3", "pretty-hrtime": "^1.0.3",
"reduce-css-calc": "^2.1.8", "reduce-css-calc": "^2.1.8",
"resolve": "^1.19.0" "resolve": "^1.20.0"
}, },
"dependencies": { "dependencies": {
"ansi-styles": { "ansi-styles": {

View File

@@ -34,7 +34,7 @@
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0", "postcss-preset-env": "^6.7.0",
"swr": "^0.5.4", "swr": "^0.5.4",
"tailwindcss": "^2.0.3", "tailwindcss": "^2.0.4",
"typescript": "^4.2.3" "typescript": "^4.2.3"
}, },
"jest": { "jest": {