|
1 | 1 | {
|
2 | 2 | "name": "@eslint-react/monorepo",
|
3 |
| - "version": "1.24.0-beta.3", |
| 3 | + "version": "1.24.0-next.4", |
4 | 4 | "private": true,
|
5 | 5 | "description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
|
6 | 6 | "keywords": [
|
|
56 | 56 | "@eslint/js": "^9.18.0",
|
57 | 57 | "@eslint/markdown": "^6.2.1",
|
58 | 58 | "@napi-rs/canvas": "^0.1.65",
|
59 |
| - "@stylistic/eslint-plugin": "^2.12.1", |
| 59 | + "@stylistic/eslint-plugin": "^2.13.0", |
60 | 60 | "@susisu/eslint-plugin-safe-typescript": "^0.9.2",
|
61 | 61 | "@swc/core": "^1.10.7",
|
62 | 62 | "@tsconfig/node22": "^22.0.0",
|
|
88 | 88 | "eslint-plugin-vitest": "^0.5.4",
|
89 | 89 | "fixpkg": "^1.0.2",
|
90 | 90 | "jiti": "^2.4.2",
|
91 |
| - "lefthook": "^1.10.3", |
| 91 | + "lefthook": "^1.10.4", |
92 | 92 | "markdownlint": "^0.37.3",
|
93 | 93 | "ofetch": "^1.4.1",
|
94 | 94 | "picocolors": "^1.1.1",
|
|
116 | 116 | "packageManager": "[email protected]",
|
117 | 117 | "pnpm": {
|
118 | 118 | "overrides": {
|
| 119 | + "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
| 120 | + "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
| 121 | + "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
| 122 | + "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
119 | 123 | "@types/react": "^19.0.6",
|
120 | 124 | "@types/react-dom": "^19.0.3",
|
121 | 125 | "cross-spawn": "^7.0.6",
|
122 |
| - "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
123 | 126 | "next": "^15.1.4",
|
124 | 127 | "react": "^19.0.0",
|
125 | 128 | "react-dom": "^19.0.0",
|
126 |
| - "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
127 |
| - "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
128 | 129 | "ts-api-utils": "^2.0.0",
|
129 |
| - "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
130 | 130 | "typescript": "^5.7.3"
|
131 | 131 | }
|
132 | 132 | }
|
|
0 commit comments