Merge pull request #31 from opdavies/dependabot/npm_and_yarn/vuejs/fullhuman/postcss-purgecss-1.3.0

Bump @fullhuman/postcss-purgecss from 1.2.0 to 1.3.0 in /vuejs
This commit is contained in:
Oliver Davies 2019-09-17 08:23:23 +01:00 committed by GitHub
commit 7549d7e842
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -869,12 +869,12 @@
}
},
"@fullhuman/postcss-purgecss": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-1.2.0.tgz",
"integrity": "sha512-An05jbnZVUrX+VVNniaNQtOuo/S7tyQu5x86itXTF+7kfMaGxglFGykFX2KCt2hcbJijbvfCval9IkPO19V1KA==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-1.3.0.tgz",
"integrity": "sha512-zvfS3dPKD2FAtMcXapMJXGbDgEp9E++mLR6lTgSruv6y37uvV5xJ1crVktuC1gvnmMwsa7Zh1m05FeEiz4VnIQ==",
"requires": {
"postcss": "^7.0.14",
"purgecss": "^1.3.0"
"purgecss": "^1.4.0"
}
},
"@hapi/address": {

View file

@ -9,7 +9,7 @@
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^1.2.0",
"@fullhuman/postcss-purgecss": "^1.3.0",
"axios": "^0.19.0",
"core-js": "^2.6.5",
"postcss-import": "^12.0.1",