|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 | 19 | "@date-io/date-fns": "2.17.0",
|
20 |
| - "@emotion/react": "11.11.1", |
21 |
| - "@emotion/styled": "11.11.0", |
22 |
| - "@fontsource-variable/roboto-flex": "5.0.8", |
23 |
| - "@heroicons/react": "2.1.3", |
24 |
| - "@mui/icons-material": "5.14.19", |
25 |
| - "@mui/lab": "5.0.0-alpha.154", |
26 |
| - "@mui/material": "5.14.19", |
27 |
| - "@mui/system": "5.14.19", |
28 |
| - "@mui/x-date-pickers": "6.18.2", |
| 20 | + "@emotion/react": "11.14.0", |
| 21 | + "@emotion/styled": "11.14.0", |
| 22 | + "@fontsource-variable/roboto-flex": "5.1.1", |
| 23 | + "@heroicons/react": "2.2.0", |
| 24 | + "@mui/icons-material": "5.16.14", |
| 25 | + "@mui/lab": "5.0.0-alpha.175", |
| 26 | + "@mui/material": "5.16.14", |
| 27 | + "@mui/system": "5.16.14", |
| 28 | + "@mui/x-date-pickers": "6.20.2", |
29 | 29 | "@sentry/browser": "7.84.0",
|
30 |
| - "@sentry/node": "7.84.0", |
31 |
| - "@sentry/react": "7.84.0", |
32 |
| - "@sentry/tracing": "7.84.0", |
33 |
| - "@uiw/react-color": "2.1.1", |
| 30 | + "@sentry/node": "7.120.2", |
| 31 | + "@sentry/react": "7.120.2", |
| 32 | + "@sentry/tracing": "7.114.0", |
| 33 | + "@uiw/react-color": "2.3.4", |
34 | 34 | "clsx": "2.1.1",
|
35 |
| - "@apollo/client": "3.11.8", |
| 35 | + "@apollo/client": "3.12.4", |
36 | 36 | "date-fns": "2.30.0",
|
37 |
| - "dayjs": "1.11.12", |
| 37 | + "dayjs": "1.11.13", |
38 | 38 | "file-saver": "2.0.5",
|
39 |
| - "framer-motion": "11.3.17", |
| 39 | + "framer-motion": "11.16.4", |
40 | 40 | "fuse.js": "7.0.0",
|
41 |
| - "ics": "3.7.6", |
| 41 | + "ics": "3.8.1", |
42 | 42 | "is-base64": "^1.1.0",
|
43 | 43 | "lodash-es": "4.17.21",
|
44 | 44 | "react": "18.3.1",
|
45 | 45 | "react-beautiful-dnd": "^13.1.1",
|
46 | 46 | "react-dom": "18.3.1",
|
47 |
| - "react-router-dom": "6.25.1", |
| 47 | + "react-router-dom": "6.28.1", |
48 | 48 | "react-transition-group": "4.4.5",
|
49 |
| - "react-window": "1.8.10", |
50 |
| - "tailwind-merge": "2.4.0", |
| 49 | + "react-window": "1.8.11", |
| 50 | + "tailwind-merge": "2.6.0", |
51 | 51 | "uuid": "9.0.1",
|
52 |
| - "web-vitals": "4.2.2", |
53 |
| - "workbox-background-sync": "7.1.0", |
54 |
| - "workbox-broadcast-update": "7.1.0", |
55 |
| - "workbox-cacheable-response": "7.1.0", |
56 |
| - "workbox-core": "7.1.0", |
57 |
| - "workbox-expiration": "7.1.0", |
58 |
| - "workbox-google-analytics": "7.1.0", |
59 |
| - "workbox-navigation-preload": "7.1.0", |
60 |
| - "workbox-precaching": "7.1.0", |
61 |
| - "workbox-range-requests": "7.1.0", |
62 |
| - "workbox-routing": "7.1.0", |
63 |
| - "workbox-strategies": "7.1.0", |
64 |
| - "workbox-streams": "7.1.0" |
| 52 | + "web-vitals": "4.2.4", |
| 53 | + "workbox-background-sync": "7.3.0", |
| 54 | + "workbox-broadcast-update": "7.3.0", |
| 55 | + "workbox-cacheable-response": "7.3.0", |
| 56 | + "workbox-core": "7.3.0", |
| 57 | + "workbox-expiration": "7.3.0", |
| 58 | + "workbox-google-analytics": "7.3.0", |
| 59 | + "workbox-navigation-preload": "7.3.0", |
| 60 | + "workbox-precaching": "7.3.0", |
| 61 | + "workbox-range-requests": "7.3.0", |
| 62 | + "workbox-routing": "7.3.0", |
| 63 | + "workbox-strategies": "7.3.0", |
| 64 | + "workbox-streams": "7.3.0" |
65 | 65 | },
|
66 | 66 | "browserslist": {
|
67 | 67 | "production": [
|
|
78 | 78 | "devDependencies": {
|
79 | 79 | "@types/file-saver": "2.0.7",
|
80 | 80 | "@types/is-base64": "1.1.3",
|
81 |
| - "@types/jest": "29.5.12", |
| 81 | + "@types/jest": "29.5.14", |
82 | 82 | "@types/lodash-es": "4.17.12",
|
83 |
| - "@types/node": "20.14.11", |
84 |
| - "@types/react": "18.3.3", |
| 83 | + "@types/node": "20.17.12", |
| 84 | + "@types/react": "18.3.18", |
85 | 85 | "@types/react-beautiful-dnd": "13.1.8",
|
86 |
| - "@types/react-dom": "18.3.0", |
| 86 | + "@types/react-dom": "18.3.5", |
87 | 87 | "@types/react-router-dom": "5.3.3",
|
88 |
| - "@types/react-transition-group": "4.4.10", |
| 88 | + "@types/react-transition-group": "4.4.12", |
89 | 89 | "@types/react-window": "1.8.8",
|
90 | 90 | "@types/uuid": "9.0.8",
|
91 |
| - "autoprefixer": "10.4.19", |
92 |
| - "@typescript-eslint/eslint-plugin": "7.16.1", |
93 |
| - "@typescript-eslint/parser": "7.16.1", |
94 |
| - "@vitejs/plugin-react-swc": "3.7.0", |
95 |
| - "eslint": "8.57.0", |
| 91 | + "autoprefixer": "10.4.20", |
| 92 | + "@typescript-eslint/eslint-plugin": "7.18.0", |
| 93 | + "@typescript-eslint/parser": "7.18.0", |
| 94 | + "@vitejs/plugin-react-swc": "3.7.2", |
| 95 | + "eslint": "8.57.1", |
96 | 96 | "eslint-config-prettier": "9.1.0",
|
97 |
| - "eslint-plugin-react": "7.35.0", |
| 97 | + "eslint-plugin-react": "7.37.3", |
98 | 98 | "eslint-plugin-simple-import-sort": "12.1.1",
|
99 | 99 | "eslint-plugin-unused-imports": "4.1.4",
|
100 | 100 | "jsdom": "25.0.1",
|
101 |
| - "postcss": "8.4.39", |
102 |
| - "prettier": "3.3.3", |
103 |
| - "tailwindcss": "3.4.4", |
104 |
| - "typescript": "5.5.3", |
105 |
| - "vite": "5.2.14", |
| 101 | + "postcss": "8.4.49", |
| 102 | + "prettier": "3.4.2", |
| 103 | + "tailwindcss": "3.4.17", |
| 104 | + "typescript": "5.7.3", |
| 105 | + "vite": "5.4.11", |
106 | 106 | "vite-bundle-visualizer": "1.2.1",
|
107 |
| - "vite-plugin-svgr": "4.2.0", |
108 |
| - "vite-tsconfig-paths": "5.0.1", |
109 |
| - "vitest": "2.1.2" |
| 107 | + "vite-plugin-svgr": "4.3.0", |
| 108 | + "vite-tsconfig-paths": "5.1.4", |
| 109 | + "vitest": "2.1.8" |
110 | 110 | },
|
111 |
| - "packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a" |
| 111 | + "packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a" |
112 | 112 | }
|
0 commit comments