|
1 | 1 | { |
2 | 2 | "name": "eslint-import-context", |
3 | | - "version": "0.1.9", |
| 3 | + "version": "0.2.0", |
4 | 4 | "type": "commonjs", |
5 | 5 | "description": "Provide context info for eslint-plugin-import-x, so no extra arguments need to be added.", |
6 | 6 | "repository": "git+https://github.com/un-ts/eslint-import-context.git", |
|
43 | 43 | "version": "changeset version && yarn --no-immutable" |
44 | 44 | }, |
45 | 45 | "peerDependencies": { |
46 | | - "unrs-resolver": "^1.0.0" |
| 46 | + "oxc-resolver": "^11.0.0" |
47 | 47 | }, |
48 | 48 | "peerDependenciesMeta": { |
49 | | - "unrs-resolver": { |
| 49 | + "oxc-resolver": { |
50 | 50 | "optional": true |
51 | 51 | } |
52 | 52 | }, |
|
58 | 58 | }, |
59 | 59 | "devDependencies": { |
60 | 60 | "@1stg/browserslist-config": "^2.1.4", |
61 | | - "@1stg/common-config": "^14.2.0", |
| 61 | + "@1stg/common-config": "^14.3.0", |
62 | 62 | "@1stg/postcss-config": "^6.1.0", |
63 | 63 | "@1stg/stylelint-config": "^6.1.0", |
64 | 64 | "@changesets/changelog-github": "^0.5.1", |
65 | | - "@changesets/cli": "^2.29.5", |
| 65 | + "@changesets/cli": "^2.29.6", |
66 | 66 | "@commitlint/cli": "^19.8.1", |
67 | | - "@eslint-react/eslint-plugin": "^1.52.2", |
| 67 | + "@eslint-react/eslint-plugin": "^1.52.6", |
68 | 68 | "@mdx-js/rollup": "^3.1.0", |
69 | | - "@shikijs/rehype": "^3.7.0", |
| 69 | + "@shikijs/rehype": "^3.9.2", |
70 | 70 | "@types/mdx": "^2.0.13", |
71 | | - "@types/node": "^22.15.33", |
72 | | - "@types/react": "^19.1.8", |
73 | | - "@types/react-dom": "^19.1.6", |
74 | | - "@types/web": "^0.0.243", |
| 71 | + "@types/node": "^24.3.0", |
| 72 | + "@types/react": "^19.1.10", |
| 73 | + "@types/react-dom": "^19.1.7", |
| 74 | + "@types/web": "^0.0.262", |
75 | 75 | "@vercel/analytics": "^1.5.0", |
76 | | - "@vitejs/plugin-react-swc": "^3.10.2", |
| 76 | + "@vitejs/plugin-react-swc": "^4.0.1", |
77 | 77 | "@vitest/coverage-v8": "^3.2.4", |
78 | | - "@vitest/eslint-plugin": "^1.2.7", |
| 78 | + "@vitest/eslint-plugin": "^1.3.4", |
79 | 79 | "clean-pkg-json": "^1.3.0", |
80 | | - "eslint": "^9.29.0", |
| 80 | + "eslint": "^9.33.0", |
81 | 81 | "eslint-import-context": "link:.", |
82 | 82 | "eslint-plugin-react-hooks": "^5.2.0", |
83 | 83 | "github-markdown-css": "^5.8.1", |
84 | 84 | "nano-staged": "^0.8.0", |
85 | 85 | "npm-run-all2": "^8.0.4", |
| 86 | + "oxc-resolver": "^11.6.1", |
86 | 87 | "premove": "^4.0.0", |
87 | | - "prettier": "^3.6.1", |
88 | | - "react": "^19.1.0", |
89 | | - "react-dom": "^19.1.0", |
90 | | - "react-router-dom": "^7.6.2", |
| 88 | + "prettier": "^3.6.2", |
| 89 | + "react": "^19.1.1", |
| 90 | + "react-dom": "^19.1.1", |
| 91 | + "react-router-dom": "^7.8.1", |
91 | 92 | "rehype-slug": "^6.0.0", |
92 | 93 | "remark-gfm": "^4.0.1", |
93 | | - "simple-git-hooks": "^2.13.0", |
| 94 | + "simple-git-hooks": "^2.13.1", |
94 | 95 | "size-limit": "^11.2.0", |
95 | 96 | "size-limit-preset-node-lib": "^0.4.0", |
96 | | - "stylelint": "^16.21.0", |
| 97 | + "stylelint": "^16.23.1", |
97 | 98 | "type-coverage": "^2.29.7", |
98 | | - "typescript": "^5.8.3", |
99 | | - "unrs-resolver": "^1.9.2", |
100 | | - "vite": "^7.0.0", |
| 99 | + "type-fest": "^4.41.0", |
| 100 | + "typescript": "^5.9.2", |
| 101 | + "vite": "^7.1.3", |
101 | 102 | "vitest": "^3.2.4", |
102 | 103 | "yarn-berry-deduplicate": "^6.1.3" |
103 | 104 | }, |
|
0 commit comments