-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update npm non-major dependencies
- Loading branch information
1 parent
51ab20d
commit 520a78e
Showing
5 changed files
with
2,331 additions
and
1,563 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"private": true, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.5.3", | ||
"@biomejs/biome": "1.6.1", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.2", | ||
"turbo": "1.12.2" | ||
"turbo": "1.12.5" | ||
}, | ||
"engines": { | ||
"node": ">=20.0" | ||
}, | ||
"resolutions": { | ||
"jackspeak": "2.1.1" | ||
"jackspeak": "2.3.6" | ||
}, | ||
"lint-staged": { | ||
"./packages/**/*.{js,ts,jsx,tsx,json,jsonc}": [ | ||
"biome check --apply --no-errors-on-unmatched" | ||
] | ||
}, | ||
"packageManager": "[email protected].1" | ||
"packageManager": "[email protected].4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.