@gen-epix/ui 1.8.0 → 1.8.2

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 +18 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gen-epix/ui",
3
- "version": "1.8.0",
3
+ "version": "1.8.2",
4
4
  "license": "EUPL-1.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -34,8 +34,14 @@
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@emotion/cache": "$@emotion/cache",
37
- "@emotion/react": "@@emotion/react",
38
- "@emotion/styled": "@@emotion/styled",
37
+ "@emotion/react": "$@emotion/react",
38
+ "@emotion/styled": "$@emotion/styled",
39
+ "@mui/icons-material": "$@mui/icons-material",
40
+ "@mui/material": "$@mui/material",
41
+ "@mui/styled-engine": "$@mui/styled-engine",
42
+ "@mui/system": "$@mui/system",
43
+ "@mui/utils": "$@mui/utils",
44
+ "@mui/x-date-pickers": "$@mui/x-date-pickers",
39
45
  "i18next": "$i18next",
40
46
  "react": "$react",
41
47
  "react-dom": "$react-dom",
@@ -43,17 +49,13 @@
43
49
  "vite": "$vite"
44
50
  },
45
51
  "dependencies": {
46
- "@emotion/cache": "11.14.0",
47
- "@emotion/react": "11.14.0",
48
- "@emotion/styled": "11.14.1",
49
- "react": "19.2.0",
50
- "react-dom": "19.2.0",
51
- "react-i18next": "16.3.5",
52
- "vite": "7.2.4",
53
52
  "@date-io/date-fns": "3.2.1",
54
53
  "@dnd-kit/core": "6.3.1",
55
54
  "@dnd-kit/sortable": "10.0.0",
56
55
  "@dnd-kit/utilities": "3.2.2",
56
+ "@emotion/cache": "11.14.0",
57
+ "@emotion/react": "11.14.0",
58
+ "@emotion/styled": "11.14.1",
57
59
  "@hookform/resolvers": "5.2.2",
58
60
  "@mui/icons-material": "7.3.5",
59
61
  "@mui/material": "7.3.5",
@@ -117,8 +119,11 @@
117
119
  "lodash": "4.17.21",
118
120
  "mui-tiptap": "1.28.1",
119
121
  "oidc-client-ts": "3.4.1",
122
+ "react": "^19.2.0",
123
+ "react-dom": "19.2.0",
120
124
  "react-error-boundary": "6.0.0",
121
125
  "react-hook-form": "7.66.1",
126
+ "react-i18next": "16.3.5",
122
127
  "react-oidc-context": "3.3.0",
123
128
  "react-resizable-panels": "3.0.6",
124
129
  "react-router-dom": "7.9.6",
@@ -130,6 +135,7 @@
130
135
  "use-debounce": "10.0.6",
131
136
  "use-sync-external-store": "1.6.0",
132
137
  "uuid": "13.0.0",
138
+ "vite": "7.2.4",
133
139
  "write-excel-file": "2.3.10",
134
140
  "yup": "1.7.1",
135
141
  "zustand": "5.0.8"
@@ -144,7 +150,7 @@
144
150
  "@types/react": "19.2.7",
145
151
  "@types/react-dom": "19.2.3",
146
152
  "@vitejs/plugin-react-swc": "4.2.2",
147
- "@vitest/coverage-v8": "^4.0.13",
153
+ "@vitest/coverage-v8": "4.0.14",
148
154
  "eslint": "9.39.1",
149
155
  "glob": "13.0.0",
150
156
  "jsdom": "27.2.0",
@@ -153,7 +159,7 @@
153
159
  "vite-plugin-lib-inject-css": "2.2.2",
154
160
  "vite-plugin-static-copy": "3.1.4",
155
161
  "vite-plugin-svgr": "4.5.0",
156
- "vitest": "4.0.13"
162
+ "vitest": "4.0.14"
157
163
  },
158
164
  "browserslist": [
159
165
  "last 2 Chrome versions"