Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fellipeutaka committed Jan 24, 2025
1 parent 99c40ab commit 7a8a676
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 179 deletions.
22 changes: 13 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,25 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@commitlint/cli": "^19.6.0",
"@changesets/cli": "^2.27.12",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cz-commitlint": "^19.5.0",
"@types/node": "^20.17.9",
"@commitlint/cz-commitlint": "^19.6.1",
"@types/node": "^20.17.16",
"commitizen": "^4.3.1",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"lint-staged": "^15.4.2",
"rimraf": "^6.0.1",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
"turbo": "^2.3.4",
"typescript": "^5.7.3"
},
"lint-staged": {
"*.{js,ts,tsx}": ["biome check --write --no-errors-on-unmatched"],
"*.{ts,tsx}": ["bash -c 'pnpm run type-check'"]
"*.{js,ts,tsx}": [
"biome check --write --no-errors-on-unmatched"
],
"*.{ts,tsx}": [
"bash -c 'pnpm run type-check'"
]
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 7a8a676

Please sign in to comment.