Skip to content

Commit

Permalink
deps: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Oct 31, 2019
1 parent 3d88651 commit be7d237
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 542 deletions.
10 changes: 0 additions & 10 deletions .eslintrc

This file was deleted.

13 changes: 13 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
extends: ['eslint:recommended'],
env: {
es6: true,
node: true
},
rules: {
"array-bracket-spacing": 0,
"comma-dangle": 0,
"dot-notation": 0,
"valid-jsdoc": 0
}
};
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"codecov": "^3.5.0",
"coffee": "^5.2.2",
"conventional-changelog-cli": "^2.0.25",
"eslint": "^5.15.1",
"eslint-config-egg": "^7.4.1",
"eslint": "^6.6.0",
"husky": "^3.0.9",
"ini": "^1.3.5",
"lint-staged": "^9.4.2",
Expand All @@ -50,8 +49,8 @@
"ts-node": "^8.3.0",
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.17.0",
"tslint-immutable": "^5.0.0",
"type-fest": "^0.7.1",
"tslint-immutable": "^6.0.1",
"type-fest": "^0.8.1",
"typescript": "^3.6.4",
"vuepress": "^1.2.0"
},
Expand Down Expand Up @@ -79,10 +78,10 @@
"debug": "^4.1.1",
"emoji-regex": "^8.0.0",
"env2": "^2.2.2",
"execa": "^2.1.0",
"execa": "^3.2.0",
"fs-extra": "^8.1.0",
"get-port": "^5.0.0",
"inquirer": "^6.5.0",
"inquirer": "^7.0.0",
"koa": "^2.11.0",
"koa-router": "^7.4.0",
"lodash": "^4.17.12",
Expand All @@ -91,7 +90,7 @@
"mz": "^2.7.0",
"node-dir": "^0.1.17",
"nunjucks": "^3.1.6",
"ora": "^3.0.0",
"ora": "^4.0.2",
"query-string": "^6.2.0",
"rimraf": "^3.0.0",
"shelljs": "^0.8.3",
Expand Down
Loading

0 comments on commit be7d237

Please sign in to comment.