mirror of
https://github.com/vacp2p/vac.dev-experimental-old.git
synced 2025-01-27 14:05:33 +00:00
Update dependency gulp-purgecss to v1.2.0
This commit is contained in:
parent
f8b7af5ab5
commit
6959c3d31f
24
package-lock.json
generated
24
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oddstronaut/tailwind-jekyll",
|
"name": "@oddstronaut/tailwind-jekyll",
|
||||||
"version": "4.0.8",
|
"version": "4.0.9",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -3590,29 +3590,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gulp-purgecss": {
|
"gulp-purgecss": {
|
||||||
"version": "1.1.1",
|
"version": "1.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/gulp-purgecss/-/gulp-purgecss-1.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/gulp-purgecss/-/gulp-purgecss-1.2.0.tgz",
|
||||||
"integrity": "sha512-MDz9BSdHlaHGGGNsPCubPpQtg55DW/0ZvMm4vDYMC+Oep2+VbXz7qdfigDl+5pXUTw9eAG9HvTQu8DW9s1Ml/A==",
|
"integrity": "sha512-MCd00oPCmwwxCpayrVz4yzz/w7bH5ahQGr3F7tjVCXaK1Z9T1GWwPAv4syq502oHuFRnW1/F153lQMIRiUIVdA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"glob": "^7.1.2",
|
"glob": "^7.1.2",
|
||||||
"plugin-error": "^1.0.1",
|
"plugin-error": "^1.0.1",
|
||||||
"purgecss": "^1.1.0",
|
"purgecss": "^1.3.0",
|
||||||
"through2": "^2.0.3"
|
"through2": "^2.0.3"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"plugin-error": {
|
|
||||||
"version": "1.0.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz",
|
|
||||||
"integrity": "sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==",
|
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
|
||||||
"ansi-colors": "^1.0.1",
|
|
||||||
"arr-diff": "^4.0.0",
|
|
||||||
"arr-union": "^3.1.0",
|
|
||||||
"extend-shallow": "^3.0.2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gulp-sourcemaps": {
|
"gulp-sourcemaps": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oddstronaut/tailwind-jekyll",
|
"name": "@oddstronaut/tailwind-jekyll",
|
||||||
"version": "4.0.8",
|
"version": "4.0.9",
|
||||||
"description": "A starter kit for using Tailwind with Jekyll",
|
"description": "A starter kit for using Tailwind with Jekyll",
|
||||||
"main": "gulpfile.config.js",
|
"main": "gulpfile.config.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"gulp": "4.0.2",
|
"gulp": "4.0.2",
|
||||||
"gulp-if": "2.0.2",
|
"gulp-if": "2.0.2",
|
||||||
"gulp-postcss": "8.0.0",
|
"gulp-postcss": "8.0.0",
|
||||||
"gulp-purgecss": "1.1.1",
|
"gulp-purgecss": "1.2.0",
|
||||||
"gulp-sourcemaps": "2.6.5",
|
"gulp-sourcemaps": "2.6.5",
|
||||||
"postcss-import": "12.0.1",
|
"postcss-import": "12.0.1",
|
||||||
"tailwindcss": "0.7.4"
|
"tailwindcss": "0.7.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user