deps: update devDependencies (#492)

This commit is contained in:
Shohei Ueda 2021-02-10 13:52:39 +09:00 committed by GitHub
parent 029d5ce0d0
commit 32f5b71c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1709 additions and 2013 deletions

3684
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -54,22 +54,22 @@
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/jest": "^26.0.20",
"@types/node": "~12",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"@vercel/ncc": "^0.25.1",
"eslint": "^7.13.0",
"eslint-plugin-jest": "^24.1.2",
"husky": "^4.3.8",
"@types/node-fetch": "^2.5.8",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"@vercel/ncc": "^0.27.0",
"eslint": "^7.19.0",
"eslint-plugin-jest": "^24.1.3",
"husky": "^5.0.9",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"lint-staged": "^10.5.1",
"nock": "^13.0.5",
"prettier": "2.1.2",
"standard-version": "^9.0.0",
"ts-jest": "^26.4.4",
"typescript": "^4.0.5"
"lint-staged": "^10.5.4",
"nock": "^13.0.7",
"prettier": "2.2.1",
"standard-version": "^9.1.0",
"ts-jest": "^26.5.1",
"typescript": "^4.1.4"
}
}