@zextras/carbonio-shell-ui 12.0.0-devel.1758872536949 → 12.0.0-devel.1759322527882

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 (2) hide show
  1. package/THIRDPARTIES +0 -1
  2. package/package.json +6 -7
package/THIRDPARTIES CHANGED
@@ -56,7 +56,6 @@ react, Copyright (c) Facebook, Inc. and its affiliates.
56
56
  tinymce, Copyright (c) 2022 Ephox Corporation DBA Tiny Technologies, Inc.
57
57
  ts-node, Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
58
58
  webpack-cli, Copyright JS Foundation and other contributors
59
- webpack-merge, Copyright (c) 2015 Juho Vepsalainen
60
59
  webpack, Copyright JS Foundation and other contributors
61
60
  zustand, Copyright (c) 2019 Paul Henschel
62
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zextras/carbonio-shell-ui",
3
- "version": "12.0.0-devel.1758872536949",
3
+ "version": "12.0.0-devel.1759322527882",
4
4
  "description": "The Zextras Carbonio web client",
5
5
  "main": "./lib/lib.js",
6
6
  "types": "./lib/lib.d.ts",
@@ -76,12 +76,12 @@
76
76
  "@zextras/carbonio-ui-sdk": "^2.1.0",
77
77
  "autoprefixer": "^10.4.17",
78
78
  "babel-plugin-transform-import-meta": "^2.3.2",
79
- "copy-webpack-plugin": "^13.0.0",
79
+ "copy-webpack-plugin": "^13.0.1",
80
80
  "core-js": "^3.39.0",
81
81
  "css-loader": "^6.10.0",
82
82
  "dotenv": "^17.2.2",
83
83
  "eslint-plugin-notice": "^0.9.10",
84
- "html-webpack-plugin": "^5.6.0",
84
+ "html-webpack-plugin": "^5.6.4",
85
85
  "husky": "^9.0.11",
86
86
  "identity-obj-proxy": "^3.0.0",
87
87
  "is-ci": "^3.0.1",
@@ -94,9 +94,8 @@
94
94
  "postcss-loader": "^8.1.1",
95
95
  "ts-node": "^10.9.2",
96
96
  "typescript": "^5.3.3",
97
- "webpack": "^5.98.0",
98
- "webpack-cli": "^6.0.1",
99
- "webpack-merge": "^6.0.1"
97
+ "webpack": "^5.102.0",
98
+ "webpack-cli": "^6.0.1"
100
99
  },
101
100
  "overrides": {
102
101
  "@emotion/jest": {
@@ -108,7 +107,7 @@
108
107
  "@emotion/styled": "^11.14.1",
109
108
  "@fontsource/roboto": "^5.0.8",
110
109
  "@tinymce/tinymce-react": "^4.3.2",
111
- "@zextras/carbonio-design-system": "11.0.0-devel.3",
110
+ "@zextras/carbonio-design-system": "11.0.0-devel.4",
112
111
  "@zextras/carbonio-ui-preview": "3.3.0-devel.1",
113
112
  "@zextras/carbonio-ui-soap-lib": "1.0.3",
114
113
  "darkreader": "^4.9.79",