|
58 | 58 | "@effect/schema": "^0.75.5", |
59 | 59 | "@eslint/config-inspector": "^0.6.0", |
60 | 60 | "@eslint/js": "^9.17.0", |
61 | | - "@swc/core": "^1.10.2", |
| 61 | + "@swc/core": "^1.10.3", |
62 | 62 | "@tsconfig/node22": "^22.0.0", |
63 | 63 | "@tsconfig/strictest": "^2.0.5", |
64 | 64 | "@types/node": "^22.10.2", |
|
71 | 71 | "@workspace/configs": "workspace:*", |
72 | 72 | "@workspace/eslint-plugin-deps": "workspace:*", |
73 | 73 | "@workspace/eslint-plugin-local": "workspace:*", |
74 | | - "concurrently": "^9.1.0", |
| 74 | + "concurrently": "^9.1.1", |
75 | 75 | "cspell": "^8.17.1", |
76 | 76 | "dedent": "^1.5.3", |
77 | 77 | "dprint": "^0.48.0", |
|
107 | 107 | "packageManager": "[email protected]", |
108 | 108 | "pnpm": { |
109 | 109 | "overrides": { |
| 110 | + "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
| 111 | + "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
| 112 | + "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
| 113 | + "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
110 | 114 | "@types/react": "^19.0.2", |
111 | 115 | "@types/react-dom": "^19.0.2", |
112 | 116 | "cross-spawn": "^7.0.6", |
113 | | - "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
114 | 117 | "next": "^15.1.3", |
115 | 118 | "react": "^19.0.0", |
116 | 119 | "react-dom": "^19.0.0", |
117 | | - "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
118 | | - "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
119 | 120 | "ts-api-utils": "^2.0.0", |
120 | | - "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
121 | 121 | "typescript": "^5.7.2" |
122 | 122 | } |
123 | 123 | } |
|
0 commit comments