@zextras/carbonio-shell-ui 10.0.0-devel.1741258975575 → 10.0.0-devel.1741621002112
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/THIRDPARTIES +0 -1
- package/package.json +4 -5
package/THIRDPARTIES
CHANGED
|
@@ -26,7 +26,6 @@ MIT License (MIT) applies to:
|
|
|
26
26
|
@types/webpack-env, Copyright (c) Microsoft Corporation.
|
|
27
27
|
@types/webpack, Copyright (c) Microsoft Corporation.
|
|
28
28
|
autoprefixer, Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
|
|
29
|
-
babel-loader, Copyright (c) 2014-2019 Luís Couto <hello@luiscouto.pt>
|
|
30
29
|
babel-plugin-styled-components, Copyright (c) 2016-present Vladimir Danchenkov and Maximilian Stoiber
|
|
31
30
|
copy-webpack-plugin, Copyright JS Foundation and other contributors
|
|
32
31
|
core-js, Copyright (c) 2014-2024 Denis Pushkarev
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zextras/carbonio-shell-ui",
|
|
3
|
-
"version": "10.0.0-devel.
|
|
3
|
+
"version": "10.0.0-devel.1741621002112",
|
|
4
4
|
"description": "The Zextras Carbonio web client",
|
|
5
5
|
"main": "./lib/lib.js",
|
|
6
6
|
"types": "./lib/lib.d.ts",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"author": "Zextras Dev Team <https://www.zextras.com/carbonio/>",
|
|
49
49
|
"license": "AGPL-3.0-only",
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@babel/core": "^7.26.
|
|
52
|
-
"@babel/preset-env": "^7.26.
|
|
51
|
+
"@babel/core": "^7.26.9",
|
|
52
|
+
"@babel/preset-env": "^7.26.9",
|
|
53
53
|
"@babel/preset-react": "^7.26.3",
|
|
54
54
|
"@babel/preset-typescript": "^7.26.0",
|
|
55
55
|
"@commitlint/cli": "^19.6.1",
|
|
@@ -74,11 +74,10 @@
|
|
|
74
74
|
"@zextras/carbonio-ui-configs": "^2.0.1",
|
|
75
75
|
"@zextras/carbonio-ui-sdk": "^1.7.12",
|
|
76
76
|
"autoprefixer": "^10.4.17",
|
|
77
|
-
"babel-loader": "^9.2.1",
|
|
78
77
|
"babel-plugin-styled-components": "^2.1.4",
|
|
79
78
|
"babel-plugin-transform-import-meta": "^2.3.2",
|
|
80
79
|
"copy-webpack-plugin": "^12.0.2",
|
|
81
|
-
"core-js": "^3.
|
|
80
|
+
"core-js": "^3.39.0",
|
|
82
81
|
"css-loader": "^6.10.0",
|
|
83
82
|
"dotenv": "^16.4.5",
|
|
84
83
|
"eslint-plugin-notice": "^0.9.10",
|