@smart-factor/gem-ui-components 0.0.115 → 0.0.117

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": "@smart-factor/gem-ui-components",
3
- "version": "0.0.115",
3
+ "version": "0.0.117",
4
4
  "private": false,
5
5
  "description": "Gem UI Components",
6
6
  "type": "module",
@@ -42,14 +42,22 @@
42
42
  "@mui/x-data-grid-pro": "7.29.1",
43
43
  "@mui/x-date-pickers": "7.29.1",
44
44
  "@mui/x-tree-view": "7.29.1",
45
+ "@tanstack/react-query": "5.75.2",
45
46
  "react": "18.3.1",
46
47
  "react-dom": "18.3.1",
47
48
  "react-hook-form": "7.56.2",
49
+ "react-router": "6.26.0",
48
50
  "react-router-dom": "6.26.0"
49
51
  },
50
52
  "devDependencies": {
51
53
  "@chromatic-com/storybook": "^3.2.6",
52
54
  "@eslint/js": "^9.26.0",
55
+ "@mui/icons-material": "7.0.2",
56
+ "@mui/material": "7.0.2",
57
+ "@mui/system": "7.0.2",
58
+ "@mui/x-data-grid-pro": "7.29.1",
59
+ "@mui/x-date-pickers": "7.29.1",
60
+ "@mui/x-tree-view": "7.29.1",
53
61
  "@storybook/addon-essentials": "^8.6.9",
54
62
  "@storybook/addon-interactions": "^8.6.9",
55
63
  "@storybook/addon-links": "^8.6.9",
@@ -58,6 +66,7 @@
58
66
  "@storybook/react-vite": "^8.6.9",
59
67
  "@storybook/test": "^8.6.9",
60
68
  "@svgdotjs/svg.js": "^3.2.4",
69
+ "@tanstack/react-query": "5.75.2",
61
70
  "@testing-library/react": "^16.2.0",
62
71
  "@testing-library/user-event": "^14.6.1",
63
72
  "@types/lodash-es": "^4.17.12",
@@ -65,6 +74,7 @@
65
74
  "@types/qs": "^6.9.18",
66
75
  "@types/react": "^18.3.3",
67
76
  "@types/react-dom": "^18.3.0",
77
+ "@types/xlsx": "^0.0.36",
68
78
  "@vitejs/plugin-react": "^4.3.4",
69
79
  "@vitest/coverage-v8": "^3.0.9",
70
80
  "@vitest/ui": "^3.0.9",
@@ -77,6 +87,11 @@
77
87
  "glob": "11.0.1",
78
88
  "globals": "^16.0.0",
79
89
  "jsdom": "^26.0.0",
90
+ "react": "18.3.1",
91
+ "react-dom": "18.3.1",
92
+ "react-hook-form": "7.56.2",
93
+ "react-router": "6.26.0",
94
+ "react-router-dom": "6.26.0",
80
95
  "rollup-plugin-license": "^3.6.0",
81
96
  "storybook": "^8.6.9",
82
97
  "tiff.js": "^1.0.0",
@@ -91,13 +106,6 @@
91
106
  "@emotion/react": "^11.14.0",
92
107
  "@emotion/styled": "^11.14.0",
93
108
  "@hookform/resolvers": "^4.1.2",
94
- "@mui/icons-material": "^7.0.2",
95
- "@mui/material": "^7.0.2",
96
- "@mui/system": "^7.0.2",
97
- "@mui/x-data-grid-pro": "^7.29.1",
98
- "@mui/x-date-pickers": "^7.29.1",
99
- "@mui/x-tree-view": "^7.29.1",
100
- "@tanstack/react-query": "^5.75.2",
101
109
  "axios": "^1.8.4",
102
110
  "dayjs": "^1.11.13",
103
111
  "http-proxy-middleware": "^3.0.3",
@@ -109,14 +117,13 @@
109
117
  "qs": "^6.14.0",
110
118
  "react-dropzone": "^14.3.8",
111
119
  "react-error-boundary": "^6.0.0",
112
- "react-hook-form": "7.56.2",
113
120
  "react-hot-toast": "^2.5.2",
114
121
  "react-intersection-observer": "^9.16.0",
115
- "react-router-dom": "^6.26.0",
116
122
  "sass": "^1.86.0",
117
123
  "svgedit-pl": "^7.3.18",
118
124
  "swagger-typescript-api": "^13.0.27",
119
125
  "vite-plugin-static-copy": "^2.3.0",
126
+ "xlsx-js-style": "^1.2.0",
120
127
  "zod": "^3.24.2"
121
128
  },
122
129
  "lint-staged": {