Merge pull request #29 from Oddstronaut/renovate/gulp-4.x

Update dependency gulp to v4.0.2
This commit is contained in:
Taylor Bryant 2019-05-09 16:14:15 -05:00 committed by GitHub
commit 81a20939ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

20
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@oddstronaut/tailwind-jekyll", "name": "@oddstronaut/tailwind-jekyll",
"version": "4.0.5", "version": "4.0.6",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -3505,14 +3505,14 @@
"dev": true "dev": true
}, },
"gulp": { "gulp": {
"version": "4.0.0", "version": "4.0.2",
"resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.0.tgz", "resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.2.tgz",
"integrity": "sha1-lXZsYB2t5Kd+0+eyttwDiBtZY2Y=", "integrity": "sha512-dvEs27SCZt2ibF29xYgmnwwCYZxdxhQ/+LFWlbAW8y7jt68L/65402Lz3+CKy0Ov4rOs+NERmDq7YlZaDqUIfA==",
"dev": true, "dev": true,
"requires": { "requires": {
"glob-watcher": "^5.0.0", "glob-watcher": "^5.0.3",
"gulp-cli": "^2.0.0", "gulp-cli": "^2.2.0",
"undertaker": "^1.0.0", "undertaker": "^1.2.1",
"vinyl-fs": "^3.0.0" "vinyl-fs": "^3.0.0"
}, },
"dependencies": { "dependencies": {
@ -7781,9 +7781,9 @@
"dev": true "dev": true
}, },
"v8flags": { "v8flags": {
"version": "3.1.2", "version": "3.1.3",
"resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.1.2.tgz", "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.1.3.tgz",
"integrity": "sha512-MtivA7GF24yMPte9Rp/BWGCYQNaUj86zeYxV/x2RRJMKagImbbv3u8iJC57lNhWLPcGLJmHcHmFWkNsplbbLWw==", "integrity": "sha512-amh9CCg3ZxkzQ48Mhcb8iX7xpAfYJgePHxWMQCBWECpOSqJUXgY26ncA61UTV0BkPqfhcy6mzwCIoP4ygxpW8w==",
"dev": true, "dev": true,
"requires": { "requires": {
"homedir-polyfill": "^1.0.1" "homedir-polyfill": "^1.0.1"

View File

@ -1,6 +1,6 @@
{ {
"name": "@oddstronaut/tailwind-jekyll", "name": "@oddstronaut/tailwind-jekyll",
"version": "4.0.5", "version": "4.0.6",
"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": {
@ -9,7 +9,7 @@
"babel-register": "6.26.0", "babel-register": "6.26.0",
"browser-sync": "2.26.5", "browser-sync": "2.26.5",
"cssnano": "4.1.10", "cssnano": "4.1.10",
"gulp": "4.0.0", "gulp": "4.0.2",
"gulp-if": "2.0.2", "gulp-if": "2.0.2",
"gulp-postcss": "7.0.1", "gulp-postcss": "7.0.1",
"gulp-purgecss": "1.1.1", "gulp-purgecss": "1.1.1",