@gen-epix/ui 1.8.0 → 1.8.1

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 +12 -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.1",
4
4
  "license": "EUPL-1.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -34,8 +34,8 @@
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
39
  "i18next": "$i18next",
40
40
  "react": "$react",
41
41
  "react-dom": "$react-dom",
@@ -43,17 +43,13 @@
43
43
  "vite": "$vite"
44
44
  },
45
45
  "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
46
  "@date-io/date-fns": "3.2.1",
54
47
  "@dnd-kit/core": "6.3.1",
55
48
  "@dnd-kit/sortable": "10.0.0",
56
49
  "@dnd-kit/utilities": "3.2.2",
50
+ "@emotion/cache": "11.14.0",
51
+ "@emotion/react": "11.14.0",
52
+ "@emotion/styled": "11.14.1",
57
53
  "@hookform/resolvers": "5.2.2",
58
54
  "@mui/icons-material": "7.3.5",
59
55
  "@mui/material": "7.3.5",
@@ -117,8 +113,11 @@
117
113
  "lodash": "4.17.21",
118
114
  "mui-tiptap": "1.28.1",
119
115
  "oidc-client-ts": "3.4.1",
116
+ "react": "^19.2.0",
117
+ "react-dom": "19.2.0",
120
118
  "react-error-boundary": "6.0.0",
121
119
  "react-hook-form": "7.66.1",
120
+ "react-i18next": "16.3.5",
122
121
  "react-oidc-context": "3.3.0",
123
122
  "react-resizable-panels": "3.0.6",
124
123
  "react-router-dom": "7.9.6",
@@ -130,6 +129,7 @@
130
129
  "use-debounce": "10.0.6",
131
130
  "use-sync-external-store": "1.6.0",
132
131
  "uuid": "13.0.0",
132
+ "vite": "7.2.4",
133
133
  "write-excel-file": "2.3.10",
134
134
  "yup": "1.7.1",
135
135
  "zustand": "5.0.8"
@@ -144,7 +144,7 @@
144
144
  "@types/react": "19.2.7",
145
145
  "@types/react-dom": "19.2.3",
146
146
  "@vitejs/plugin-react-swc": "4.2.2",
147
- "@vitest/coverage-v8": "^4.0.13",
147
+ "@vitest/coverage-v8": "4.0.14",
148
148
  "eslint": "9.39.1",
149
149
  "glob": "13.0.0",
150
150
  "jsdom": "27.2.0",
@@ -153,7 +153,7 @@
153
153
  "vite-plugin-lib-inject-css": "2.2.2",
154
154
  "vite-plugin-static-copy": "3.1.4",
155
155
  "vite-plugin-svgr": "4.5.0",
156
- "vitest": "4.0.13"
156
+ "vitest": "4.0.14"
157
157
  },
158
158
  "browserslist": [
159
159
  "last 2 Chrome versions"