update dependencies (#63)

* npm update

* npm i jest@26.0.1 jest-circus@26.0.1 ts-jest@26.0.0

* npm i @types/node@14.0.5

* npm i eslint@7.1.0 @typescript-eslint/parser@3.0.0
This commit is contained in:
Naoki Oketani
2020-05-23 15:06:32 +09:00
committed by GitHub
parent 161485c040
commit 277fc872da
3 changed files with 1742 additions and 727 deletions

View File

@@ -26,26 +26,26 @@
"author": "Naoki Oketani <okepy.naoki@gmail.com>",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/github": "^2.1.1",
"@actions/core": "^1.2.4",
"@actions/github": "^2.2.0",
"@octokit/rest": "^17.9.2",
"axios": "^0.19.2",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/node": "^13.13.4",
"@typescript-eslint/parser": "^2.30.0",
"@zeit/ncc": "^0.22.1",
"eslint": "^6.8.0",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.5",
"@typescript-eslint/parser": "^3.0.0",
"@zeit/ncc": "^0.22.3",
"eslint": "^7.1.0",
"eslint-plugin-github": "^3.4.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jest": "^23.13.1",
"graphql": "^15.0.0",
"jest": "^25.5.2",
"jest-circus": "^25.5.2",
"js-yaml": "^3.13.1",
"jest": "^26.0.1",
"jest-circus": "^26.0.1",
"js-yaml": "^3.14.0",
"prettier": "^2.0.5",
"ts-jest": "^25.4.0",
"typescript": "^3.8.3"
"ts-jest": "^26.0.0",
"typescript": "^3.9.3"
}
}