@elevasis/ui 2.47.0 → 2.48.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elevasis/ui",
3
- "version": "2.47.0",
3
+ "version": "2.48.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",
@@ -270,11 +270,11 @@
270
270
  "typescript": "5.9.2",
271
271
  "vite": "^7.0.0",
272
272
  "vitest": "^3.2.4",
273
- "@repo/core": "0.44.0",
274
- "@repo/typescript-config": "0.0.0",
275
- "@repo/eslint-config": "0.0.0",
276
273
  "@elevasis/sdk": "1.33.1",
277
- "@repo/elevasis-core": "1.0.0"
274
+ "@repo/elevasis-core": "1.0.0",
275
+ "@repo/typescript-config": "0.0.0",
276
+ "@repo/core": "0.45.0",
277
+ "@repo/eslint-config": "0.0.0"
278
278
  },
279
279
  "dependencies": {
280
280
  "@dagrejs/dagre": "^1.1.4",