chore: Update deps
This commit is contained in:
parent
e3b67e0b41
commit
d0aeec0275
2 changed files with 410 additions and 240 deletions
16
package.json
16
package.json
|
@ -101,7 +101,7 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"@types/chalk": "^0.4.31",
|
||||
"@types/gulp": "^4.0.3",
|
||||
"@types/gulp": "4.0.4",
|
||||
"@types/gulp-if": "0.0.31",
|
||||
"@types/gulp-util": "^3.0.31",
|
||||
"@types/mustache": "^0.8.29",
|
||||
|
@ -109,11 +109,11 @@
|
|||
"@types/through2": "^2.0.33",
|
||||
"@types/yamljs": "^0.2.30",
|
||||
"@types/yargs": "^6.6.0",
|
||||
"babel-core": "^6.24.1",
|
||||
"babel-core": "6.25.0",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"babel-root-import": "^4.1.8",
|
||||
"cpx": "^1.5.0",
|
||||
"eslint": "^3.19.0",
|
||||
"eslint": "4.1.1",
|
||||
"eslint-plugin-standard": "^3.0.1",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-bump": "^2.7.0",
|
||||
|
@ -126,9 +126,9 @@
|
|||
"rimraf": "^2.6.1",
|
||||
"run-sequence": "^1.2.2",
|
||||
"svgo": "^0.7.1",
|
||||
"typescript": "2.3.4",
|
||||
"vscode": "^1.1.0",
|
||||
"yamljs": "^0.2.10",
|
||||
"yargs": "^7.1.0"
|
||||
"typescript": "2.4.1",
|
||||
"vscode": "1.1.1",
|
||||
"yamljs": "0.3.0",
|
||||
"yargs": "8.0.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue