|
53 | 53 | "update:website": "tsx ./scripts/update-website.ts" |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | | - "@effect/language-service": "^0.35.2", |
| 56 | + "@effect/language-service": "^0.36.0", |
57 | 57 | "@effect/platform": "^0.90.6", |
58 | 58 | "@effect/platform-node": "^0.96.0", |
59 | 59 | "@eslint/config-inspector": "^1.2.0", |
|
64 | 64 | "@tsconfig/node22": "^22.0.2", |
65 | 65 | "@tsconfig/strictest": "^2.0.5", |
66 | 66 | "@types/node": "^24.3.0", |
67 | | - "@types/react": "^19.1.11", |
68 | | - "@types/react-dom": "^19.1.7", |
69 | | - "@typescript-eslint/parser": "^8.40.0", |
70 | | - "@typescript-eslint/rule-tester": "^8.40.0", |
71 | | - "@typescript-eslint/types": "^8.40.0", |
| 67 | + "@types/react": "^19.1.12", |
| 68 | + "@types/react-dom": "^19.1.9", |
| 69 | + "@typescript-eslint/parser": "^8.41.0", |
| 70 | + "@typescript-eslint/rule-tester": "^8.41.0", |
| 71 | + "@typescript-eslint/types": "^8.41.0", |
72 | 72 | "ansis": "^4.1.0", |
73 | 73 | "cspell": "^9.2.0", |
74 | 74 | "dedent": "^1.6.0", |
|
97 | 97 | "tsup": "^8.5.0", |
98 | 98 | "tsx": "^4.20.5", |
99 | 99 | "type-fest": "^4.41.0", |
100 | | - "typedoc": "^0.28.10", |
| 100 | + "typedoc": "^0.28.11", |
101 | 101 | "typedoc-plugin-markdown": "^4.8.1", |
102 | 102 | "typedoc-plugin-mdn-links": "^5.0.9", |
103 | 103 | "typescript": "^5.9.2", |
104 | | - "typescript-eslint": "^8.40.0", |
| 104 | + "typescript-eslint": "^8.41.0", |
105 | 105 | "vitest": "^3.2.4" |
106 | 106 | }, |
107 | 107 | "packageManager": "[email protected]", |
|
118 | 118 | "sharp" |
119 | 119 | ], |
120 | 120 | "overrides": { |
121 | | - "@types/react": "^19.1.11", |
122 | | - "@types/react-dom": "^19.1.7", |
| 121 | + "@types/react": "^19.1.12", |
| 122 | + "@types/react-dom": "^19.1.9", |
123 | 123 | "cross-spawn": "^7.0.6", |
124 | 124 | "esbuild": "^0.25.9", |
125 | | - "lucide-react": "^0.541.0", |
126 | | - "next": "^15.5.0", |
| 125 | + "lucide-react": "^0.542.0", |
| 126 | + "next": "^15.5.2", |
127 | 127 | "react": "^19.1.1", |
128 | 128 | "react-dom": "^19.1.1", |
129 | 129 | "ts-api-utils": "^2.1.0", |
|
0 commit comments