|
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
6 | 6 | "devDependencies": { |
7 | | - "@biomejs/biome": "2.2.2", |
8 | | - "@commitlint/cli": "^19.8.1", |
9 | | - "@commitlint/config-conventional": "^19.8.1", |
10 | | - "@tanstack/router-plugin": "^1.131.30", |
| 7 | + "@biomejs/biome": "2.4.7", |
| 8 | + "@commitlint/cli": "^20.5.0", |
| 9 | + "@commitlint/config-conventional": "^20.5.0", |
| 10 | + "@tanstack/router-plugin": "^1.166.13", |
11 | 11 | "@tsconfig/vite-react": "^7.0.0", |
12 | | - "@types/react": "^19.1.12", |
13 | | - "@types/react-dom": "^19.1.9", |
14 | | - "@vitejs/plugin-react-swc": "^4.0.1", |
15 | | - "lefthook": "^1.12.3", |
16 | | - "rollup-plugin-visualizer": "^6.0.3", |
17 | | - "typescript": "^5.9.2", |
18 | | - "vite": "^7.1.3", |
19 | | - "vite-plugin-hashed-favicons": "2.0.4", |
20 | | - "vite-tsconfig-paths": "^5.1.4" |
| 12 | + "@types/react": "^19.2.14", |
| 13 | + "@types/react-dom": "^19.2.3", |
| 14 | + "@vitejs/plugin-react-swc": "^4.3.0", |
| 15 | + "lefthook": "^2.1.4", |
| 16 | + "rollup-plugin-visualizer": "^7.0.1", |
| 17 | + "typescript": "^5.9.3", |
| 18 | + "vite": "^8.0.0", |
| 19 | + "vite-plugin-hashed-favicons": "2.0.6", |
| 20 | + "vite-tsconfig-paths": "^6.1.1" |
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | 23 | {%- if features contains "auth0" %} |
24 | | - "@auth0/auth0-react": "^2.4.0", |
| 24 | + "@auth0/auth0-react": "^2.15.1", |
25 | 25 | {%- endif %} |
26 | 26 | "@emotion/react": "^11.14.0", |
27 | 27 | "@emotion/styled": "^11.14.1", |
28 | | - "@fontsource/roboto": "^5.2.6", |
29 | | - "@hookform/resolvers": "^5.2.1", |
30 | | - "@jsonapi-serde/client": "^1.2.0", |
31 | | - "@mui/icons-material": "^7.3.1", |
32 | | - "@mui/material": "^7.3.1", |
33 | | - "@tanstack/react-query": "^5.85.6", |
34 | | - "@tanstack/react-router": "^1.131.30", |
| 28 | + "@fontsource/roboto": "^5.2.10", |
| 29 | + "@hookform/resolvers": "^5.2.2", |
| 30 | + "@jsonapi-serde/client": "^1.2.2", |
| 31 | + "@mui/icons-material": "^7.3.9", |
| 32 | + "@mui/material": "^7.3.9", |
| 33 | + "@tanstack/react-query": "^5.90.21", |
| 34 | + "@tanstack/react-router": "^1.167.4", |
| 35 | + "material-ui-confirm": "^4.0.0", |
35 | 36 | "material-ui-popup-state": "^5.3.6", |
36 | | - "mui-rhf-integration": "^7.0.0", |
| 37 | + "mui-rhf-integration": "^7.0.3", |
37 | 38 | "notistack": "^3.0.2", |
38 | | - "react": "^19.1.1", |
39 | | - "react-confirm-hook": "^1.1.1", |
40 | | - "react-dom": "^19.1.1", |
41 | | - "react-hook-form": "^7.62.0", |
42 | | - "serialize-error": "^12.0.0", |
43 | | - "temporal-polyfill": "^0.3.0", |
44 | | - "zod": "^4.1.5", |
45 | | - "zod-temporal": "^2.0.0" |
| 39 | + "react": "^19.2.4", |
| 40 | + "react-dom": "^19.2.4", |
| 41 | + "react-hook-form": "^7.71.2", |
| 42 | + "serialize-error": "^13.0.1", |
| 43 | + "temporal-polyfill": "^0.3.2", |
| 44 | + "zod": "^4.3.6", |
| 45 | + "zod-temporal": "^2.1.1" |
46 | 46 | }, |
47 | 47 | "scripts": { |
48 | 48 | "start": "vite", |
|
0 commit comments