Skip to content

Commit 359fabd

Browse files
authored
fix(deps): move oxfmt to catalog (#731)
1 parent 1b18634 commit 359fabd

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"husky": "^9.1.7",
5252
"knip": "^5.85.0",
5353
"lint-staged": "^16.2.7",
54-
"oxfmt": "^0.35.0",
54+
"oxfmt": "catalog:",
5555
"rimraf": "catalog:",
5656
"turbo": "^2.8.11",
5757
"typescript": "catalog:",

packages/@repo/coverage-delta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "vitest run"
1010
},
1111
"dependencies": {
12-
"oxfmt": "^0.35.0"
12+
"oxfmt": "catalog:"
1313
},
1414
"devDependencies": {
1515
"@repo/tsconfig": "workspace:*",

pnpm-lock.yaml

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ catalog:
6161
'@swc/cli': ^0.8.0
6262
rimraf: ^6.0.1
6363
'@sanity/pkg-utils': ^10.4.11
64+
oxfmt: ^0.35.0
6465

6566
# Type Definitions
6667
'@types/node': ^20.19.37

0 commit comments

Comments
 (0)