@regardio/react 1.1.2 → 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 +6 -6
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": [
|
|
@@ -202,8 +202,8 @@
|
|
|
202
202
|
"embla-carousel": "8.6.0",
|
|
203
203
|
"embla-carousel-react": "8.6.0",
|
|
204
204
|
"markdown-to-jsx": "9.7.16",
|
|
205
|
-
"@regardio/js": "1.1.
|
|
206
|
-
"@regardio/tailwind": "1.1.
|
|
205
|
+
"@regardio/js": "1.1.3",
|
|
206
|
+
"@regardio/tailwind": "1.1.3"
|
|
207
207
|
},
|
|
208
208
|
"devDependencies": {
|
|
209
209
|
"@storybook/addon-a11y": "10.3.6",
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"@testing-library/react": "16.3.2",
|
|
217
217
|
"@total-typescript/ts-reset": "0.6.1",
|
|
218
218
|
"@types/leaflet": "1.9.21",
|
|
219
|
-
"@types/node": "25.6.
|
|
219
|
+
"@types/node": "25.6.1",
|
|
220
220
|
"@types/react": "19.2.14",
|
|
221
221
|
"@types/react-dom": "19.2.3",
|
|
222
222
|
"@vitejs/plugin-react": "6.0.1",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"typescript": "6.0.3",
|
|
232
232
|
"vite": "8.0.11",
|
|
233
233
|
"vitest": "4.1.5",
|
|
234
|
-
"@regardio/dev": "2.
|
|
234
|
+
"@regardio/dev": "2.5.0"
|
|
235
235
|
},
|
|
236
236
|
"peerDependencies": {
|
|
237
237
|
"react": ">=19",
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"fix:biome": "biome check --write --unsafe .",
|
|
247
247
|
"fix:md": "markdownlint-cli2 --config ../../.markdownlint-cli2.jsonc --fix",
|
|
248
248
|
"fix:pkg": "sort-package-json",
|
|
249
|
-
"lint": "run-
|
|
249
|
+
"lint": "run-p lint:*",
|
|
250
250
|
"lint:biome": "biome check .",
|
|
251
251
|
"lint:md": "markdownlint-cli2 --config ../../.markdownlint-cli2.jsonc",
|
|
252
252
|
"lint:pkg": "sort-package-json --check",
|