Bump prettier to fix deps (#255)

This commit is contained in:
Peter Evans
2023-09-05 19:37:46 +09:00
committed by GitHub
parent 495ea77d5f
commit 8b03bd17a9
2 changed files with 1200 additions and 70 deletions

1265
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -36,12 +36,13 @@
"@typescript-eslint/parser": "^5.62.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.48.0",
"eslint-plugin-github": "^4.9.0",
"eslint-plugin-github": "^4.10.0",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^27.5.1",
"jest-circus": "^29.6.4",
"js-yaml": "^4.1.0",
"prettier": "^2.8.8",
"prettier": "^3.0.3",
"ts-jest": "^27.1.5",
"typescript": "^4.9.5"
}