deps: update devDependencies (#551)

This commit is contained in:
Shohei Ueda
2020-12-18 15:09:01 +09:00
committed by GitHub
parent f06a7f8795
commit b427ba5d48
2 changed files with 245 additions and 157 deletions

View File

@@ -63,24 +63,24 @@
"shelljs": "^0.8.4"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/jest": "^26.0.19",
"@types/js-yaml": "^3.12.5",
"@types/node": "~12",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"@vercel/ncc": "^0.25.1",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"@vercel/ncc": "^0.26.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"eslint-plugin-prettier": "^3.3.0",
"husky": "^4.3.6",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"js-yaml": "^3.14.0",
"lint-staged": "^10.5.1",
"prettier": "2.1.2",
"js-yaml": "^3.14.1",
"lint-staged": "^10.5.3",
"prettier": "2.2.1",
"standard-version": "^9.0.0",
"ts-jest": "^26.4.4",
"typescript": "^4.0.5"
"typescript": "^4.1.3"
}
}