chore(deps): update dependency tailwindcss to v2.2.2 (#42560)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-06-21 13:02:44 +05:30
committed by GitHub
parent 6c8df573c3
commit d8f8665170
2 changed files with 4 additions and 4 deletions

View File

@ -12881,9 +12881,9 @@
}
},
"tailwindcss": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.0.tgz",
"integrity": "sha512-vzyictuac60cUfky6R4gFW98glcc/UxpaCH+Mt9dq+LEPdZq2Dpvo5iYpPaemutOIjfeiY0Y8j0ZgJG3wBaFDQ==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.2.tgz",
"integrity": "sha512-OzFWhlnfrO3JXZKHQiqZcb0Wwl3oJSmQ7PvT2jdIgCjV5iUoAyql9bb9ZLCSBI5TYXmawujXAoNxXVfP5Auy/Q==",
"dev": true,
"requires": {
"@fullhuman/postcss-purgecss": "^4.0.3",

View File

@ -34,7 +34,7 @@
"babel-loader": "8.2.2",
"postcss": "8.3.5",
"postcss-import": "14.0.2",
"tailwindcss": "2.2.0"
"tailwindcss": "2.2.2"
},
"scripts": {
"storybook": "start-storybook -p 6006",