|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "1.28.1-next.6", |
| 3 | + "version": "1.28.1-next.7", |
4 | 4 | "private": true, |
5 | 5 | "description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].", |
6 | 6 | "keywords": [ |
|
58 | 58 | "@local/configs": "workspace:*", |
59 | 59 | "@local/eslint-plugin-local": "workspace:*", |
60 | 60 | "@stylistic/eslint-plugin": "^4.1.0", |
61 | | - "@swc/core": "^1.11.4", |
| 61 | + "@swc/core": "^1.11.5", |
62 | 62 | "@tsconfig/node22": "^22.0.0", |
63 | 63 | "@tsconfig/strictest": "^2.0.5", |
64 | | - "@types/node": "^22.13.5", |
| 64 | + "@types/node": "^22.13.7", |
65 | 65 | "@types/react": "^19.0.10", |
66 | 66 | "@types/react-dom": "^19.0.4", |
67 | 67 | "@typescript-eslint/parser": "^8.25.0", |
|
85 | 85 | "lefthook": "^1.11.2", |
86 | 86 | "markdownlint": "^0.37.4", |
87 | 87 | "nx": "20.4.2", |
88 | | - "publint": "^0.3.6", |
| 88 | + "publint": "^0.3.7", |
89 | 89 | "react": "^19.0.0", |
90 | 90 | "react-dom": "^19.0.0", |
91 | 91 | "skott": "^0.35.4", |
|
99 | 99 | "typedoc-plugin-markdown": "^4.4.2", |
100 | 100 | "typedoc-plugin-mdn-links": "^4.0.14", |
101 | 101 | "typedoc-plugin-missing-exports": "^3.1.0", |
102 | | - "typescript": "^5.7.3", |
| 102 | + "typescript": "^5.8.2", |
103 | 103 | "typescript-eslint": "^8.25.0", |
104 | 104 | "vitest": "^3.0.7" |
105 | 105 | }, |
|
117 | 117 | "sharp" |
118 | 118 | ], |
119 | 119 | "overrides": { |
| 120 | + "is-core-module": "npm:@socketregistry/is-core-module@^1.0.7", |
| 121 | + "safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.6", |
| 122 | + "safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.7", |
| 123 | + "typedarray": "npm:@socketregistry/typedarray@^1.0.5", |
120 | 124 | "@types/react": "^19.0.10", |
121 | 125 | "@types/react-dom": "^19.0.4", |
122 | 126 | "cross-spawn": "^7.0.6", |
123 | 127 | "esbuild": "^0.25.0", |
124 | | - "is-core-module": "npm:@socketregistry/is-core-module@^1.0.7", |
125 | | - "lucide-react": "^0.476.0", |
| 128 | + "lucide-react": "^0.477.0", |
126 | 129 | "next": "^15.2.0", |
127 | 130 | "react": "^19.0.0", |
128 | 131 | "react-dom": "^19.0.0", |
129 | | - "safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.6", |
130 | | - "safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.7", |
131 | 132 | "ts-api-utils": "^2.0.1", |
132 | | - "typedarray": "npm:@socketregistry/typedarray@^1.0.5", |
133 | 133 | "typescript": "5.8.1-rc" |
134 | 134 | } |
135 | 135 | } |
|
0 commit comments