|
64 | 64 | "@types/node": "^22.10.2", |
65 | 65 | "@types/react": "^19.0.2", |
66 | 66 | "@types/react-dom": "^19.0.2", |
67 | | - "@typescript-eslint/parser": "^8.18.1", |
68 | | - "@typescript-eslint/rule-tester": "^8.18.1", |
69 | | - "@typescript-eslint/types": "^8.18.1", |
| 67 | + "@typescript-eslint/parser": "^8.18.2", |
| 68 | + "@typescript-eslint/rule-tester": "^8.18.2", |
| 69 | + "@typescript-eslint/types": "^8.18.2", |
70 | 70 | "@vitest/ui": "^2.1.8", |
71 | 71 | "@workspace/configs": "workspace:*", |
72 | 72 | "@workspace/eslint-plugin-deps": "workspace:*", |
|
99 | 99 | "typedoc-plugin-markdown": "^4.3.3", |
100 | 100 | "typedoc-plugin-rename-defaults": "^0.7.2", |
101 | 101 | "typescript": "^5.7.2", |
102 | | - "typescript-eslint": "^8.18.1", |
| 102 | + "typescript-eslint": "^8.18.2", |
103 | 103 | "vitest": "^2.1.8" |
104 | 104 | }, |
105 | 105 | "packageManager": "[email protected]", |
|
109 | 109 | }, |
110 | 110 | "pnpm": { |
111 | 111 | "overrides": { |
112 | | - "@types/react": "^19.0.2", |
113 | | - "@types/react-dom": "^19.0.2", |
114 | 112 | "array-flatten": "npm:@nolyfill/array-flatten@^1.0.42", |
115 | | - "cross-spawn": "7.0.6", |
116 | 113 | "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
117 | 114 | "isarray": "npm:@nolyfill/isarray@^1.0.29", |
118 | | - "next": "^15.1.2", |
119 | | - "react": "^19.0.0", |
120 | | - "react-dom": "^19.0.0", |
121 | 115 | "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
122 | 116 | "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
123 | 117 | "side-channel": "npm:@nolyfill/side-channel@^1.0.29", |
124 | | - "ts-api-utils": "^2.0.0", |
125 | 118 | "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
| 119 | + "@types/react": "^19.0.2", |
| 120 | + "@types/react-dom": "^19.0.2", |
| 121 | + "cross-spawn": "7.0.6", |
| 122 | + "next": "^15.1.2", |
| 123 | + "react": "^19.0.0", |
| 124 | + "react-dom": "^19.0.0", |
| 125 | + "ts-api-utils": "^2.0.0", |
126 | 126 | "typescript": "^5.7.2" |
127 | 127 | } |
128 | 128 | } |
|
0 commit comments