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

This commit is contained in:
Renovate Bot
2021-10-13 19:07:07 +00:00
committed by renovate[bot]
parent 7f59c81b29
commit d4a49a1c1c
2 changed files with 19 additions and 8 deletions

View File

@ -17598,9 +17598,9 @@
}
},
"tailwindcss": {
"version": "2.2.16",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.16.tgz",
"integrity": "sha512-EireCtpQyyJ4Xz8NYzHafBoy4baCOO96flM0+HgtsFcIQ9KFy/YBK3GEtlnD+rXen0e4xm8t3WiUcKBJmN6yjg==",
"version": "2.2.17",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.17.tgz",
"integrity": "sha512-WgRpn+Pxn7eWqlruxnxEbL9ByVRWi3iC10z4b6dW0zSdnkPVC4hPMSWLQkkW8GCyBIv/vbJ0bxIi9dVrl4CfoA==",
"dev": true,
"requires": {
"arg": "^5.0.1",
@ -17696,12 +17696,23 @@
}
},
"glob-parent": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.1.tgz",
"integrity": "sha512-kEVjS71mQazDBHKcsq4E9u/vUzaLcw1A8EtUeydawvIWQCJM0qQ08G1H7/XTjFUulla6XQiDOG6MXSaG0HDKog==",
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
"dev": true,
"requires": {
"is-glob": "^4.0.1"
"is-glob": "^4.0.3"
},
"dependencies": {
"is-glob": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
"dev": true,
"requires": {
"is-extglob": "^2.1.1"
}
}
}
},
"has-flag": {

View File

@ -46,7 +46,7 @@
"cross-env": "7.0.3",
"postcss": "8.3.9",
"postcss-import": "14.0.2",
"tailwindcss": "2.2.16",
"tailwindcss": "2.2.17",
"rimraf": "3.0.2",
"rollup": "2.58.0",
"rollup-plugin-postcss": "4.0.1",