chore: Update deps
This commit is contained in:
parent
397dab7059
commit
81399a5a4f
2 changed files with 1451 additions and 1005 deletions
2414
package-lock.json
generated
2414
package-lock.json
generated
File diff suppressed because it is too large
Load diff
42
package.json
42
package.json
|
@ -26,7 +26,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "npm run build-icons && npm run build-themes && npm run build-icons-accents && npm run build-icons-variants",
|
||||
"minimize-icons": "svgo -f src/icons/svgs -o icons",
|
||||
"minimize-icons": "svgo -f src/icons/svgs",
|
||||
"minimize-json": "json-minify themes/.material-theme-icons.tmp > themes/Material-Theme-Icons.json && npm run remove-icons-tmp",
|
||||
"remove-icons": "rimraf icons && rimraf themes/Material-Theme-Icons.json",
|
||||
"remove-icons-tmp": "rimraf themes/.material-theme-icons.tmp",
|
||||
|
@ -71,7 +71,7 @@
|
|||
"themes": [
|
||||
{
|
||||
"label": "Material Theme",
|
||||
"path": "./themes/Material-Theme-Palenight.json",
|
||||
"path": "./themes/Material-Theme-Darker.json",
|
||||
"uiTheme": "vs-dark"
|
||||
}
|
||||
],
|
||||
|
@ -91,37 +91,37 @@
|
|||
}
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/chalk": "0.4.31",
|
||||
"@types/gulp": "4.0.4",
|
||||
"@types/gulp-if": "0.0.31",
|
||||
"@types/gulp-util": "3.0.31",
|
||||
"@types/mustache": "0.8.29",
|
||||
"@types/run-sequence": "0.0.29",
|
||||
"@types/chalk": "2.2.0",
|
||||
"@types/gulp": "4.0.5",
|
||||
"@types/gulp-if": "0.0.33",
|
||||
"@types/gulp-util": "3.0.34",
|
||||
"@types/mustache": "0.8.30",
|
||||
"@types/run-sequence": "0.0.30",
|
||||
"@types/through2": "2.0.33",
|
||||
"@types/yamljs": "0.2.30",
|
||||
"@types/yargs": "6.6.0",
|
||||
"babel-core": "6.25.0",
|
||||
"@types/yargs": "10.0.1",
|
||||
"babel-core": "6.26.0",
|
||||
"babel-preset-es2015": "6.24.1",
|
||||
"babel-root-import": "4.1.8",
|
||||
"cpx": "1.5.0",
|
||||
"eslint": "4.1.1",
|
||||
"eslint": "4.17.0",
|
||||
"eslint-plugin-standard": "3.0.1",
|
||||
"gulp": "3.9.1",
|
||||
"gulp-bump": "2.7.0",
|
||||
"gulp-conventional-changelog": "1.1.3",
|
||||
"gulp-bump": "3.1.0",
|
||||
"gulp-conventional-changelog": "1.1.11",
|
||||
"gulp-if": "2.0.2",
|
||||
"gulp-stats": "0.0.4",
|
||||
"gulp-util": "3.0.8",
|
||||
"json-minify": "1.0.0",
|
||||
"mustache": "2.3.0",
|
||||
"rimraf": "2.6.1",
|
||||
"run-sequence": "1.2.2",
|
||||
"standard-version": "4.2.0",
|
||||
"svgo": "0.7.1",
|
||||
"typescript": "2.4.1",
|
||||
"vscode": "1.1.1",
|
||||
"rimraf": "2.6.2",
|
||||
"run-sequence": "2.2.1",
|
||||
"standard-version": "4.3.0",
|
||||
"svgo": "1.0.4",
|
||||
"typescript": "2.7.1",
|
||||
"vscode": "1.1.10",
|
||||
"yamljs": "0.3.0",
|
||||
"yargs": "8.0.2"
|
||||
"yargs": "11.0.0"
|
||||
},
|
||||
"__metadata": {
|
||||
"id": "dffaf5a1-2219-434b-9d87-cb586fd59260",
|
||||
|
@ -136,4 +136,4 @@
|
|||
"url": "https://opencollective.com/vsc-material-theme",
|
||||
"logo": "https://opencollective.com/opencollective/logo.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue