chore(deps-dev): bump typescript from 4.9.4 to 5.2.2

This commit is contained in:
Naoki Oketani
2023-10-09 18:35:38 +09:00
parent 0e481e67c8
commit 7df42b1e71
2 changed files with 1434 additions and 544 deletions

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"
}
}