@elevasis/ui 2.27.0 → 2.28.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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elevasis/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.28.0",
|
|
4
4
|
"description": "UI components and platform-aware hooks for building custom frontends on the Elevasis platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -247,11 +247,11 @@
|
|
|
247
247
|
"@testing-library/jest-dom": "^6.9.1",
|
|
248
248
|
"msw": "^2.11.0",
|
|
249
249
|
"vitest": "^3.2.4",
|
|
250
|
-
"@elevasis/sdk": "1.
|
|
250
|
+
"@elevasis/sdk": "1.17.0",
|
|
251
|
+
"@repo/core": "0.18.0",
|
|
252
|
+
"@repo/eslint-config": "0.0.0",
|
|
251
253
|
"@repo/typescript-config": "0.0.0",
|
|
252
|
-
"@repo/core": "0.
|
|
253
|
-
"@repo/elevasis-core": "1.0.0",
|
|
254
|
-
"@repo/eslint-config": "0.0.0"
|
|
254
|
+
"@repo/elevasis-core": "1.0.0"
|
|
255
255
|
},
|
|
256
256
|
"dependencies": {
|
|
257
257
|
"@dagrejs/dagre": "^1.1.4",
|