Skip to content

Commit 9a9b112

Browse files
committed
fix(oxfmt): Sync dependencies with npm/oxfmt and apps/oxfmt
1 parent e38bede commit 9a9b112

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

apps/oxfmt/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"engines": {
2020
"node": "^20.19.0 || >=22.12.0"
2121
},
22-
"description": "Formatter for the JavaScript Oxidation Compiler",
2322
"author": "Boshen and oxc contributors",
2423
"license": "MIT",
2524
"homepage": "https://oxc.rs",
@@ -29,13 +28,7 @@
2928
"url": "https://github.com/oxc-project/oxc.git",
3029
"directory": "apps/oxfmt"
3130
},
32-
"publishConfig": {
33-
"registry": "https://registry.npmjs.org/",
34-
"access": "public"
35-
},
36-
"files": [
37-
"dist"
38-
],
31+
"description": "Local project to build and publish `npm/oxfmt`. Be sure to sync dependencies!",
3932
"dependencies": {
4033
"prettier": "3.6.2",
4134
"@prettier/sync": "0.6.1"

npm/oxfmt/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
"engines": {
2323
"node": "^20.19.0 || >=22.12.0"
2424
},
25+
"dependencies": {
26+
"prettier": "3.6.2",
27+
"@prettier/sync": "0.6.1"
28+
},
2529
"files": [
2630
"bin/oxfmt",
2731
"configuration_schema.json",

pnpm-lock.yaml

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)