|
18 | 18 | "license": "ISC",
|
19 | 19 | "devDependencies": {
|
20 | 20 | "@marble/eslint-config": "workspace:*",
|
21 |
| - "@remix-run/dev": "^2.15.1", |
22 |
| - "@segment/analytics-next": "^1.75.0", |
23 |
| - "@sentry/cli": "^2.37.0", |
24 |
| - "@sentry/vite-plugin": "^2.22.6", |
| 21 | + "@remix-run/dev": "^2.16.1", |
| 22 | + "@segment/analytics-next": "^1.78.1", |
| 23 | + "@sentry/cli": "^2.42.3", |
| 24 | + "@sentry/vite-plugin": "^3.2.2", |
25 | 25 | "@types/autosuggest-highlight": "^3.2.3",
|
26 |
| - "@types/qs": "^6.9.16", |
| 26 | + "@types/qs": "^6.9.18", |
27 | 27 | "@types/react": "18.3.11",
|
28 | 28 | "@types/react-dom": "18.3.1",
|
29 |
| - "@types/swagger-ui-react": "^4.18.3", |
30 |
| - "autoprefixer": "^10.4.20", |
31 |
| - "jsdom": "25.0.1", |
32 |
| - "ora": "^8.1.0", |
33 |
| - "postcss": "^8.4.47", |
| 29 | + "@types/swagger-ui-react": "^5.18.0", |
| 30 | + "autoprefixer": "^10.4.21", |
| 31 | + "jsdom": "26.0.0", |
| 32 | + "ora": "^8.2.0", |
| 33 | + "postcss": "^8.5.3", |
34 | 34 | "remix-development-tools": "^4.7.7",
|
35 |
| - "remix-flat-routes": "^0.6.5", |
| 35 | + "remix-flat-routes": "^0.8.5", |
36 | 36 | "tailwindcss": "3.4.14",
|
37 |
| - "tsx": "^4.19.1", |
38 |
| - "vite": "^5.4.12" |
| 37 | + "tsx": "^4.19.3", |
| 38 | + "vite": "^6.2.2" |
39 | 39 | },
|
40 | 40 | "dependencies": {
|
41 |
| - "@ariakit/react": "^0.4.13", |
| 41 | + "@ariakit/react": "^0.4.15", |
42 | 42 | "@dagrejs/dagre": "^1.1.4",
|
43 | 43 | "@dinero.js/currencies": "2.0.0-alpha.14",
|
44 | 44 | "@hello-pangea/dnd": "^18.0.1",
|
45 |
| - "@hookform/devtools": "^4.3.1", |
46 |
| - "@hookform/resolvers": "^3.9.0", |
47 |
| - "@lottiefiles/react-lottie-player": "^3.5.4", |
| 45 | + "@hookform/devtools": "^4.3.3", |
| 46 | + "@hookform/resolvers": "^4.1.3", |
| 47 | + "@lottiefiles/react-lottie-player": "^3.6.0", |
48 | 48 | "@marble/shared": "workspace:*",
|
49 |
| - "@oazapfts/runtime": "^1.0.3", |
| 49 | + "@oazapfts/runtime": "^1.0.4", |
50 | 50 | "@preact/signals-react": "^3.0.1",
|
51 |
| - "@radix-ui/react-avatar": "^1.1.1", |
52 |
| - "@radix-ui/react-checkbox": "^1.1.2", |
53 |
| - "@radix-ui/react-collapsible": "^1.1.1", |
54 |
| - "@radix-ui/react-dialog": "^1.1.2", |
55 |
| - "@radix-ui/react-dropdown-menu": "^2.1.2", |
| 51 | + "@radix-ui/react-avatar": "^1.1.3", |
| 52 | + "@radix-ui/react-checkbox": "^1.1.4", |
| 53 | + "@radix-ui/react-collapsible": "^1.1.3", |
| 54 | + "@radix-ui/react-dialog": "^1.1.6", |
| 55 | + "@radix-ui/react-dropdown-menu": "^2.1.6", |
56 | 56 | "@radix-ui/react-hover-card": "^1.1.6",
|
57 |
| - "@radix-ui/react-label": "^2.1.0", |
58 |
| - "@radix-ui/react-popover": "^1.1.2", |
59 |
| - "@radix-ui/react-scroll-area": "^1.2.0", |
60 |
| - "@radix-ui/react-select": "^2.1.2", |
61 |
| - "@radix-ui/react-separator": "^1.1.0", |
62 |
| - "@radix-ui/react-slot": "^1.1.0", |
63 |
| - "@radix-ui/react-switch": "^1.1.1", |
64 |
| - "@radix-ui/react-tooltip": "^1.1.3", |
65 |
| - "@remix-run/node": "^2.15.1", |
66 |
| - "@remix-run/react": "^2.15.1", |
67 |
| - "@remix-run/serve": "^2.15.1", |
68 |
| - "@remix-run/server-runtime": "^2.15.1", |
| 57 | + "@radix-ui/react-label": "^2.1.2", |
| 58 | + "@radix-ui/react-popover": "^1.1.6", |
| 59 | + "@radix-ui/react-scroll-area": "^1.2.3", |
| 60 | + "@radix-ui/react-select": "^2.1.6", |
| 61 | + "@radix-ui/react-separator": "^1.1.2", |
| 62 | + "@radix-ui/react-slot": "^1.1.2", |
| 63 | + "@radix-ui/react-switch": "^1.1.3", |
| 64 | + "@radix-ui/react-tooltip": "^1.1.8", |
| 65 | + "@remix-run/node": "^2.16.1", |
| 66 | + "@remix-run/react": "^2.16.1", |
| 67 | + "@remix-run/serve": "^2.16.1", |
| 68 | + "@remix-run/server-runtime": "^2.16.1", |
69 | 69 | "@segment/snippet": "^5.2.1",
|
70 |
| - "@sentry/remix": "^8.52.0", |
| 70 | + "@sentry/remix": "^8.55.0", |
71 | 71 | "@swan-io/boxed": "^3.2.0",
|
72 | 72 | "@tanstack/react-form": "^1.1.0",
|
73 |
| - "@tanstack/react-query": "^5.66.7", |
74 |
| - "@tanstack/react-table": "^8.20.5", |
75 |
| - "@tanstack/react-virtual": "3.10.8", |
| 73 | + "@tanstack/react-query": "^5.69.0", |
| 74 | + "@tanstack/react-table": "^8.21.2", |
| 75 | + "@tanstack/react-virtual": "3.13.4", |
76 | 76 | "autosuggest-highlight": "^3.3.4",
|
77 |
| - "class-variance-authority": "^0.7.0", |
| 77 | + "class-variance-authority": "^0.7.1", |
78 | 78 | "clsx": "^2.1.1",
|
79 |
| - "cmdk": "^1.0.4", |
80 |
| - "cronstrue": "^2.50.0", |
| 79 | + "cmdk": "^1.1.1", |
| 80 | + "cronstrue": "^2.56.0", |
81 | 81 | "crypto-js": "^4.2.0",
|
82 | 82 | "date-fns": "^4.1.0",
|
83 | 83 | "decode-formdata": "^0.8.0",
|
84 | 84 | "deepsignal": "^1.6.0",
|
85 | 85 | "dinero.js": "2.0.0-alpha.14",
|
86 |
| - "firebase": "^10.14.1", |
87 |
| - "i18next": "^23.16.2", |
88 |
| - "i18next-browser-languagedetector": "^8.0.0", |
| 86 | + "firebase": "^11.4.0", |
| 87 | + "i18next": "^23.16.8", |
| 88 | + "i18next-browser-languagedetector": "^8.0.4", |
89 | 89 | "i18next-fetch-backend": "^6.0.0",
|
90 |
| - "isbot": "^5.1.17", |
| 90 | + "isbot": "^5.1.25", |
91 | 91 | "marble-api": "workspace:*",
|
92 |
| - "match-sorter": "^6.3.4", |
93 |
| - "nanoid": "^5.0.9", |
| 92 | + "match-sorter": "^8.0.0", |
| 93 | + "nanoid": "^5.1.4", |
94 | 94 | "object-to-formdata": "^4.5.1",
|
95 | 95 | "pretty-cache-header": "^1.0.0",
|
96 |
| - "qs": "^6.13.0", |
| 96 | + "qs": "^6.14.0", |
97 | 97 | "radash": "^12.1.0",
|
98 | 98 | "react": "^18.3.1",
|
99 |
| - "react-day-picker": "^9.1.4", |
| 99 | + "react-day-picker": "^9.6.2", |
100 | 100 | "react-dom": "^18.3.1",
|
101 |
| - "react-dropzone-esm": "^15.0.1", |
102 |
| - "react-hook-form": "^7.53.1", |
103 |
| - "react-hot-toast": "^2.4.1", |
104 |
| - "react-i18next": "^15.0.3", |
| 101 | + "react-dropzone-esm": "^15.2.0", |
| 102 | + "react-hook-form": "^7.54.2", |
| 103 | + "react-hot-toast": "^2.5.2", |
| 104 | + "react-i18next": "^15.4.1", |
105 | 105 | "reactflow": "^11.11.4",
|
106 |
| - "remeda": "^2.15.2", |
| 106 | + "remeda": "^2.21.2", |
107 | 107 | "remix-i18next": "^6.4.1",
|
108 | 108 | "remix-utils": "^7.7.0",
|
109 | 109 | "sharpstate": "^0.0.13",
|
110 | 110 | "short-uuid": "^5.2.0",
|
111 | 111 | "spin-delay": "^2.0.1",
|
112 |
| - "swagger-ui-react": "^5.17.14", |
| 112 | + "swagger-ui-react": "^5.20.1", |
113 | 113 | "temporal-polyfill": "^0.2.5",
|
114 | 114 | "tiny-invariant": "^1.3.3",
|
115 |
| - "ts-pattern": "^5.5.0", |
| 115 | + "ts-pattern": "^5.6.2", |
116 | 116 | "typescript-utils": "workspace:*",
|
117 | 117 | "ui-design-system": "workspace:*",
|
118 | 118 | "ui-icons": "workspace:*",
|
119 | 119 | "uuid": "^11.1.0",
|
120 |
| - "zod": "^3.24.1", |
121 |
| - "zustand": "^5.0.0" |
| 120 | + "zod": "^3.24.2", |
| 121 | + "zustand": "^5.0.3" |
122 | 122 | }
|
123 | 123 | }
|
0 commit comments