chore: upgrade deps
This commit is contained in:
parent
7ac2550609
commit
7b86999f92
3 changed files with 1893 additions and 3211 deletions
2
.husky/.gitignore
vendored
2
.husky/.gitignore
vendored
|
@ -1 +1 @@
|
|||
_
|
||||
_
|
||||
|
|
13
package.json
13
package.json
|
@ -52,26 +52,25 @@
|
|||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@istanbuljs/nyc-config-typescript": "^1.0.1",
|
||||
"@types/debug": "^4.1.5",
|
||||
"@types/inquirer": "^7.3.1",
|
||||
"@types/lodash": "^4.14.168",
|
||||
"@types/node": "^14.14.32",
|
||||
"@types/sinon": "^9.0.10",
|
||||
"@typescript-eslint/eslint-plugin": "^4.15.2",
|
||||
"@typescript-eslint/parser": "^4.16.1",
|
||||
"@types/node": "^14.14.33",
|
||||
"@types/sinon": "^9.0.11",
|
||||
"@typescript-eslint/eslint-plugin": "^4.17.0",
|
||||
"@typescript-eslint/parser": "^4.17.0",
|
||||
"ava": "^3.15.0",
|
||||
"benny": "^3.6.15",
|
||||
"c8": "^7.6.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^7.21.0",
|
||||
"eslint-config-prettier": "^8.1.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-prettier": "^3.3.1",
|
||||
"husky": "^5.1.3",
|
||||
"lerna": "^3.22.1",
|
||||
"lerna": "^4.0.0",
|
||||
"lint-staged": "^10.5.4",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"nyc": "^15.1.0",
|
||||
"prettier": "^2.2.1",
|
||||
"shx": "^0.3.3",
|
||||
"sinon": "^9.2.4",
|
||||
|
|
Loading…
Reference in a new issue