Skip to content

Commit 337e9cf

Browse files
committed
fix: wider oxc-resolver version range
1 parent 768d523 commit 337e9cf

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"prepublishOnly": "pnpm run build"
4141
},
4242
"peerDependencies": {
43-
"oxc-resolver": "^9.0.2"
43+
"oxc-resolver": ">=11.0.0"
4444
},
4545
"peerDependenciesMeta": {
4646
"oxc-resolver": {
@@ -61,6 +61,7 @@
6161
"fast-glob": "^3.3.3",
6262
"magic-string": "^0.30.17",
6363
"magic-string-ast": "^0.9.1",
64+
"oxc-resolver": "^11.0.0",
6465
"prettier": "^3.5.3",
6566
"tsdown": "^0.12.5",
6667
"typescript": "^5.8.3",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)