Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cyco130 committed Aug 10, 2024
1 parent 5c19191 commit 26f6154
Show file tree
Hide file tree
Showing 5 changed files with 1,232 additions and 938 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
{
"matchPackagePatterns": ["^eslint$"],
"allowedVersions": "<9"
},
{
"matchPackagePatterns": ["^@types/node$"],
"allowedVersions": "18"
}
],
"ignoreDeps": []
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"format": "prettier --ignore-path .gitignore --ignore-unknown . '!pnpm-lock.yaml' --write"
},
"devDependencies": {
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit 26f6154

Please sign in to comment.