deps: update dev deps (#529)

This commit is contained in:
Shohei Ueda 2020-10-21 00:42:45 +09:00 committed by GitHub
parent 1e6dccf5ca
commit 4c8cffc919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1048 additions and 2025 deletions

3059
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -63,21 +63,21 @@
"shelljs": "^0.8.4"
},
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/jest": "^26.0.15",
"@types/js-yaml": "^3.12.5",
"@types/node": "~12",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"@vercel/ncc": "^0.24.1",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.12.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"jest": "^26.5.3",
"jest-circus": "^26.5.3",
"jest": "^26.6.0",
"jest-circus": "^26.6.0",
"js-yaml": "^3.14.0",
"lint-staged": "^10.4.0",
"lint-staged": "^10.4.2",
"prettier": "2.1.2",
"standard-version": "^9.0.0",
"ts-jest": "^26.4.1",