@regardio/react 1.1.0 → 1.1.1
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 +23 -16
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.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Regardio React UI components",
|
|
7
7
|
"keywords": [
|
|
@@ -191,27 +191,30 @@
|
|
|
191
191
|
},
|
|
192
192
|
"files": [
|
|
193
193
|
"dist",
|
|
194
|
-
"src"
|
|
194
|
+
"src",
|
|
195
|
+
"pnpm-lock.yaml"
|
|
195
196
|
],
|
|
196
197
|
"dependencies": {
|
|
197
198
|
"@base-ui/react": "1.4.1",
|
|
198
199
|
"@mdx-js/react": "3.1.1",
|
|
199
|
-
"@supabase/supabase-js": "2.
|
|
200
|
+
"@supabase/supabase-js": "2.105.3",
|
|
200
201
|
"embla-carousel": "8.6.0",
|
|
201
202
|
"embla-carousel-react": "8.6.0",
|
|
202
203
|
"markdown-to-jsx": "9.7.16",
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
"
|
|
204
|
+
"@regardio/js": "1.1.1",
|
|
205
|
+
"@regardio/tailwind": "1.1.1"
|
|
206
|
+
},
|
|
207
|
+
"peerDependencies": {
|
|
208
|
+
"react": ">=19",
|
|
209
|
+
"react-dom": ">=19",
|
|
210
|
+
"react-router": ">=7"
|
|
208
211
|
},
|
|
209
212
|
"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.
|
|
213
|
+
"@storybook/addon-a11y": "10.3.6",
|
|
214
|
+
"@storybook/addon-docs": "10.3.6",
|
|
215
|
+
"@storybook/addon-vitest": "10.3.6",
|
|
216
|
+
"@storybook/react": "10.3.6",
|
|
217
|
+
"@storybook/react-vite": "10.3.6",
|
|
215
218
|
"@tailwindcss/vite": "4.2.4",
|
|
216
219
|
"@testing-library/jest-dom": "6.9.1",
|
|
217
220
|
"@testing-library/react": "16.3.2",
|
|
@@ -224,15 +227,15 @@
|
|
|
224
227
|
"@vitest/browser-playwright": "4.1.5",
|
|
225
228
|
"@vitest/coverage-v8": "4.1.5",
|
|
226
229
|
"@vitest/ui": "4.1.5",
|
|
227
|
-
"jsdom": "29.
|
|
230
|
+
"jsdom": "29.1.1",
|
|
228
231
|
"playwright": "1.59.1",
|
|
229
|
-
"storybook": "10.3.
|
|
232
|
+
"storybook": "10.3.6",
|
|
230
233
|
"tailwindcss": "4.2.4",
|
|
231
234
|
"tsdown": "0.21.10",
|
|
232
235
|
"typescript": "6.0.3",
|
|
233
236
|
"vite": "8.0.10",
|
|
234
237
|
"vitest": "4.1.5",
|
|
235
|
-
"@regardio/dev": "2.
|
|
238
|
+
"@regardio/dev": "2.3.0"
|
|
236
239
|
},
|
|
237
240
|
"engines": {
|
|
238
241
|
"node": ">=24"
|
|
@@ -242,6 +245,10 @@
|
|
|
242
245
|
"clean": "rimraf .turbo dist",
|
|
243
246
|
"dev": "tsdown --watch",
|
|
244
247
|
"fix": "run-s fix:pkg fix:md fix:biome",
|
|
248
|
+
"release": "commit-and-tag-version",
|
|
249
|
+
"release:major": "commit-and-tag-version --release-as major",
|
|
250
|
+
"release:minor": "commit-and-tag-version --release-as minor",
|
|
251
|
+
"release:patch": "commit-and-tag-version --release-as patch",
|
|
245
252
|
"fix:biome": "biome check --write --unsafe .",
|
|
246
253
|
"fix:md": "markdownlint-cli2 --config ../../.markdownlint-cli2.jsonc --fix",
|
|
247
254
|
"fix:pkg": "sort-package-json",
|