Skip to content

Commit

Permalink
chore: upgrade root deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Sep 23, 2024
1 parent dfb5cc9 commit e717e57
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 279 deletions.
4 changes: 2 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 80,
"ignore": [".next"]
"ignore": [".next", "dist"]
},
"linter": {
"enabled": true,
Expand All @@ -22,6 +22,6 @@
"noUselessElse": "off"
}
},
"ignore": [".next"]
"ignore": [".next", "dist"]
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"prepare": "husky"
},
"dependencies": {
"husky": "9.1.5"
"husky": "9.1.6"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/cli": "2.27.7",
"lint-staged": "15.2.9",
"turbo": "2.0.14"
"@biomejs/biome": "1.9.2",
"@changesets/cli": "2.27.8",
"lint-staged": "15.2.10",
"turbo": "2.1.2"
},
"lint-staged": {
"*": [
Expand Down
Loading

0 comments on commit e717e57

Please sign in to comment.