Skip to content

Commit 4a49f77

Browse files
committed
feat: bump oxc-resolver to ^4.1.0
1 parent 68b0d11 commit 4a49f77

2 files changed

Lines changed: 361 additions & 382 deletions

File tree

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,22 +80,27 @@
8080
}
8181
},
8282
"dependencies": {
83-
"oxc-resolver": "^4.0.0"
83+
"oxc-resolver": "^4.1.0"
8484
},
8585
"devDependencies": {
86-
"@types/node": "^22.13.1",
86+
"@types/node": "^22.13.4",
8787
"@typescript-eslint/parser": "^8.24.0",
88-
"@vida0905/eslint-config": "^2.0.1",
88+
"@vida0905/eslint-config": "^2.1.0",
8989
"es-toolkit": "^1.32.0",
9090
"eslint": "^9.20.1",
9191
"eslint-vitest-rule-tester": "^1.1.0",
9292
"lint-staged": "^15.4.3",
93-
"oxc-transform": "^0.50.0",
93+
"oxc-transform": "^0.51.0",
9494
"simple-git-hooks": "^2.11.1",
9595
"tsdown": "^0.5.9",
9696
"typescript": "^5.7.3",
9797
"vitest": "^3.0.5"
9898
},
99+
"pnpm": {
100+
"overrides": {
101+
"oxc-resolver": "^4.1.0"
102+
}
103+
},
99104
"simple-git-hooks": {
100105
"pre-commit": "npx lint-staged"
101106
},

0 commit comments

Comments
 (0)