update devDependencies (#99)

* Bump jest, jest-circus from 27.2.2 to 27.2.5

* Bump ts-jest from 27.0.5 to 27.0.6

* Bump graphql from 15.5.0 to 15.6.1

* Bump eslint-plugin-github from 4.3.0 to 4.3.2

* Bump eslint-plugin-jest from 24.4.2 to 25.2.1

* Bump typescript from 3.9.7 to 3.9.10

* Bump @types/node from 14.14.20 to 14.17.27
This commit is contained in:
Naoki Oketani
2021-10-16 18:15:34 +09:00
committed by GitHub
parent e3228ef09e
commit 5d929bbe92
2 changed files with 1415 additions and 1519 deletions

2918
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -34,18 +34,18 @@
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^14.14.20",
"@types/node": "^14.17.27",
"@typescript-eslint/parser": "^4.31.2",
"@vercel/ncc": "^0.31.1",
"eslint": "^7.32.0",
"eslint-plugin-github": "^4.3.0",
"eslint-plugin-jest": "^24.4.2",
"graphql": "^15.4.0",
"jest": "^27.2.2",
"jest-circus": "^27.2.2",
"eslint-plugin-github": "^4.3.2",
"eslint-plugin-jest": "^25.2.1",
"graphql": "^15.6.1",
"jest": "^27.2.5",
"jest-circus": "^27.2.5",
"js-yaml": "^4.0.0",
"prettier": "^2.4.1",
"ts-jest": "^27.0.5",
"typescript": "^3.9.7"
"ts-jest": "^27.0.6",
"typescript": "^3.9.10"
}
}