@regardio/react 1.1.0 → 1.1.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.
- package/package.json +21 -20
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.1.
|
|
4
|
+
"version": "1.1.2",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Regardio React UI components",
|
|
7
7
|
"keywords": [
|
|
@@ -191,27 +191,26 @@
|
|
|
191
191
|
},
|
|
192
192
|
"files": [
|
|
193
193
|
"dist",
|
|
194
|
-
"
|
|
194
|
+
"LICENSE",
|
|
195
|
+
"src",
|
|
196
|
+
"pnpm-lock.yaml"
|
|
195
197
|
],
|
|
196
198
|
"dependencies": {
|
|
197
199
|
"@base-ui/react": "1.4.1",
|
|
198
200
|
"@mdx-js/react": "3.1.1",
|
|
199
|
-
"@supabase/supabase-js": "2.
|
|
201
|
+
"@supabase/supabase-js": "2.105.3",
|
|
200
202
|
"embla-carousel": "8.6.0",
|
|
201
203
|
"embla-carousel-react": "8.6.0",
|
|
202
204
|
"markdown-to-jsx": "9.7.16",
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
-
"react-router": "7.14.2",
|
|
206
|
-
"@regardio/js": "1.1.0",
|
|
207
|
-
"@regardio/tailwind": "1.1.0"
|
|
205
|
+
"@regardio/js": "1.1.2",
|
|
206
|
+
"@regardio/tailwind": "1.1.2"
|
|
208
207
|
},
|
|
209
208
|
"devDependencies": {
|
|
210
|
-
"@storybook/addon-a11y": "10.3.
|
|
211
|
-
"@storybook/addon-docs": "10.3.
|
|
212
|
-
"@storybook/addon-vitest": "10.3.
|
|
213
|
-
"@storybook/react": "10.3.
|
|
214
|
-
"@storybook/react-vite": "10.3.
|
|
209
|
+
"@storybook/addon-a11y": "10.3.6",
|
|
210
|
+
"@storybook/addon-docs": "10.3.6",
|
|
211
|
+
"@storybook/addon-vitest": "10.3.6",
|
|
212
|
+
"@storybook/react": "10.3.6",
|
|
213
|
+
"@storybook/react-vite": "10.3.6",
|
|
215
214
|
"@tailwindcss/vite": "4.2.4",
|
|
216
215
|
"@testing-library/jest-dom": "6.9.1",
|
|
217
216
|
"@testing-library/react": "16.3.2",
|
|
@@ -224,18 +223,20 @@
|
|
|
224
223
|
"@vitest/browser-playwright": "4.1.5",
|
|
225
224
|
"@vitest/coverage-v8": "4.1.5",
|
|
226
225
|
"@vitest/ui": "4.1.5",
|
|
227
|
-
"jsdom": "29.
|
|
226
|
+
"jsdom": "29.1.1",
|
|
228
227
|
"playwright": "1.59.1",
|
|
229
|
-
"storybook": "10.3.
|
|
228
|
+
"storybook": "10.3.6",
|
|
230
229
|
"tailwindcss": "4.2.4",
|
|
231
|
-
"tsdown": "0.
|
|
230
|
+
"tsdown": "0.22.0",
|
|
232
231
|
"typescript": "6.0.3",
|
|
233
|
-
"vite": "8.0.
|
|
232
|
+
"vite": "8.0.11",
|
|
234
233
|
"vitest": "4.1.5",
|
|
235
|
-
"@regardio/dev": "2.1
|
|
234
|
+
"@regardio/dev": "2.4.1"
|
|
236
235
|
},
|
|
237
|
-
"
|
|
238
|
-
"
|
|
236
|
+
"peerDependencies": {
|
|
237
|
+
"react": ">=19",
|
|
238
|
+
"react-dom": ">=19",
|
|
239
|
+
"react-router": ">=7"
|
|
239
240
|
},
|
|
240
241
|
"scripts": {
|
|
241
242
|
"build": "tsdown",
|