|
10 | 10 | ], |
11 | 11 | "funding": "https://opencollective.com/unts/projects/eslint-import-resolver-ts", |
12 | 12 | "license": "ISC", |
13 | | - "packageManager": "yarn@4.0.2", |
| 13 | + "packageManager": "yarn@4.7.0", |
14 | 14 | "engines": { |
15 | 15 | "node": "^14.18.0 || >=16.0.0" |
16 | 16 | }, |
|
19 | 19 | "exports": { |
20 | 20 | ".": { |
21 | 21 | "types": "./lib/index.d.ts", |
22 | | - "es2020": "./lib/index.es2020.mjs", |
23 | | - "fesm2020": "./lib/index.es2020.mjs", |
24 | 22 | "import": "./lib/index.js", |
25 | 23 | "require": "./lib/index.cjs" |
26 | 24 | }, |
27 | 25 | "./package.json": "./package.json" |
28 | 26 | }, |
29 | | - "es2020": "lib/index.es2020.mjs", |
30 | | - "fesm2020": "lib/index.es2020.mjs", |
31 | 27 | "types": "lib/index.d.ts", |
32 | 28 | "files": [ |
33 | 29 | "lib", |
|
68 | 64 | "peerDependencies": { |
69 | 65 | "eslint": "*", |
70 | 66 | "eslint-plugin-import": "*", |
71 | | - "eslint-plugin-import-x": "*" |
| 67 | + "eslint-plugin-import-x": "*", |
| 68 | + "oxc-resolver": "^4.0.0 || ^5.0.0" |
72 | 69 | }, |
73 | 70 | "peerDependenciesMeta": { |
74 | 71 | "eslint-plugin-import": { |
|
80 | 77 | }, |
81 | 78 | "dependencies": { |
82 | 79 | "@nolyfill/is-core-module": "1.0.39", |
| 80 | + "@pkgr/core": "^0.1.1", |
83 | 81 | "debug": "^4.3.7", |
84 | | - "enhanced-resolve": "^5.15.0", |
85 | | - "get-tsconfig": "^4.10.0", |
86 | | - "is-bun-module": "^1.0.2", |
87 | | - "stable-hash": "^0.0.4", |
88 | | - "tinyglobby": "^0.2.12" |
| 82 | + "eslint-import-resolver-oxc": "^0.12.0", |
| 83 | + "is-bun-module": "^1.0.2" |
89 | 84 | }, |
90 | 85 | "devDependencies": { |
91 | 86 | "@1stg/eslint-config": "7.0.1", |
|
98 | 93 | "@types/debug": "^4.1.12", |
99 | 94 | "@types/node": "^18.19.78", |
100 | 95 | "@types/unist": "^2.0.11", |
| 96 | + "@unts/patch-package": "^8.1.1", |
101 | 97 | "dummy.js": "link:dummy.js", |
102 | 98 | "eslint": "^8.57.1", |
103 | 99 | "eslint-import-resolver-typescript": "link:.", |
104 | 100 | "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1", |
105 | 101 | "eslint-plugin-import-x": "^4.5.0", |
106 | 102 | "lint-staged": "^13.3.0", |
107 | 103 | "npm-run-all2": "^5.0.2", |
| 104 | + "oxc-resolver": "^4.0.0", |
108 | 105 | "prettier": "^2.8.8", |
109 | 106 | "react": "^18.3.1", |
110 | 107 | "simple-git-hooks": "^2.11.1", |
111 | 108 | "size-limit": "^11.0.0", |
112 | 109 | "size-limit-preset-node-lib": "^0.3.0", |
113 | 110 | "type-coverage": "^2.27.0", |
114 | | - "typescript": "^5.3.2" |
| 111 | + "typescript": "~5.1.0" |
115 | 112 | }, |
116 | 113 | "resolutions": { |
117 | 114 | "eslint-import-resolver-typescript": "link:.", |
|
0 commit comments