@skdx/react-blocks 0.37.0 → 0.38.0
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skdx/react-blocks",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.38.0",
|
|
4
4
|
"description": "React blocks for the SkandaDX design system — page-level compositions of @skdx/react styled by @skdx/skins",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"peerDependencies": {
|
|
256
256
|
"react": "^19.0.0",
|
|
257
257
|
"react-dom": "^19.0.0",
|
|
258
|
-
"@skdx/react": "^0.
|
|
258
|
+
"@skdx/react": "^0.38.0"
|
|
259
259
|
},
|
|
260
260
|
"devDependencies": {
|
|
261
261
|
"@testing-library/jest-dom": "^6.9.1",
|
|
@@ -273,8 +273,8 @@
|
|
|
273
273
|
"tsup": "^8.5.1",
|
|
274
274
|
"typescript": "^6.0.3",
|
|
275
275
|
"vitest": "^4.1.10",
|
|
276
|
-
"@skdx/react": "0.
|
|
277
|
-
"@skdx/shared": "0.
|
|
276
|
+
"@skdx/react": "0.38.0",
|
|
277
|
+
"@skdx/shared": "0.38.0"
|
|
278
278
|
},
|
|
279
279
|
"scripts": {
|
|
280
280
|
"lint": "eslint . --cache --cache-location node_modules/.cache/eslint/",
|