|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "1.24.0-next.18", |
| 3 | + "version": "1.24.0-beta.18", |
4 | 4 | "private": true, |
5 | 5 | "description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].", |
6 | 6 | "keywords": [ |
|
106 | 106 | "typescript-eslint": "^8.20.0", |
107 | 107 | "vitest": "^3.0.2" |
108 | 108 | }, |
| 109 | + "packageManager": "[email protected]", |
109 | 110 | "engines": { |
110 | 111 | "node": ">=18.18.0" |
111 | 112 | }, |
112 | | - "packageManager": "[email protected]", |
113 | 113 | "pnpm": { |
114 | 114 | "overrides": { |
115 | | - "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
116 | | - "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
117 | | - "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
118 | | - "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
119 | 115 | "@types/react": "^19.0.7", |
120 | 116 | "@types/react-dom": "^19.0.3", |
121 | 117 | "cross-spawn": "^7.0.6", |
| 118 | + "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
122 | 119 | "next": "^15.1.5", |
| 120 | + "nextra": "^3.3.1", |
| 121 | + "nextra-theme-docs": "^3.3.1", |
123 | 122 | "react": "^19.0.0", |
124 | 123 | "react-dom": "^19.0.0", |
| 124 | + "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
| 125 | + "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
125 | 126 | "ts-api-utils": "^2.0.0", |
| 127 | + "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
126 | 128 | "typescript": "^5.7.3" |
127 | 129 | } |
128 | 130 | } |
|
0 commit comments