@zextras/carbonio-shell-ui 7.0.1-devel.1723461163794 → 7.0.1-devel.1723575987714

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.
@@ -1,17 +1,7 @@
1
1
  import type { ComponentType } from 'react';
2
- import type { Store } from '@reduxjs/toolkit';
3
2
  import type { To } from 'history';
4
- import type { CarbonioModule, PanelMode } from '../apps';
3
+ import type { PanelMode } from '../apps';
5
4
  import type { Folder } from '../folder';
6
- export type LoadedAppRuntime = AppInjections & {
7
- pkg: CarbonioModule;
8
- };
9
- export type LoadedAppsCache = {
10
- [pkgName: string]: LoadedAppRuntime;
11
- };
12
- export type AppInjections = {
13
- store: Store;
14
- };
15
5
  export type HistoryParams = {
16
6
  path: To;
17
7
  route?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zextras/carbonio-shell-ui",
3
- "version": "7.0.1-devel.1723461163794",
3
+ "version": "7.0.1-devel.1723575987714",
4
4
  "description": "The Zextras Carbonio web client",
5
5
  "main": "./lib/lib.js",
6
6
  "types": "./lib/lib.d.ts",
@@ -76,7 +76,7 @@
76
76
  "@types/webpack": "^5.28.5",
77
77
  "@types/webpack-env": "^1.18.4",
78
78
  "@zextras/carbonio-ui-configs": "^1.0.1",
79
- "@zextras/carbonio-ui-sdk": "^1.7.5",
79
+ "@zextras/carbonio-ui-sdk": "^1.7.7",
80
80
  "autoprefixer": "^10.4.17",
81
81
  "babel-loader": "^9.1.3",
82
82
  "babel-plugin-styled-components": "^2.1.4",
@@ -107,10 +107,9 @@
107
107
  },
108
108
  "dependencies": {
109
109
  "@fontsource/roboto": "^5.0.8",
110
- "@reduxjs/toolkit": "^1.9.7",
111
110
  "@sentry/browser": "^7.103.0",
112
111
  "@tinymce/tinymce-react": "^4.3.2",
113
- "@zextras/carbonio-design-system": "^7.1.0-devel.1",
112
+ "@zextras/carbonio-design-system": "^7.1.0",
114
113
  "@zextras/carbonio-ui-preview": "^2.0.0",
115
114
  "darkreader": "^4.9.79",
116
115
  "history": "^5.3.0",
@@ -122,7 +121,6 @@
122
121
  "react": "^17.0.2",
123
122
  "react-dom": "^17.0.2",
124
123
  "react-i18next": "^12.3.1",
125
- "react-redux": "^8.1.3",
126
124
  "react-router-dom": "^5.3.4",
127
125
  "styled-components": "^5.3.11",
128
126
  "tinymce": "^6.8.4",
@@ -130,27 +128,17 @@
130
128
  "zustand": "^4.5.1"
131
129
  },
132
130
  "peerDependencies": {
133
- "@reduxjs/toolkit": "^1.9.7",
134
- "@zextras/carbonio-design-system": "^7.1.0-devel.1",
131
+ "@zextras/carbonio-design-system": "^7.1.0",
135
132
  "@zextras/carbonio-ui-preview": "^2.0.0",
136
133
  "core-js": "^3.31.1",
137
134
  "lodash": "^4.17.21",
138
135
  "react": "^17.0.2",
139
136
  "react-dom": "^17.0.2",
140
137
  "react-i18next": "^12.3.1",
141
- "react-redux": "^8.1.3",
142
138
  "react-router-dom": "^5.3.4",
143
139
  "styled-components": "^5.3.11"
144
140
  },
145
- "overrides": {
146
- "@zextras/carbonio-ui-preview": {
147
- "@zextras/carbonio-design-system": "^7.1.0-devel.1"
148
- }
149
- },
150
141
  "peerDependenciesMeta": {
151
- "@reduxjs/toolkit": {
152
- "optional": true
153
- },
154
142
  "@zextras/carbonio-design-system": {
155
143
  "optional": true
156
144
  },
@@ -169,9 +157,6 @@
169
157
  "react-i18next": {
170
158
  "optional": true
171
159
  },
172
- "react-redux": {
173
- "optional": true
174
- },
175
160
  "react-router-dom": {
176
161
  "optional": true
177
162
  },