|
62 | 62 | "@tsconfig/node22": "^22.0.0", |
63 | 63 | "@tsconfig/strictest": "^2.0.5", |
64 | 64 | "@types/node": "^22.10.5", |
65 | | - "@types/react": "^19.0.5", |
| 65 | + "@types/react": "^19.0.6", |
66 | 66 | "@types/react-dom": "^19.0.3", |
67 | 67 | "@typescript-eslint/parser": "^8.19.1", |
68 | 68 | "@typescript-eslint/rule-tester": "^8.19.1", |
|
116 | 116 | "packageManager": "[email protected]", |
117 | 117 | "pnpm": { |
118 | 118 | "overrides": { |
119 | | - "@types/react": "^19.0.5", |
| 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", |
| 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