Bump @fullhuman/postcss-purgecss from 2.1.0 to 2.1.2 (#81)
Bumps [@fullhuman/postcss-purgecss](https://github.com/FullHuman/purgecss) from 2.1.0 to 2.1.2. - [Release notes](https://github.com/FullHuman/purgecss/releases) - [Changelog](https://github.com/FullHuman/purgecss/blob/master/CHANGELOG.md) - [Commits](https://github.com/FullHuman/purgecss/compare/v2.1.0...v2.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
8fe37fef65
commit
4a4a0e19a3
|
@ -5,13 +5,13 @@
|
|||
"requires": true,
|
||||
"dependencies": {
|
||||
"@fullhuman/postcss-purgecss": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-2.1.0.tgz",
|
||||
"integrity": "sha512-zmV+cK8pAo/suKMQk1fKzDdols5ltOy86Hk51qwkiJJt4olm3t1MaUrm4U4MlA9fiYeRpLqsNop2xNoEm8DV+w==",
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-2.1.2.tgz",
|
||||
"integrity": "sha512-Jf34YVBK9GtXTblpu0svNUJdA7rTQoRMz+yEJe6mwTnXDIGipWLzaX/VgU/x6IPC6WvU5SY/XlawwqhxoyFPTg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"postcss": "7.0.27",
|
||||
"purgecss": "^2.1.0"
|
||||
"purgecss": "^2.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"postcss": {
|
||||
|
@ -5622,21 +5622,21 @@
|
|||
}
|
||||
},
|
||||
"purgecss": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/purgecss/-/purgecss-2.1.0.tgz",
|
||||
"integrity": "sha512-QnXhowNjeWo9vNnGES2LVzDXdRR/8EvG/O03m4bYOWfAX0ShmG/Pmj7brVtVBy2eaaRAmNy23L+GBc4SpDFUeQ==",
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/purgecss/-/purgecss-2.1.2.tgz",
|
||||
"integrity": "sha512-5oDBxiT9VonwKmEMohPFRFZrj8fdSVKxHPwq7G5Rx/2pXicZFJu+D4m5bb3NuV0sSK3ooNxq5jFIwwHzifP5FA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"commander": "^4.0.0",
|
||||
"commander": "^5.0.0",
|
||||
"glob": "^7.0.0",
|
||||
"postcss": "7.0.27",
|
||||
"postcss-selector-parser": "^6.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": {
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
|
||||
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/commander/-/commander-5.0.0.tgz",
|
||||
"integrity": "sha512-JrDGPAKjMGSP1G0DUoaceEJ3DZgAfr/q6X7FVk4+U5KxUSKviYGM2k6zWkfyyBHy5rAtzgYJFa1ro2O9PtoxwQ==",
|
||||
"dev": true
|
||||
},
|
||||
"cssesc": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"description": "A starter kit for using Tailwind with Jekyll",
|
||||
"main": "gulpfile.babel.js",
|
||||
"devDependencies": {
|
||||
"@fullhuman/postcss-purgecss": "2.1.0",
|
||||
"@fullhuman/postcss-purgecss": "2.1.2",
|
||||
"autoprefixer": "9.7.6",
|
||||
"babel-preset-env": "1.7.0",
|
||||
"babel-register": "6.26.0",
|
||||
|
|
Loading…
Reference in New Issue