Merge pull request #191 from oke-py/typescript

chore(deps-dev): bump typescript from 4.9.4 to 5.2.2
This commit is contained in:
Naoki Oketani
2023-10-09 18:41:42 +09:00
committed by GitHub
2 changed files with 1434 additions and 544 deletions

1968
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -34,17 +34,17 @@
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/node": "^18.0.0",
"@typescript-eslint/parser": "^5.47.1",
"@typescript-eslint/parser": "^6.7.4",
"@vercel/ncc": "^0.36.0",
"eslint": "^8.30.0",
"eslint-plugin-github": "^4.6.0",
"eslint-plugin-jest": "^27.1.7",
"eslint": "^8.51.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.4.2",
"graphql": "^16.8.1",
"jest": "^29.3.1",
"jest-circus": "^29.3.1",
"js-yaml": "^4.0.0",
"prettier": "^2.8.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.0"
"typescript": "^5.2.2"
}
}