Skip to content

Commit

Permalink
chore(deps): update ci and devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 37625b1 commit 43ccfcf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude: dist/.*

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -16,6 +16,6 @@ repos:
- id: prettier
exclude: .*\.md
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
rev: 0.7.18
hooks:
- id: mdformat
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@
"@nexssp/os": "github:LecrisUT/os"
},
"devDependencies": {
"@types/eslint": "^8.56.0",
"@types/eslint": "^9.0.0",
"@types/js-yaml": "^4.0.9",
"@types/lint-staged": "^13.3.0",
"@types/node": "^20.10.5",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/parser": "^8.0.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.6.0",
"eslint": "^9.0.0",
"eslint-plugin-github": "^5.0.0",
"eslint-plugin-jest": "^28.0.0",
"eslint-plugin-prettier": "^5.1.2",
"husky": "^9.0.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"lint-staged": "^15.2.0",
"npm-check-updates": "^16.14.12",
"npm-check-updates": "^17.0.0",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
Expand Down

0 comments on commit 43ccfcf

Please sign in to comment.