deps: update
This commit is contained in:
parent
a79f520add
commit
3317963a65
2 changed files with 113 additions and 353 deletions
|
|
@ -25,8 +25,7 @@
|
|||
"src/**/*.ts": [
|
||||
"prettier --check",
|
||||
"eslint",
|
||||
"jest --bail --findRelatedTests",
|
||||
"git add"
|
||||
"jest --bail --findRelatedTests"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
|
|
@ -56,7 +55,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^24.9.0",
|
||||
"@types/node": "^13.1.7",
|
||||
"@types/node": "^13.1.8",
|
||||
"@types/node-fetch": "^2.5.4",
|
||||
"@typescript-eslint/eslint-plugin": "^2.16.0",
|
||||
"@typescript-eslint/parser": "^2.16.0",
|
||||
|
|
@ -66,7 +65,7 @@
|
|||
"husky": "^4.0.10",
|
||||
"jest": "^24.9.0",
|
||||
"jest-circus": "^24.9.0",
|
||||
"lint-staged": "^9.5.0",
|
||||
"lint-staged": "^10.0.0",
|
||||
"nock": "^11.7.2",
|
||||
"prettier": "1.19.1",
|
||||
"standard-version": "^7.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue