@zextras/carbonio-shell-ui 12.0.0-devel.1758643037303 → 12.0.0-devel.1758873717007
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 +10 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zextras/carbonio-shell-ui",
|
|
3
|
-
"version": "12.0.0-devel.
|
|
3
|
+
"version": "12.0.0-devel.1758873717007",
|
|
4
4
|
"description": "The Zextras Carbonio web client",
|
|
5
5
|
"main": "./lib/lib.js",
|
|
6
6
|
"types": "./lib/lib.d.ts",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@testing-library/react": "^16.2.0",
|
|
65
65
|
"@testing-library/user-event": "^14.6.1",
|
|
66
66
|
"@tsconfig/node20": "^20.1.5",
|
|
67
|
-
"@types/jest": "^
|
|
67
|
+
"@types/jest": "^30.0.0",
|
|
68
68
|
"@types/lodash": "^4.17.4",
|
|
69
69
|
"@types/node": "^20.17.27",
|
|
70
70
|
"@types/react": "^18.3.11",
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"husky": "^9.0.11",
|
|
86
86
|
"identity-obj-proxy": "^3.0.0",
|
|
87
87
|
"is-ci": "^3.0.1",
|
|
88
|
-
"jest": "^
|
|
89
|
-
"jest-environment-jsdom": "^
|
|
88
|
+
"jest": "^30.1.3",
|
|
89
|
+
"jest-environment-jsdom": "^30.1.2",
|
|
90
90
|
"jest-fail-on-console": "^3.1.2",
|
|
91
91
|
"jest-junit": "^16.0.0",
|
|
92
92
|
"mini-css-extract-plugin": "^2.9.4",
|
|
@@ -98,12 +98,17 @@
|
|
|
98
98
|
"webpack-cli": "^6.0.1",
|
|
99
99
|
"webpack-merge": "^6.0.1"
|
|
100
100
|
},
|
|
101
|
+
"overrides": {
|
|
102
|
+
"@emotion/jest": {
|
|
103
|
+
"@types/jest": "$@types/jest"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
101
106
|
"dependencies": {
|
|
102
107
|
"@emotion/react": "^11.14.0",
|
|
103
108
|
"@emotion/styled": "^11.14.1",
|
|
104
109
|
"@fontsource/roboto": "^5.0.8",
|
|
105
110
|
"@tinymce/tinymce-react": "^4.3.2",
|
|
106
|
-
"@zextras/carbonio-design-system": "11.0.0-devel.
|
|
111
|
+
"@zextras/carbonio-design-system": "11.0.0-devel.4",
|
|
107
112
|
"@zextras/carbonio-ui-preview": "3.3.0-devel.1",
|
|
108
113
|
"@zextras/carbonio-ui-soap-lib": "1.0.3",
|
|
109
114
|
"darkreader": "^4.9.79",
|