chore: Update dependencies
This commit is contained in:
parent
4c0cf0063b
commit
cb23024497
1 changed files with 9 additions and 9 deletions
18
package.json
18
package.json
|
@ -58,16 +58,16 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-core": "^6.21.0",
|
"babel-core": "^6.24.0",
|
||||||
"babel-preset-es2015": "^6.18.0",
|
"babel-preset-es2015": "^6.24.0",
|
||||||
"babel-root-import": "^4.1.5",
|
"babel-root-import": "^4.1.8",
|
||||||
"colors": "^1.1.2",
|
"colors": "^1.1.2",
|
||||||
"cpx": "^1.5.0",
|
"cpx": "^1.5.0",
|
||||||
"eslint": "^3.11.0",
|
"eslint": "^3.19.0",
|
||||||
"eslint-plugin-standard": "^2.0.1",
|
"eslint-plugin-standard": "^2.1.1",
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"gulp-bump": "^2.6.1",
|
"gulp-bump": "^2.7.0",
|
||||||
"gulp-conventional-changelog": "^1.1.0",
|
"gulp-conventional-changelog": "^1.1.3",
|
||||||
"gulp-data": "^1.2.1",
|
"gulp-data": "^1.2.1",
|
||||||
"gulp-filelist": "^1.0.0",
|
"gulp-filelist": "^1.0.0",
|
||||||
"gulp-if": "^2.0.2",
|
"gulp-if": "^2.0.2",
|
||||||
|
@ -77,9 +77,9 @@
|
||||||
"gulp-template": "^4.0.0",
|
"gulp-template": "^4.0.0",
|
||||||
"gulp-watch": "^4.3.8",
|
"gulp-watch": "^4.3.8",
|
||||||
"json-minify": "^1.0.0",
|
"json-minify": "^1.0.0",
|
||||||
"rimraf": "^2.5.4",
|
"rimraf": "^2.6.1",
|
||||||
"run-sequence": "^1.2.2",
|
"run-sequence": "^1.2.2",
|
||||||
"svgo": "^0.7.1",
|
"svgo": "^0.7.1",
|
||||||
"yargs": "^6.6.0"
|
"yargs": "^7.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue