|
16 | 16 | "format": "prettier --write 'src/**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}'" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@apollo/client": "3.13.8", |
| 19 | + "@apollo/client": "4.0.4", |
20 | 20 | "@emotion/react": "11.14.0", |
21 | 21 | "@emotion/styled": "11.14.1", |
22 | 22 | "@fontsource-variable/roboto-flex": "5.2.6", |
23 | 23 | "@hello-pangea/dnd": "18.0.1", |
24 | 24 | "@heroicons/react": "2.2.0", |
25 | | - "@microsoft/clarity": "1.0.0", |
26 | | - "@mui/icons-material": "5.17.1", |
27 | | - "@mui/lab": "5.0.0-alpha.176", |
28 | | - "@mui/material": "5.17.1", |
29 | | - "@mui/system": "5.17.1", |
30 | | - "@mui/x-date-pickers": "6.20.2", |
31 | | - "@uiw/react-color": "2.7.1", |
32 | | - "axios": "1.18.1", |
| 25 | + "@mui/icons-material": "7.3.2", |
| 26 | + "@mui/lab": "7.0.0-beta.17", |
| 27 | + "@mui/material": "7.3.2", |
| 28 | + "@mui/system": "7.3.2", |
| 29 | + "@mui/x-date-pickers": "8.11.1", |
| 30 | + "@sentry/browser": "10.10.0", |
| 31 | + "@sentry/node": "10.10.0", |
| 32 | + "@sentry/react": "10.10.0", |
| 33 | + "@tanstack/react-query": "5.86.0", |
| 34 | + "@uiw/react-color": "2.8.0", |
| 35 | + "axios": "1.11.0", |
33 | 36 | "clsx": "2.1.1", |
34 | 37 | "colorizr": "3.0.8", |
35 | | - "date-fns": "2.30.0", |
36 | | - "dayjs": "1.11.13", |
| 38 | + "date-fns": "4.1.0", |
| 39 | + "dayjs": "1.11.18", |
37 | 40 | "file-saver": "2.0.5", |
38 | | - "framer-motion": "12.23.3", |
| 41 | + "framer-motion": "12.23.12", |
39 | 42 | "fuse.js": "7.1.0", |
| 43 | + "graphql": "16.11.0", |
40 | 44 | "ics": "3.8.1", |
41 | 45 | "is-base64": "1.1.0", |
42 | | - "lodash-es": "4.18.1", |
43 | | - "react": "18.3.1", |
44 | | - "react-dom": "18.3.1", |
45 | | - "react-router-dom": "6.30.0", |
| 46 | + "lodash-es": "4.17.21", |
| 47 | + "react": "19.1.1", |
| 48 | + "react-dom": "19.1.1", |
| 49 | + "react-router": "7.8.2", |
| 50 | + "react-image-crop": "11.0.10", |
46 | 51 | "react-transition-group": "4.4.5", |
47 | 52 | "react-window": "1.8.11", |
| 53 | + "rxjs": "7.8.2", |
48 | 54 | "tailwind-merge": "3.3.1", |
49 | | - "uuid": "14.0.0", |
50 | | - "web-vitals": "4.2.4", |
| 55 | + "uuid": "11.1.0", |
| 56 | + "web-vitals": "5.1.0", |
51 | 57 | "workbox-background-sync": "7.3.0", |
52 | 58 | "workbox-broadcast-update": "7.3.0", |
53 | 59 | "workbox-cacheable-response": "7.3.0", |
|
74 | 80 | ] |
75 | 81 | }, |
76 | 82 | "devDependencies": { |
77 | | - "@eslint/js": "9.31.0", |
78 | | - "@tailwindcss/postcss": "4.1.11", |
79 | | - "@tanstack/eslint-plugin-query": "5.83.1", |
| 83 | + "@eslint/js": "9.34.0", |
| 84 | + "@tailwindcss/postcss": "4.1.13", |
| 85 | + "@tanstack/eslint-plugin-query": "5.86.0", |
| 86 | + "@tanstack/react-query-devtools": "5.86.0", |
80 | 87 | "@types/file-saver": "2.0.7", |
81 | 88 | "@types/is-base64": "1.1.3", |
82 | 89 | "@types/lodash-es": "4.17.12", |
83 | 90 | "@types/node": "22.15.30", |
84 | | - "@types/react": "18.3.20", |
85 | | - "@types/react-dom": "18.3.7", |
86 | | - "@types/react-router-dom": "5.3.3", |
| 91 | + "@types/react": "19.1.12", |
| 92 | + "@types/react-dom": "19.1.9", |
87 | 93 | "@types/react-transition-group": "4.4.12", |
88 | 94 | "@types/react-window": "1.8.8", |
89 | | - "@vitejs/plugin-react-swc": "3.10.2", |
| 95 | + "@vitejs/plugin-react-swc": "4.0.1", |
90 | 96 | "autoprefixer": "10.4.21", |
91 | | - "eslint": "9.31.0", |
92 | | - "eslint-config-prettier": "10.1.5", |
93 | | - "eslint-plugin-prettier": "5.5.1", |
| 97 | + "eslint": "9.34.0", |
| 98 | + "eslint-config-prettier": "10.1.8", |
| 99 | + "eslint-plugin-prettier": "5.5.4", |
94 | 100 | "eslint-plugin-react": "7.37.5", |
95 | 101 | "eslint-plugin-react-hooks": "5.2.0", |
96 | 102 | "eslint-plugin-simple-import-sort": "12.1.1", |
97 | | - "eslint-plugin-unused-imports": "4.1.4", |
| 103 | + "eslint-plugin-unused-imports": "4.2.0", |
98 | 104 | "globals": "16.3.0", |
99 | 105 | "jsdom": "26.1.0", |
100 | 106 | "postcss": "8.5.6", |
101 | 107 | "prettier": "3.6.2", |
102 | | - "tailwindcss": "4.1.11", |
103 | | - "typescript": "5.8.3", |
104 | | - "typescript-eslint": "8.37.0", |
105 | | - "vite": "7.1.5", |
| 108 | + "tailwindcss": "4.1.13", |
| 109 | + "typescript": "5.9.2", |
| 110 | + "typescript-eslint": "8.42.0", |
| 111 | + "vite": "7.1.4", |
106 | 112 | "vite-bundle-visualizer": "1.2.1", |
107 | 113 | "vite-tsconfig-paths": "5.1.4", |
108 | 114 | "vitest": "3.2.4" |
109 | 115 | }, |
110 | | - "packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad" |
| 116 | + "packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67" |
111 | 117 | } |
0 commit comments