@regardio/react 0.7.22 → 0.7.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +21 -21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package.json",
3
3
  "name": "@regardio/react",
4
- "version": "0.7.22",
4
+ "version": "0.7.24",
5
5
  "private": false,
6
6
  "description": "Regardio React UI components",
7
7
  "keywords": ["react", "components", "ui", "regardio", "tailwindcss"],
@@ -206,12 +206,12 @@
206
206
  "typecheck": "exec-tsc --noEmit"
207
207
  },
208
208
  "dependencies": {
209
- "@base-ui/react": "1.2.0",
209
+ "@base-ui/react": "1.3.0",
210
210
  "@maptiler/sdk": "3.11.1",
211
211
  "@mdx-js/react": "3.1.1",
212
- "@regardio/js": "0.8.1",
213
- "@regardio/tailwind": "0.3.9",
214
- "@supabase/supabase-js": "2.99.0",
212
+ "@regardio/js": "0.8.3",
213
+ "@regardio/tailwind": "0.3.12",
214
+ "@supabase/supabase-js": "2.99.2",
215
215
  "cmdk": "1.1.1",
216
216
  "embla-carousel": "8.6.0",
217
217
  "embla-carousel-react": "8.6.0",
@@ -224,38 +224,38 @@
224
224
  "react-day-picker": "9.14.0",
225
225
  "react-dom": "19.2.4",
226
226
  "react-hook-form": "7.71.2",
227
- "react-resizable-panels": "4.7.2",
227
+ "react-resizable-panels": "4.7.3",
228
228
  "react-router": "7.13.1",
229
229
  "tailwind-variants": "3.2.2",
230
230
  "vaul": "1.1.2",
231
231
  "zod": "4.3.6"
232
232
  },
233
233
  "devDependencies": {
234
- "@regardio/dev": "1.16.2",
235
- "@storybook/addon-a11y": "10.2.17",
236
- "@storybook/addon-docs": "10.2.17",
237
- "@storybook/addon-vitest": "10.2.17",
238
- "@storybook/react-vite": "10.2.17",
234
+ "@regardio/dev": "1.17.1",
235
+ "@storybook/addon-a11y": "10.2.19",
236
+ "@storybook/addon-docs": "10.2.19",
237
+ "@storybook/addon-vitest": "10.2.19",
238
+ "@storybook/react-vite": "10.2.19",
239
239
  "@tailwindcss/vite": "4.2.1",
240
240
  "@testing-library/jest-dom": "6.9.1",
241
241
  "@testing-library/react": "16.3.2",
242
242
  "@total-typescript/ts-reset": "0.6.1",
243
243
  "@types/leaflet": "1.9.21",
244
- "@types/node": "25.4.0",
244
+ "@types/node": "25.5.0",
245
245
  "@types/react": "19.2.14",
246
246
  "@types/react-dom": "19.2.3",
247
- "@vitejs/plugin-react": "5.1.4",
248
- "@vitest/browser-playwright": "4.0.18",
249
- "@vitest/coverage-v8": "4.0.18",
250
- "@vitest/ui": "4.0.18",
251
- "jsdom": "28.1.0",
247
+ "@vitejs/plugin-react": "6.0.1",
248
+ "@vitest/browser-playwright": "4.1.0",
249
+ "@vitest/coverage-v8": "4.1.0",
250
+ "@vitest/ui": "4.1.0",
251
+ "jsdom": "29.0.0",
252
252
  "playwright": "1.58.2",
253
- "storybook": "10.2.17",
253
+ "storybook": "10.2.19",
254
254
  "tailwindcss": "4.2.1",
255
- "tsdown": "0.21.1",
255
+ "tsdown": "0.21.4",
256
256
  "typescript": "5.9.3",
257
- "vite": "7.3.1",
258
- "vitest": "4.0.18"
257
+ "vite": "8.0.0",
258
+ "vitest": "4.1.0"
259
259
  },
260
260
  "engines": {
261
261
  "node": ">=18"