@regardio/react 1.1.1 → 1.1.3
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 +13 -19
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.3",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Regardio React UI components",
|
|
7
7
|
"keywords": [
|
|
@@ -191,6 +191,7 @@
|
|
|
191
191
|
},
|
|
192
192
|
"files": [
|
|
193
193
|
"dist",
|
|
194
|
+
"LICENSE",
|
|
194
195
|
"src",
|
|
195
196
|
"pnpm-lock.yaml"
|
|
196
197
|
],
|
|
@@ -201,13 +202,8 @@
|
|
|
201
202
|
"embla-carousel": "8.6.0",
|
|
202
203
|
"embla-carousel-react": "8.6.0",
|
|
203
204
|
"markdown-to-jsx": "9.7.16",
|
|
204
|
-
"@regardio/js": "1.1.
|
|
205
|
-
"@regardio/tailwind": "1.1.
|
|
206
|
-
},
|
|
207
|
-
"peerDependencies": {
|
|
208
|
-
"react": ">=19",
|
|
209
|
-
"react-dom": ">=19",
|
|
210
|
-
"react-router": ">=7"
|
|
205
|
+
"@regardio/js": "1.1.3",
|
|
206
|
+
"@regardio/tailwind": "1.1.3"
|
|
211
207
|
},
|
|
212
208
|
"devDependencies": {
|
|
213
209
|
"@storybook/addon-a11y": "10.3.6",
|
|
@@ -220,7 +216,7 @@
|
|
|
220
216
|
"@testing-library/react": "16.3.2",
|
|
221
217
|
"@total-typescript/ts-reset": "0.6.1",
|
|
222
218
|
"@types/leaflet": "1.9.21",
|
|
223
|
-
"@types/node": "25.6.
|
|
219
|
+
"@types/node": "25.6.1",
|
|
224
220
|
"@types/react": "19.2.14",
|
|
225
221
|
"@types/react-dom": "19.2.3",
|
|
226
222
|
"@vitejs/plugin-react": "6.0.1",
|
|
@@ -231,28 +227,26 @@
|
|
|
231
227
|
"playwright": "1.59.1",
|
|
232
228
|
"storybook": "10.3.6",
|
|
233
229
|
"tailwindcss": "4.2.4",
|
|
234
|
-
"tsdown": "0.
|
|
230
|
+
"tsdown": "0.22.0",
|
|
235
231
|
"typescript": "6.0.3",
|
|
236
|
-
"vite": "8.0.
|
|
232
|
+
"vite": "8.0.11",
|
|
237
233
|
"vitest": "4.1.5",
|
|
238
|
-
"@regardio/dev": "2.
|
|
234
|
+
"@regardio/dev": "2.5.0"
|
|
239
235
|
},
|
|
240
|
-
"
|
|
241
|
-
"
|
|
236
|
+
"peerDependencies": {
|
|
237
|
+
"react": ">=19",
|
|
238
|
+
"react-dom": ">=19",
|
|
239
|
+
"react-router": ">=7"
|
|
242
240
|
},
|
|
243
241
|
"scripts": {
|
|
244
242
|
"build": "tsdown",
|
|
245
243
|
"clean": "rimraf .turbo dist",
|
|
246
244
|
"dev": "tsdown --watch",
|
|
247
245
|
"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",
|
|
252
246
|
"fix:biome": "biome check --write --unsafe .",
|
|
253
247
|
"fix:md": "markdownlint-cli2 --config ../../.markdownlint-cli2.jsonc --fix",
|
|
254
248
|
"fix:pkg": "sort-package-json",
|
|
255
|
-
"lint": "run-
|
|
249
|
+
"lint": "run-p lint:*",
|
|
256
250
|
"lint:biome": "biome check .",
|
|
257
251
|
"lint:md": "markdownlint-cli2 --config ../../.markdownlint-cli2.jsonc",
|
|
258
252
|
"lint:pkg": "sort-package-json --check",
|