@regardio/react 1.0.1 → 1.0.2

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 +15 -25
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": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "private": false,
6
6
  "description": "Regardio React UI components",
7
7
  "keywords": [
@@ -195,28 +195,13 @@
195
195
  ],
196
196
  "dependencies": {
197
197
  "@base-ui/react": "1.4.1",
198
- "@maptiler/sdk": "4.0.1",
199
198
  "@mdx-js/react": "3.1.1",
200
199
  "@supabase/supabase-js": "2.104.0",
201
- "cmdk": "1.1.1",
202
200
  "embla-carousel": "8.6.0",
203
201
  "embla-carousel-react": "8.6.0",
204
- "input-otp": "1.4.2",
205
- "intl-parse-accept-language": "1.0.0",
206
- "leaflet": "alpha",
207
- "lucide-react": "1.8.0",
208
202
  "markdown-to-jsx": "9.7.16",
209
- "react": "19.2.5",
210
- "react-day-picker": "9.14.0",
211
- "react-dom": "19.2.5",
212
- "react-hook-form": "7.72.1",
213
- "react-resizable-panels": "4.10.0",
214
- "react-router": "7.14.1",
215
- "tailwind-variants": "3.2.2",
216
- "vaul": "1.1.2",
217
- "zod": "4.3.6",
218
- "@regardio/js": "1.0.1",
219
- "@regardio/tailwind": "1.0.1"
203
+ "@regardio/js": "1.0.2",
204
+ "@regardio/tailwind": "1.0.2"
220
205
  },
221
206
  "devDependencies": {
222
207
  "@storybook/addon-a11y": "10.3.5",
@@ -224,7 +209,7 @@
224
209
  "@storybook/addon-vitest": "10.3.5",
225
210
  "@storybook/react": "10.3.5",
226
211
  "@storybook/react-vite": "10.3.5",
227
- "@tailwindcss/vite": "4.2.2",
212
+ "@tailwindcss/vite": "4.2.4",
228
213
  "@testing-library/jest-dom": "6.9.1",
229
214
  "@testing-library/react": "16.3.2",
230
215
  "@total-typescript/ts-reset": "0.6.1",
@@ -233,18 +218,23 @@
233
218
  "@types/react": "19.2.14",
234
219
  "@types/react-dom": "19.2.3",
235
220
  "@vitejs/plugin-react": "6.0.1",
236
- "@vitest/browser-playwright": "4.1.4",
237
- "@vitest/coverage-v8": "4.1.4",
238
- "@vitest/ui": "4.1.4",
221
+ "@vitest/browser-playwright": "4.1.5",
222
+ "@vitest/coverage-v8": "4.1.5",
223
+ "@vitest/ui": "4.1.5",
239
224
  "jsdom": "29.0.2",
240
225
  "playwright": "1.59.1",
241
226
  "storybook": "10.3.5",
242
- "tailwindcss": "4.2.2",
227
+ "tailwindcss": "4.2.4",
243
228
  "tsdown": "0.21.9",
244
229
  "typescript": "6.0.3",
245
230
  "vite": "8.0.9",
246
- "vitest": "4.1.4",
247
- "@regardio/dev": "2.0.1"
231
+ "vitest": "4.1.5",
232
+ "@regardio/dev": "2.0.2"
233
+ },
234
+ "peerDependencies": {
235
+ "react": "19.2.5",
236
+ "react-dom": "19.2.5",
237
+ "react-router": "7.14.2"
248
238
  },
249
239
  "engines": {
250
240
  "node": ">=24"