@regardio/react 0.7.19 → 0.7.21
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.
- package/package.json +21 -23
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.
|
|
4
|
+
"version": "0.7.21",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Regardio React UI components",
|
|
7
7
|
"keywords": ["react", "components", "ui", "regardio", "tailwindcss"],
|
|
@@ -182,35 +182,36 @@
|
|
|
182
182
|
},
|
|
183
183
|
"files": ["dist", "src"],
|
|
184
184
|
"scripts": {
|
|
185
|
-
"build": "
|
|
185
|
+
"build": "tsdown",
|
|
186
186
|
"clean": "exec-clean .turbo dist",
|
|
187
187
|
"dev": "tsdown --watch",
|
|
188
|
-
"fix": "exec-s fix:pkg fix:md fix:biome",
|
|
189
188
|
"fix:biome": "lint-biome check --write --unsafe .",
|
|
190
189
|
"fix:md": "lint-md --fix",
|
|
191
190
|
"fix:pkg": "lint-package --fix",
|
|
192
|
-
"
|
|
191
|
+
"fix": "exec-s fix:pkg fix:md fix:biome",
|
|
193
192
|
"lint:biome": "lint-biome check .",
|
|
194
193
|
"lint:md": "lint-md",
|
|
195
194
|
"lint:pkg": "lint-package",
|
|
195
|
+
"lint": "exec-s lint:md lint:biome",
|
|
196
196
|
"prepare": "exec-husky",
|
|
197
|
-
"release": "flow-release",
|
|
198
197
|
"report": "vitest run --coverage",
|
|
199
|
-
"
|
|
198
|
+
"ship:hotfix": "ship-hotfix",
|
|
199
|
+
"ship:production": "ship-production",
|
|
200
|
+
"ship:staging": "ship-staging",
|
|
200
201
|
"storybook:build": "storybook build -o storybook-static",
|
|
201
|
-
"
|
|
202
|
+
"storybook": "storybook dev -p 6006",
|
|
202
203
|
"test:unit": "vitest run",
|
|
204
|
+
"test": "exec-s test:*",
|
|
203
205
|
"tsdown": "tsdown",
|
|
204
|
-
"typecheck": "exec-tsc --noEmit"
|
|
205
|
-
"version": "flow-changeset version"
|
|
206
|
+
"typecheck": "exec-tsc --noEmit"
|
|
206
207
|
},
|
|
207
208
|
"dependencies": {
|
|
208
209
|
"@base-ui/react": "1.2.0",
|
|
209
210
|
"@maptiler/sdk": "3.11.1",
|
|
210
211
|
"@mdx-js/react": "3.1.1",
|
|
211
|
-
"@regardio/js": "0.7.
|
|
212
|
-
"@regardio/tailwind": "0.3.
|
|
213
|
-
"@supabase/supabase-js": "2.
|
|
212
|
+
"@regardio/js": "0.7.9",
|
|
213
|
+
"@regardio/tailwind": "0.3.9",
|
|
214
|
+
"@supabase/supabase-js": "2.98.0",
|
|
214
215
|
"cmdk": "1.1.1",
|
|
215
216
|
"embla-carousel": "8.6.0",
|
|
216
217
|
"embla-carousel-react": "8.6.0",
|
|
@@ -220,7 +221,7 @@
|
|
|
220
221
|
"lucide-react": "0.575.0",
|
|
221
222
|
"markdown-to-jsx": "9.7.6",
|
|
222
223
|
"react": "19.2.4",
|
|
223
|
-
"react-day-picker": "9.
|
|
224
|
+
"react-day-picker": "9.14.0",
|
|
224
225
|
"react-dom": "19.2.4",
|
|
225
226
|
"react-hook-form": "7.71.2",
|
|
226
227
|
"react-resizable-panels": "4.6.5",
|
|
@@ -230,17 +231,17 @@
|
|
|
230
231
|
"zod": "4.3.6"
|
|
231
232
|
},
|
|
232
233
|
"devDependencies": {
|
|
233
|
-
"@regardio/dev": "1.
|
|
234
|
-
"@storybook/addon-a11y": "10.2.
|
|
235
|
-
"@storybook/addon-docs": "10.2.
|
|
236
|
-
"@storybook/addon-vitest": "10.2.
|
|
237
|
-
"@storybook/react-vite": "10.2.
|
|
234
|
+
"@regardio/dev": "1.16.0",
|
|
235
|
+
"@storybook/addon-a11y": "10.2.13",
|
|
236
|
+
"@storybook/addon-docs": "10.2.13",
|
|
237
|
+
"@storybook/addon-vitest": "10.2.13",
|
|
238
|
+
"@storybook/react-vite": "10.2.13",
|
|
238
239
|
"@tailwindcss/vite": "4.2.1",
|
|
239
240
|
"@testing-library/jest-dom": "6.9.1",
|
|
240
241
|
"@testing-library/react": "16.3.2",
|
|
241
242
|
"@total-typescript/ts-reset": "0.6.1",
|
|
242
243
|
"@types/leaflet": "1.9.21",
|
|
243
|
-
"@types/node": "25.3.
|
|
244
|
+
"@types/node": "25.3.2",
|
|
244
245
|
"@types/react": "19.2.14",
|
|
245
246
|
"@types/react-dom": "19.2.3",
|
|
246
247
|
"@vitejs/plugin-react": "5.1.4",
|
|
@@ -249,7 +250,7 @@
|
|
|
249
250
|
"@vitest/ui": "4.0.18",
|
|
250
251
|
"jsdom": "28.1.0",
|
|
251
252
|
"playwright": "1.58.2",
|
|
252
|
-
"storybook": "10.2.
|
|
253
|
+
"storybook": "10.2.13",
|
|
253
254
|
"tailwindcss": "4.2.1",
|
|
254
255
|
"tsdown": "0.20.3",
|
|
255
256
|
"typescript": "5.9.3",
|
|
@@ -258,8 +259,5 @@
|
|
|
258
259
|
},
|
|
259
260
|
"engines": {
|
|
260
261
|
"node": ">=18"
|
|
261
|
-
},
|
|
262
|
-
"publishConfig": {
|
|
263
|
-
"access": "public"
|
|
264
262
|
}
|
|
265
263
|
}
|