@archbase/components 3.0.16 → 3.0.18

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archbase/components",
3
- "version": "3.0.16",
3
+ "version": "3.0.18",
4
4
  "description": "UI Components for Archbase React v3 - Form editors, data visualization, and business components",
5
5
  "author": "Edson Martins <edsonmartins2005@gmail.com>",
6
6
  "license": "MIT",
@@ -23,21 +23,24 @@
23
23
  "src"
24
24
  ],
25
25
  "peerDependencies": {
26
- "@mantine/carousel": "8.3.14",
27
- "@mantine/charts": "8.3.14",
28
- "@mantine/code-highlight": "8.3.14",
29
- "@mantine/core": "8.3.14",
30
- "@mantine/dates": "8.3.14",
31
- "@mantine/dropzone": "8.3.14",
32
- "@mantine/form": "8.3.14",
33
- "@mantine/hooks": "8.3.14",
34
- "@mantine/modals": "8.3.14",
35
- "@mantine/notifications": "8.3.14",
26
+ "@mantine/carousel": "8.3.18",
27
+ "@mantine/charts": "8.3.18",
28
+ "@mantine/code-highlight": "8.3.18",
29
+ "@mantine/core": "8.3.18",
30
+ "@mantine/dates": "8.3.18",
31
+ "@mantine/dropzone": "8.3.18",
32
+ "@mantine/form": "8.3.18",
33
+ "@mantine/hooks": "8.3.18",
34
+ "@mantine/modals": "8.3.18",
35
+ "@mantine/notifications": "8.3.18",
36
36
  "@tabler/icons-react": "^3.26.0",
37
37
  "react": "^18.3.0 || ^19.2.0",
38
38
  "react-dom": "^18.3.0 || ^19.2.0"
39
39
  },
40
40
  "dependencies": {
41
+ "@archbase/core": "3.0.18",
42
+ "@archbase/data": "3.0.18",
43
+ "@archbase/layout": "3.0.18",
41
44
  "@gfazioli/mantine-list-view-table": "^1.1.9",
42
45
  "@gfazioli/mantine-onboarding-tour": "^2.6.5",
43
46
  "@mui/x-data-grid": "^7.28.3",
@@ -99,10 +102,7 @@
99
102
  "uuid": "^9.0.1",
100
103
  "validator": "^13.12.0",
101
104
  "vis-timeline": "^7.7.3",
102
- "xlsx": "^0.18.5",
103
- "@archbase/core": "3.0.16",
104
- "@archbase/data": "3.0.16",
105
- "@archbase/layout": "3.0.16"
105
+ "xlsx": "^0.18.5"
106
106
  },
107
107
  "devDependencies": {
108
108
  "@types/d3": "^7.4.3",
Binary file