deps: update devDependencies (#466)

This commit is contained in:
Shohei Ueda 2020-11-12 22:55:44 +09:00 committed by GitHub
parent 0df2d4252f
commit d2b6644a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1649 additions and 1334 deletions

2961
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -64,19 +64,19 @@
"@types/jest": "^26.0.15",
"@types/node": "~12",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"@vercel/ncc": "^0.24.1",
"eslint": "^7.11.0",
"eslint-plugin-jest": "^24.1.0",
"@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.0",
"jest": "^26.6.0",
"jest-circus": "^26.6.0",
"lint-staged": "^10.4.2",
"nock": "^13.0.4",
"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.1",
"typescript": "^4.0.3"
"ts-jest": "^26.4.4",
"typescript": "^4.0.5"
}
}