chore: update dependencies except node, strip-ansi and eslint-related packages

This commit is contained in:
Naoki Oketani
2025-05-02 04:37:58 +00:00
parent 69f79b9053
commit 2b1bee3f56
2 changed files with 235 additions and 107 deletions

View File

@@ -35,19 +35,19 @@
"strip-ansi": "^6.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/jest": "^29.5.14",
"@types/node": "^20.0.0",
"@typescript-eslint/parser": "^6.7.4",
"@vercel/ncc": "^0.38.0",
"@vercel/ncc": "^0.38.3",
"eslint": "^8.51.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.4.2",
"graphql": "^16.8.1",
"graphql": "^16.11.0",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"js-yaml": "^4.0.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
"prettier": "^3.5.3",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3"
}
}