deps: update devDependencies (#498)

This commit is contained in:
Shohei Ueda 2021-03-06 23:07:08 +09:00 committed by GitHub
parent 917a09767d
commit 9f50a3c912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 356 additions and 746 deletions

1084
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -57,19 +57,19 @@
"@types/jest": "^26.0.20", "@types/jest": "^26.0.20",
"@types/node": "~12", "@types/node": "~12",
"@types/node-fetch": "^2.5.8", "@types/node-fetch": "^2.5.8",
"@typescript-eslint/eslint-plugin": "^4.15.0", "@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.15.0", "@typescript-eslint/parser": "^4.16.1",
"@vercel/ncc": "^0.27.0", "@vercel/ncc": "^0.27.0",
"eslint": "^7.19.0", "eslint": "^7.21.0",
"eslint-plugin-jest": "^24.1.3", "eslint-plugin-jest": "^24.1.5",
"husky": "^5.0.9", "husky": "^5.1.3",
"jest": "^26.6.3", "jest": "^26.6.3",
"jest-circus": "^26.6.3", "jest-circus": "^26.6.3",
"lint-staged": "^10.5.4", "lint-staged": "^10.5.4",
"nock": "^13.0.7", "nock": "^13.0.10",
"prettier": "2.2.1", "prettier": "2.2.1",
"standard-version": "^9.1.0", "standard-version": "^9.1.1",
"ts-jest": "^26.5.1", "ts-jest": "^26.5.3",
"typescript": "^4.1.4" "typescript": "^4.2.3"
} }
} }