Skip to content

Commit 99b8cfb

Browse files
committed
Update dependency @fullhuman/postcss-purgecss to v2.2.0
1 parent 23019d1 commit 99b8cfb

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"tailwindcss": "^1.2.0"
2525
},
2626
"devDependencies": {
27-
"@fullhuman/postcss-purgecss": "2.1.2",
27+
"@fullhuman/postcss-purgecss": "2.2.0",
2828
"@types/node": "13.9.0",
2929
"@types/react": "16.9.23",
3030
"@types/styled-components": "5.0.1",

yarn.lock

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -962,13 +962,13 @@
962962
resolved "https://artifacts.werally.in:443/artifactory/api/npm/npm/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
963963
integrity sha1-dyESkcGQCnALinjPr9oxYNdpSe0=
964964

965-
"@fullhuman/postcss-purgecss@2.1.2":
966-
version "2.1.2"
967-
resolved "https://registry.yarnpkg.com/@fullhuman/postcss-purgecss/-/postcss-purgecss-2.1.2.tgz#8fe4d4ae2b58214b5452cb490a31c7146517442f"
968-
integrity sha512-Jf34YVBK9GtXTblpu0svNUJdA7rTQoRMz+yEJe6mwTnXDIGipWLzaX/VgU/x6IPC6WvU5SY/XlawwqhxoyFPTg==
965+
"@fullhuman/postcss-purgecss@2.2.0":
966+
version "2.2.0"
967+
resolved "https://registry.yarnpkg.com/@fullhuman/postcss-purgecss/-/postcss-purgecss-2.2.0.tgz#2b3699287163ff515f25ccdae5b96a244eebb41a"
968+
integrity sha512-q4zYAn8L9olA5uneaLhxkHRBoug9dnAqytbdX9R5dbzSORobhYr1yGR2JN3Q1UMd5RB0apm1NvJekHaymal/BQ==
969969
dependencies:
970-
postcss "7.0.27"
971-
purgecss "^2.1.2"
970+
postcss "7.0.28"
971+
purgecss "^2.2.0"
972972

973973
974974
version "9.3.6"
@@ -4625,6 +4625,15 @@ [email protected], postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.11, postcss@^7.0.14
46254625
source-map "^0.6.1"
46264626
supports-color "^6.1.0"
46274627

4628+
4629+
version "7.0.28"
4630+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.28.tgz#d349ced7743475717ba91f6810efb58c51fb5dbb"
4631+
integrity sha512-YU6nVhyWIsVtlNlnAj1fHTsUKW5qxm3KEgzq2Jj6KTEFOTK8QWR12eIDvrlWhiSTK8WIBFTBhOJV4DY6dUuEbw==
4632+
dependencies:
4633+
chalk "^2.4.2"
4634+
source-map "^0.6.1"
4635+
supports-color "^6.1.0"
4636+
46284637
postcss@^6.0.9:
46294638
version "6.0.23"
46304639
resolved "https://artifacts.werally.in:443/artifactory/api/npm/npm/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324"
@@ -4739,14 +4748,14 @@ punycode@^2.1.0:
47394748
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
47404749
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
47414750

4742-
purgecss@^2.1.2:
4743-
version "2.1.2"
4744-
resolved "https://registry.yarnpkg.com/purgecss/-/purgecss-2.1.2.tgz#96f666d04c56705208aaa1a544b5f22e13828955"
4745-
integrity sha512-5oDBxiT9VonwKmEMohPFRFZrj8fdSVKxHPwq7G5Rx/2pXicZFJu+D4m5bb3NuV0sSK3ooNxq5jFIwwHzifP5FA==
4751+
purgecss@^2.2.0:
4752+
version "2.2.0"
4753+
resolved "https://registry.yarnpkg.com/purgecss/-/purgecss-2.2.0.tgz#52cc0f259ada7556e1d83a81bd63ad35d57bdd0f"
4754+
integrity sha512-krblW3ECdPq8GQZQ2mS4FaKtJbV8PX4x65V6wOuTwcfUSIxcTUeBekROCC53IbFKW/t044BuiVUHiSa3MqGJRg==
47464755
dependencies:
47474756
commander "^5.0.0"
47484757
glob "^7.0.0"
4749-
postcss "7.0.27"
4758+
postcss "7.0.28"
47504759
postcss-selector-parser "^6.0.2"
47514760

47524761
q@^1.1.2:

0 commit comments

Comments
 (0)