|
23 | 23 | "lint": "eslint ."
|
24 | 24 | },
|
25 | 25 | "devDependencies": {
|
26 |
| - "@testing-library/react": "^16.0.0", |
27 |
| - "@turbo/gen": "^2.0.4", |
28 |
| - "@types/node": "^20.14.5", |
29 |
| - "@types/react": "^18.3.3", |
30 |
| - "@types/react-dom": "^18.3.0", |
31 |
| - "@vitejs/plugin-react": "^4.3.1", |
32 |
| - "@vitest/coverage-v8": "^1.6.0", |
| 26 | + "@testing-library/react": "^16.3.0", |
| 27 | + "@turbo/gen": "^2.5.3", |
| 28 | + "@types/node": "^22.15.17", |
| 29 | + "@types/react": "^19.1.4", |
| 30 | + "@types/react-dom": "^19.1.5", |
| 31 | + "@vitejs/plugin-react": "^4.4.1", |
| 32 | + "@vitest/coverage-v8": "^3.1.3", |
33 | 33 | "esbuild-plugin-css-module": "^0.1.0",
|
34 |
| - "esbuild-plugin-react18": "^0.2.4", |
| 34 | + "esbuild-plugin-react18": "^0.2.6", |
35 | 35 | "esbuild-plugin-react18-css": "workspace:*",
|
36 | 36 | "eslint-config-custom": "workspace:*",
|
37 |
| - "jsdom": "^24.1.0", |
38 |
| - "octokit": "^4.0.2", |
39 |
| - "react": "^18.3.1", |
| 37 | + "jsdom": "^26.1.0", |
| 38 | + "octokit": "^4.1.3", |
| 39 | + "react": "^19.1.0", |
40 | 40 | "tsconfig": "workspace:*",
|
41 |
| - "tsup": "^8.1.0", |
42 |
| - "typedoc": "^0.25.13", |
43 |
| - "typescript": "^5.4.5", |
44 |
| - "vite-tsconfig-paths": "^4.3.2", |
45 |
| - "vitest": "^1.6.0" |
| 41 | + "tsup": "^8.4.0", |
| 42 | + "typedoc": "^0.28.4", |
| 43 | + "typescript": "^5.8.3", |
| 44 | + "vite-tsconfig-paths": "^5.1.4", |
| 45 | + "vitest": "^3.1.3" |
46 | 46 | },
|
47 | 47 | "peerDependencies": {
|
48 | 48 | "@types/react": "16.8 - 18",
|
|
0 commit comments