chore(deps): update dependency tailwindcss to v2.2.11

This commit is contained in:
Renovate Bot
2021-09-07 11:13:51 +00:00
committed by renovate[bot]
parent a5eafbf04f
commit fa6d3f4cf2
2 changed files with 5 additions and 4 deletions

View File

@ -17659,9 +17659,9 @@
}
},
"tailwindcss": {
"version": "2.2.10",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.10.tgz",
"integrity": "sha512-OFm08RRy7elXhv57DRLzCVKrylIbnu6htJzcD/bGPOdokLQrqywSTYPs3SSqsxqXF+6Mzy/XJcS89gZDIF057A==",
"version": "2.2.11",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.11.tgz",
"integrity": "sha512-nXHuyB94Q5n3eSy41qdNEORDb2R6Vtq0LZmFfVfpYJxTWEZJ50IzaOkq2tCN8KJTNsQ5kZHhy+rj2aX6lJyGbQ==",
"dev": true,
"requires": {
"arg": "^5.0.1",
@ -17677,6 +17677,7 @@
"fs-extra": "^10.0.0",
"glob-parent": "^6.0.1",
"html-tags": "^3.1.0",
"is-color-stop": "^1.1.0",
"is-glob": "^4.0.1",
"lodash": "^4.17.21",
"lodash.topath": "^4.5.2",

View File

@ -40,7 +40,7 @@
"cross-env": "7.0.3",
"postcss": "8.3.6",
"postcss-import": "14.0.2",
"tailwindcss": "2.2.10",
"tailwindcss": "2.2.11",
"rimraf": "3.0.2",
"rollup": "2.56.3",
"rollup-plugin-postcss": "4.0.1",