|
62 | 62 | "@types/react": "^19.0.1", |
63 | 63 | "@types/react-dom": "^19.0.2", |
64 | 64 | "@vitest/ui": "^2.1.8", |
| 65 | + "@workspace/configs": "workspace:*", |
65 | 66 | "@workspace/eslint-deps": "workspace:*", |
66 | 67 | "concurrently": "^9.1.0", |
67 | 68 | "cspell": "^8.16.1", |
|
96 | 97 | }, |
97 | 98 | "pnpm": { |
98 | 99 | "overrides": { |
| 100 | + "@types/react": "^19.0.1", |
| 101 | + "@types/react-dom": "^19.0.2", |
99 | 102 | "array-flatten": "npm:@nolyfill/array-flatten@^1.0.42", |
| 103 | + "cross-spawn": "7.0.6", |
100 | 104 | "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
101 | 105 | "isarray": "npm:@nolyfill/isarray@^1.0.29", |
| 106 | + "react": "^19.0.0", |
| 107 | + "react-dom": "^19.0.0", |
102 | 108 | "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
103 | 109 | "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
104 | 110 | "side-channel": "npm:@nolyfill/side-channel@^1.0.29", |
105 | | - "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
106 | | - "@types/react": "^19.0.1", |
107 | | - "@types/react-dom": "^19.0.2", |
108 | | - "cross-spawn": "7.0.6", |
109 | | - "react": "^19.0.0", |
110 | | - "react-dom": "^19.0.0", |
111 | 111 | "ts-api-utils": "^2.0.0", |
| 112 | + "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
112 | 113 | "typescript": "^5.7.2" |
113 | 114 | } |
114 | 115 | } |
|
0 commit comments