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

This commit is contained in:
Renovate Bot
2021-06-01 17:56:37 +00:00
committed by renovate[bot]
parent c0aaecba63
commit 629c011ab6
2 changed files with 7 additions and 7 deletions

View File

@ -9655,9 +9655,9 @@
}
},
"object-hash": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.1.1.tgz",
"integrity": "sha512-VOJmgmS+7wvXf8CjbQmimtCnEx3IAoLxI3fp2fbWehxrWBcAQFbk+vcwb6vzR0VZv/eNCJ/27j151ZTwqW/JeQ==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz",
"integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==",
"dev": true
},
"object-inspect": {
@ -12599,9 +12599,9 @@
}
},
"tailwindcss": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.1.2.tgz",
"integrity": "sha512-T5t+wwd+/hsOyRw2HJuFuv0LTUm3MUdHm2DJ94GPVgzqwPPFa9XxX0KlwLWupUuiOUj6uiKURCzYPHFcuPch/w==",
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.1.3.tgz",
"integrity": "sha512-434rlH/gVSm0Qhc2pQjvsQeasrcmPWEWSxyDcF66Y+CavOURsdqx3hymqqXlozs+CVWN3z+VpFV/PE9b2wx/GA==",
"dev": true,
"requires": {
"@fullhuman/postcss-purgecss": "^3.1.3",

View File

@ -33,7 +33,7 @@
"babel-loader": "8.2.2",
"postcss": "8.3.0",
"postcss-import": "14.0.2",
"tailwindcss": "2.1.2"
"tailwindcss": "2.1.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",