deps: update devDependencies (#577)

This commit is contained in:
Shohei Ueda
2021-03-06 22:14:18 +09:00
committed by GitHub
parent 07f38c68fa
commit 0a4c122ea4
6 changed files with 1335 additions and 1392 deletions

View File

@@ -16,8 +16,16 @@
"tsc": "tsc",
"format": "prettier --write **/*.ts",
"format:check": "prettier --check **/*.ts",
"release": "standard-version",
"toc": "npx doctoc@2.0.0 --github README.md"
"release": "standard-version"
},
"lint-staged": {
"{src,__tests__}/**/*.ts": [
"prettier --check",
"eslint"
],
"README.md": [
"npx doctoc@2.0.0 --github"
]
},
"repository": {
"type": "git",
@@ -50,19 +58,21 @@
"@types/jest": "^26.0.20",
"@types/js-yaml": "^4.0.0",
"@types/node": "~12",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@vercel/ncc": "^0.27.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-jest": "^24.1.3",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^5.1.3",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"js-yaml": "^4.0.0",
"lint-staged": "^10.5.4",
"prettier": "2.2.1",
"standard-version": "^9.1.0",
"ts-jest": "^26.5.0",
"typescript": "^4.1.3"
"standard-version": "^9.1.1",
"ts-jest": "^26.5.3",
"typescript": "^4.2.3"
}
}