|
17 | 17 | "generate:icons": "pwa-asset-generator ./public/logo.svg ./public --type png --opaque false --favicon --maskable --manifest ./manifest.json --index ./index.html"
|
18 | 18 | },
|
19 | 19 | "dependencies": {
|
20 |
| - "@fullcalendar/core": "^6.1.15", |
21 |
| - "@fullcalendar/interaction": "^6.1.15", |
22 |
| - "@fullcalendar/react": "^6.1.15", |
23 |
| - "@fullcalendar/timegrid": "^6.1.15", |
24 |
| - "@nanostores/i18n": "^0.12.2", |
25 |
| - "@nanostores/persistent": "^0.10.2", |
26 |
| - "@nanostores/react": "^0.8.4", |
| 20 | + "@fullcalendar/core": "^6.1.17", |
| 21 | + "@fullcalendar/interaction": "^6.1.17", |
| 22 | + "@fullcalendar/react": "^6.1.17", |
| 23 | + "@fullcalendar/timegrid": "^6.1.17", |
| 24 | + "@nanostores/i18n": "^1.0.0", |
| 25 | + "@nanostores/persistent": "^1.0.0", |
| 26 | + "@nanostores/react": "^1.0.0", |
27 | 27 | "@quassel/ui": "workspace:*",
|
28 | 28 | "@quassel/utils": "workspace:*",
|
29 |
| - "@tanstack/react-query": "^5.71.1", |
30 |
| - "@tanstack/react-router": "^1.114.29", |
31 |
| - "nanostores": "^0.11.4", |
| 29 | + "@tanstack/react-query": "^5.74.4", |
| 30 | + "@tanstack/react-router": "^1.116.0", |
| 31 | + "nanostores": "^1.0.1", |
32 | 32 | "openapi-fetch": "0.13.5",
|
33 | 33 | "openapi-react-query": "0.3.1",
|
34 | 34 | "react": "^19.1.0",
|
|
37 | 37 | "devDependencies": {
|
38 | 38 | "@anolilab/unplugin-favicons": "^1.0.5",
|
39 | 39 | "@sinclair/typebox": "^0.34.33",
|
40 |
| - "@tanstack/router-devtools": "^1.114.31", |
41 |
| - "@tanstack/router-plugin": "^1.114.31", |
| 40 | + "@tanstack/router-devtools": "^1.116.0", |
| 41 | + "@tanstack/router-plugin": "^1.116.1", |
42 | 42 | "@testing-library/jest-dom": "^6.6.3",
|
43 |
| - "@testing-library/react": "^16.2.0", |
44 |
| - "@types/react": "^19.0.12", |
45 |
| - "@types/react-dom": "^19.0.4", |
46 |
| - "@vitejs/plugin-react": "^4.3.4", |
| 43 | + "@testing-library/react": "^16.3.0", |
| 44 | + "@types/react": "^19.1.2", |
| 45 | + "@types/react-dom": "^19.1.2", |
| 46 | + "@vitejs/plugin-react": "^4.4.1", |
47 | 47 | "@vitest/coverage-v8": "3.1.1",
|
48 | 48 | "favicons": "^7.2.0",
|
49 |
| - "jsdom": "^26.0.0", |
| 49 | + "jsdom": "^26.1.0", |
50 | 50 | "openapi-typescript": "^7.6.1",
|
51 | 51 | "openapi-typescript-helpers": "^0.0.15",
|
52 |
| - "typescript": "^5.8.2", |
53 |
| - "vite": "^6.2.4", |
| 52 | + "typescript": "^5.8.3", |
| 53 | + "vite": "^6.3.2", |
54 | 54 | "vitest": "^3.1.1"
|
55 | 55 | }
|
56 | 56 | }
|
0 commit comments