Skip to content

Commit 3a93192

Browse files
committed
feat: bump oxc-resolver to 2.0.1
1 parent ca6bb2e commit 3a93192

File tree

2 files changed

+164
-418
lines changed

2 files changed

+164
-418
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eslint-import-resolver-oxc",
33
"type": "module",
44
"version": "0.4.0",
5-
"packageManager": "pnpm@9.10.0",
5+
"packageManager": "pnpm@9.14.2",
66
"description": "A simply wrapped `oxc-resolver` for `eslint-plugin-import-x` and `eslint-plugin-import`",
77
"author": "Vida Xie<https://github.com/9romise>",
88
"license": "MIT",
@@ -57,13 +57,12 @@
5757
}
5858
},
5959
"dependencies": {
60-
"oxc-resolver": "^1.12.0"
60+
"oxc-resolver": "^2.0.1"
6161
},
6262
"devDependencies": {
63-
"@types/node": "^22.9.0",
63+
"@types/node": "^22.9.1",
6464
"@vida0905/eslint-config": "^1.1.0",
6565
"bumpp": "^9.8.1",
66-
"changelogithub": "^0.13.11",
6766
"eslint": "^9.15.0",
6867
"eslint-import-resolver-oxc": "file:",
6968
"lint-staged": "^15.2.10",

0 commit comments

Comments
 (0)