Bump tailwindcss from 2.1.0 to 2.1.1

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.1.0 to 2.1.1.
- [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.1.0...v2.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-04-12 21:53:18 +00:00
committed by Thomas Ruoff
parent 75d80156aa
commit 1def24530d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -14110,9 +14110,9 @@
"dev": true
},
"tailwindcss": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.1.0.tgz",
"integrity": "sha512-3tsoLMOrFvwrm0VRx2Hr3cRJ158Sd/KH9BwKg5xyS96yiR/0frQBCfUbXvNsa2hxzViGN4nSWJqzBWDQb4jOSA==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.1.1.tgz",
"integrity": "sha512-zZ6axGqpSZOCBS7wITm/WNHkBzDt5CIZlDlx0eCVldwTxFPELCVGbgh7Xpb3/kZp3cUxOmK7bZUjqhuMrbN6xQ==",
"dev": true,
"requires": {
"@fullhuman/postcss-purgecss": "^3.1.3",

View File

@@ -35,7 +35,7 @@
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"swr": "^0.5.5",
"tailwindcss": "^2.1.0",
"tailwindcss": "^2.1.1",
"typescript": "^4.2.4"
},
"jest": {