chore: Update dependencies and group rules
This commit is contained in:
parent
6d011abfb3
commit
8256f38ea8
1 changed files with 6 additions and 6 deletions
12
package.json
12
package.json
|
@ -22,7 +22,7 @@
|
||||||
"vscode": "^1.11.0"
|
"vscode": "^1.11.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run icons && build-themes",
|
"build": "npm run icons && npm run build-themes",
|
||||||
"icons": "npm run remove-icons && npm run minimize-icons && npm run build-icons && npm run minimize-json",
|
"icons": "npm run remove-icons && npm run minimize-icons && npm run build-icons && npm run minimize-json",
|
||||||
"minimize-icons": "svgo -f src/icons/svgs -o icons",
|
"minimize-icons": "svgo -f src/icons/svgs -o icons",
|
||||||
"minimize-json": "json-minify themes/.material-theme-icons.tmp > themes/Material-Theme-Icons.json && npm run remove-icons-tmp",
|
"minimize-json": "json-minify themes/.material-theme-icons.tmp > themes/Material-Theme-Icons.json && npm run remove-icons-tmp",
|
||||||
|
@ -70,12 +70,12 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-core": "^6.24.0",
|
"babel-core": "^6.24.1",
|
||||||
"babel-preset-es2015": "^6.24.0",
|
"babel-preset-es2015": "^6.24.1",
|
||||||
"babel-root-import": "^4.1.8",
|
"babel-root-import": "^4.1.8",
|
||||||
"cpx": "^1.5.0",
|
"cpx": "^1.5.0",
|
||||||
"eslint": "^3.19.0",
|
"eslint": "^3.19.0",
|
||||||
"eslint-plugin-standard": "^2.1.1",
|
"eslint-plugin-standard": "^3.0.1",
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"gulp-bump": "^2.7.0",
|
"gulp-bump": "^2.7.0",
|
||||||
"gulp-conventional-changelog": "^1.1.3",
|
"gulp-conventional-changelog": "^1.1.3",
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
"rimraf": "^2.6.1",
|
"rimraf": "^2.6.1",
|
||||||
"run-sequence": "^1.2.2",
|
"run-sequence": "^1.2.2",
|
||||||
"svgo": "^0.7.1",
|
"svgo": "^0.7.1",
|
||||||
"yamljs": "^0.2.9",
|
"yamljs": "^0.2.10",
|
||||||
"yargs": "^7.0.2"
|
"yargs": "^7.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue