|
23 | 23 | "lint": "eslint ." |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@testing-library/react": "^14.2.1", |
27 | | - "@turbo/gen": "^1.12.5", |
28 | | - "@types/node": "^20.11.28", |
29 | | - "@types/react": "^18.2.66", |
30 | | - "@types/react-dom": "^18.2.22", |
| 26 | + "@testing-library/react": "^15.0.2", |
| 27 | + "@turbo/gen": "^1.13.2", |
| 28 | + "@types/node": "^20.12.7", |
| 29 | + "@types/react": "^18.2.79", |
| 30 | + "@types/react-dom": "^18.2.25", |
31 | 31 | "@vitejs/plugin-react": "^4.2.1", |
32 | | - "@vitest/coverage-v8": "^1.4.0", |
33 | | - "esbuild-plugin-css-module": "^0.0.1", |
| 32 | + "@vitest/coverage-v8": "^1.5.0", |
| 33 | + "esbuild-plugin-css-module": "^0.1.0", |
34 | 34 | "esbuild-plugin-react18": "^0.1.0", |
35 | 35 | "esbuild-plugin-react18-css": "workspace:*", |
36 | 36 | "eslint-config-custom": "workspace:*", |
37 | 37 | "jsdom": "^24.0.0", |
38 | | - "octokit": "^3.1.2", |
| 38 | + "octokit": "^3.2.0", |
39 | 39 | "react": "^18.2.0", |
40 | 40 | "tsconfig": "workspace:*", |
41 | 41 | "tsup": "^8.0.2", |
42 | | - "typedoc": "^0.25.12", |
43 | | - "typescript": "^5.4.2", |
| 42 | + "typedoc": "^0.25.13", |
| 43 | + "typescript": "^5.4.5", |
44 | 44 | "vite-tsconfig-paths": "^4.3.2", |
45 | | - "vitest": "^1.4.0" |
| 45 | + "vitest": "^1.5.0" |
46 | 46 | }, |
47 | 47 | "peerDependencies": { |
48 | 48 | "@types/react": "16.8 - 18", |
|
0 commit comments