@commercetools-frontend/application-shell-connectors 24.12.0 → 25.0.0
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/dist/commercetools-frontend-application-shell-connectors.cjs.dev.js +1 -15
- package/dist/commercetools-frontend-application-shell-connectors.cjs.prod.js +1 -15
- package/dist/commercetools-frontend-application-shell-connectors.esm.js +2 -15
- package/dist/declarations/src/components/application-context/index.d.ts +2 -3
- package/dist/declarations/src/components/application-context/normalizers.d.ts +1 -5
- package/dist/declarations/src/export-types.d.ts +1 -2
- package/dist/declarations/src/index.d.ts +1 -1
- package/dist/declarations/src/types/generated/mc.d.ts +9 -8
- package/package.json +7 -7
|
@@ -78,7 +78,7 @@ var _Reflect$construct__default = /*#__PURE__*/_interopDefault(_Reflect$construc
|
|
|
78
78
|
var _JSON$stringify__default = /*#__PURE__*/_interopDefault(_JSON$stringify);
|
|
79
79
|
|
|
80
80
|
// NOTE: This string will be replaced on build time with the package version.
|
|
81
|
-
var version = "
|
|
81
|
+
var version = "25.0.0";
|
|
82
82
|
|
|
83
83
|
// From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
|
|
84
84
|
const getDisplayName = Component => {
|
|
@@ -125,8 +125,6 @@ function getMcApiUrl() {
|
|
|
125
125
|
|
|
126
126
|
function ownKeys$7(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
127
127
|
function _objectSpread$7(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context2 = ownKeys$7(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context3 = ownKeys$7(Object(t))).call(_context3, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
128
|
-
// Menu visibilities
|
|
129
|
-
|
|
130
128
|
// Permissions
|
|
131
129
|
|
|
132
130
|
// Action rights
|
|
@@ -162,17 +160,6 @@ const normalizeAllAppliedPermissions = allAppliedPermissions => {
|
|
|
162
160
|
});
|
|
163
161
|
}, {});
|
|
164
162
|
};
|
|
165
|
-
const normalizeAllAppliedMenuVisibilities = allAppliedMenuVisibilities => {
|
|
166
|
-
if (!allAppliedMenuVisibilities || allAppliedMenuVisibilities.length === 0) {
|
|
167
|
-
return null;
|
|
168
|
-
}
|
|
169
|
-
return _reduceInstanceProperty__default["default"](allAppliedMenuVisibilities).call(allAppliedMenuVisibilities, (transformedAllApplied, allApplied) => {
|
|
170
|
-
if (!allApplied) return transformedAllApplied;
|
|
171
|
-
return _objectSpread$7(_objectSpread$7({}, transformedAllApplied), {}, {
|
|
172
|
-
[allApplied.name]: allApplied.value
|
|
173
|
-
});
|
|
174
|
-
}, {});
|
|
175
|
-
};
|
|
176
163
|
const normalizeAllAppliedActionRights = allAppliedActionRights => {
|
|
177
164
|
if (!allAppliedActionRights || allAppliedActionRights.length === 0) {
|
|
178
165
|
return null;
|
|
@@ -1111,7 +1098,6 @@ exports.isLoggerEnabled = isLoggerEnabled;
|
|
|
1111
1098
|
exports.logger = logger;
|
|
1112
1099
|
exports.normalizeAllAppliedActionRights = normalizeAllAppliedActionRights;
|
|
1113
1100
|
exports.normalizeAllAppliedDataFences = normalizeAllAppliedDataFences;
|
|
1114
|
-
exports.normalizeAllAppliedMenuVisibilities = normalizeAllAppliedMenuVisibilities;
|
|
1115
1101
|
exports.normalizeAllAppliedPermissions = normalizeAllAppliedPermissions;
|
|
1116
1102
|
exports.oidcStorage = oidcStorage;
|
|
1117
1103
|
exports.selectProjectKeyFromUrl = selectProjectKeyFromUrl;
|
|
@@ -77,7 +77,7 @@ var _Reflect$construct__default = /*#__PURE__*/_interopDefault(_Reflect$construc
|
|
|
77
77
|
var _JSON$stringify__default = /*#__PURE__*/_interopDefault(_JSON$stringify);
|
|
78
78
|
|
|
79
79
|
// NOTE: This string will be replaced on build time with the package version.
|
|
80
|
-
var version = "
|
|
80
|
+
var version = "25.0.0";
|
|
81
81
|
|
|
82
82
|
// From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
|
|
83
83
|
const getDisplayName = Component => {
|
|
@@ -124,8 +124,6 @@ function getMcApiUrl() {
|
|
|
124
124
|
|
|
125
125
|
function ownKeys$7(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
126
126
|
function _objectSpread$7(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context2 = ownKeys$7(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context3 = ownKeys$7(Object(t))).call(_context3, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
127
|
-
// Menu visibilities
|
|
128
|
-
|
|
129
127
|
// Permissions
|
|
130
128
|
|
|
131
129
|
// Action rights
|
|
@@ -161,17 +159,6 @@ const normalizeAllAppliedPermissions = allAppliedPermissions => {
|
|
|
161
159
|
});
|
|
162
160
|
}, {});
|
|
163
161
|
};
|
|
164
|
-
const normalizeAllAppliedMenuVisibilities = allAppliedMenuVisibilities => {
|
|
165
|
-
if (!allAppliedMenuVisibilities || allAppliedMenuVisibilities.length === 0) {
|
|
166
|
-
return null;
|
|
167
|
-
}
|
|
168
|
-
return _reduceInstanceProperty__default["default"](allAppliedMenuVisibilities).call(allAppliedMenuVisibilities, (transformedAllApplied, allApplied) => {
|
|
169
|
-
if (!allApplied) return transformedAllApplied;
|
|
170
|
-
return _objectSpread$7(_objectSpread$7({}, transformedAllApplied), {}, {
|
|
171
|
-
[allApplied.name]: allApplied.value
|
|
172
|
-
});
|
|
173
|
-
}, {});
|
|
174
|
-
};
|
|
175
162
|
const normalizeAllAppliedActionRights = allAppliedActionRights => {
|
|
176
163
|
if (!allAppliedActionRights || allAppliedActionRights.length === 0) {
|
|
177
164
|
return null;
|
|
@@ -1103,7 +1090,6 @@ exports.isLoggerEnabled = isLoggerEnabled;
|
|
|
1103
1090
|
exports.logger = logger;
|
|
1104
1091
|
exports.normalizeAllAppliedActionRights = normalizeAllAppliedActionRights;
|
|
1105
1092
|
exports.normalizeAllAppliedDataFences = normalizeAllAppliedDataFences;
|
|
1106
|
-
exports.normalizeAllAppliedMenuVisibilities = normalizeAllAppliedMenuVisibilities;
|
|
1107
1093
|
exports.normalizeAllAppliedPermissions = normalizeAllAppliedPermissions;
|
|
1108
1094
|
exports.oidcStorage = oidcStorage;
|
|
1109
1095
|
exports.selectProjectKeyFromUrl = selectProjectKeyFromUrl;
|
|
@@ -44,7 +44,7 @@ import _JSON$stringify from '@babel/runtime-corejs3/core-js-stable/json/stringif
|
|
|
44
44
|
import { RetryLink } from '@apollo/client/link/retry';
|
|
45
45
|
|
|
46
46
|
// NOTE: This string will be replaced on build time with the package version.
|
|
47
|
-
var version = "
|
|
47
|
+
var version = "25.0.0";
|
|
48
48
|
|
|
49
49
|
// From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
|
|
50
50
|
const getDisplayName = Component => {
|
|
@@ -91,8 +91,6 @@ function getMcApiUrl() {
|
|
|
91
91
|
|
|
92
92
|
function ownKeys$7(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
93
93
|
function _objectSpread$7(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context2 = ownKeys$7(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context3 = ownKeys$7(Object(t))).call(_context3, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
94
|
-
// Menu visibilities
|
|
95
|
-
|
|
96
94
|
// Permissions
|
|
97
95
|
|
|
98
96
|
// Action rights
|
|
@@ -128,17 +126,6 @@ const normalizeAllAppliedPermissions = allAppliedPermissions => {
|
|
|
128
126
|
});
|
|
129
127
|
}, {});
|
|
130
128
|
};
|
|
131
|
-
const normalizeAllAppliedMenuVisibilities = allAppliedMenuVisibilities => {
|
|
132
|
-
if (!allAppliedMenuVisibilities || allAppliedMenuVisibilities.length === 0) {
|
|
133
|
-
return null;
|
|
134
|
-
}
|
|
135
|
-
return _reduceInstanceProperty(allAppliedMenuVisibilities).call(allAppliedMenuVisibilities, (transformedAllApplied, allApplied) => {
|
|
136
|
-
if (!allApplied) return transformedAllApplied;
|
|
137
|
-
return _objectSpread$7(_objectSpread$7({}, transformedAllApplied), {}, {
|
|
138
|
-
[allApplied.name]: allApplied.value
|
|
139
|
-
});
|
|
140
|
-
}, {});
|
|
141
|
-
};
|
|
142
129
|
const normalizeAllAppliedActionRights = allAppliedActionRights => {
|
|
143
130
|
if (!allAppliedActionRights || allAppliedActionRights.length === 0) {
|
|
144
131
|
return null;
|
|
@@ -1059,4 +1046,4 @@ function useMcMutation(mutation, options) {
|
|
|
1059
1046
|
return useMutation(mutation, options);
|
|
1060
1047
|
}
|
|
1061
1048
|
|
|
1062
|
-
export { ApplicationContext, ApplicationContextProvider, Context$2 as Context, CustomViewContextProvider, GetProjectExtensionImageRegex, ProjectExtensionProviderForImageRegex, buildApiUrl, createApolloClient, createApolloContextForProxyForwardTo, createHttpClientOptions, executeHttpClientRequest, getCachedApolloClient, getCorrelationId, getMcApiUrl, isLoggerEnabled, logger, normalizeAllAppliedActionRights, normalizeAllAppliedDataFences,
|
|
1049
|
+
export { ApplicationContext, ApplicationContextProvider, Context$2 as Context, CustomViewContextProvider, GetProjectExtensionImageRegex, ProjectExtensionProviderForImageRegex, buildApiUrl, createApolloClient, createApolloContextForProxyForwardTo, createHttpClientOptions, executeHttpClientRequest, getCachedApolloClient, getCorrelationId, getMcApiUrl, isLoggerEnabled, logger, normalizeAllAppliedActionRights, normalizeAllAppliedDataFences, normalizeAllAppliedPermissions, oidcStorage, selectProjectKeyFromUrl, selectTeamIdFromStorage, selectUserId, selectUserLanguageFromStorage, setCachedApolloClient, useApplicationContext, useCustomViewContext, useCustomViewParentDataRefresher, useMcLazyQuery, useMcMutation, useMcQuery, useProjectExtensionImageRegex, version, withApplicationContext, withProjectExtensionImageRegex };
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import type { ProviderProps, TApplicationContext as ApplicationContext } from "./application-context.js";
|
|
2
|
-
import type {
|
|
2
|
+
import type { TPermissions as NormalizedPermissions, TActionRights as NormalizedActionRights, TDataFences as NormalizedDataFences } from "./normalizers.js";
|
|
3
3
|
export type TProviderProps<AdditionalEnvironmentProperties extends {}> = ProviderProps<AdditionalEnvironmentProperties>;
|
|
4
4
|
export type TApplicationContext<AdditionalEnvironmentProperties extends {}> = ApplicationContext<AdditionalEnvironmentProperties>;
|
|
5
|
-
export type TNormalizedMenuVisibilities = NormalizedMenuVisibilities;
|
|
6
5
|
export type TNormalizedPermissions = NormalizedPermissions;
|
|
7
6
|
export type TNormalizedActionRights = NormalizedActionRights;
|
|
8
7
|
export type TNormalizedDataFences = NormalizedDataFences;
|
|
9
8
|
export { Context, ApplicationContext, ApplicationContextProvider, withApplicationContext, useApplicationContext, } from "./application-context.js";
|
|
10
|
-
export { normalizeAllAppliedActionRights, normalizeAllAppliedDataFences,
|
|
9
|
+
export { normalizeAllAppliedActionRights, normalizeAllAppliedDataFences, normalizeAllAppliedPermissions, } from "./normalizers.js";
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import type { TAppliedPermission, TAppliedActionRight,
|
|
2
|
-
export type TMenuVisibilities = {
|
|
3
|
-
[key: string]: boolean;
|
|
4
|
-
};
|
|
1
|
+
import type { TAppliedPermission, TAppliedActionRight, TStoreDataFence } from "../../types/generated/mc.js";
|
|
5
2
|
export type TPermissions = {
|
|
6
3
|
[key: string]: boolean;
|
|
7
4
|
};
|
|
@@ -43,6 +40,5 @@ export type TDataFences = Partial<Record<TDataFenceType, TDataFenceGroupedByReso
|
|
|
43
40
|
* to move this over to `permissions` and export it there.
|
|
44
41
|
*/
|
|
45
42
|
export declare const normalizeAllAppliedPermissions: (allAppliedPermissions?: TAppliedPermission[]) => TPermissions | null;
|
|
46
|
-
export declare const normalizeAllAppliedMenuVisibilities: (allAppliedMenuVisibilities?: TAppliedMenuVisibilities[]) => TMenuVisibilities | null;
|
|
47
43
|
export declare const normalizeAllAppliedActionRights: (allAppliedActionRights?: TAppliedActionRight[]) => TActionRights | null;
|
|
48
44
|
export declare const normalizeAllAppliedDataFences: (allAppliedDataFences?: TStoreDataFence[]) => TDataFences | null;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import type { TProviderProps as ProviderProps, TApplicationContext as ApplicationContext,
|
|
1
|
+
import type { TProviderProps as ProviderProps, TApplicationContext as ApplicationContext, TNormalizedPermissions as NormalizedPermissions, TNormalizedActionRights as NormalizedActionRights, TNormalizedDataFences as NormalizedDataFences } from "./components/application-context/index.js";
|
|
2
2
|
import type { TCustomViewContextProviderProps as CustomViewContextProviderProps, TCustomViewContext as CustomViewContext } from "./components/custom-view-context/index.js";
|
|
3
3
|
import type { TImageRegexContext as ImageRegexContext } from "./components/project-extension-image-regex/index.js";
|
|
4
4
|
import type { TApolloContext as ApolloContext } from "./utils/apollo-context.js";
|
|
5
5
|
import type { TFetcher, TFetcherResponse, THeaders, TConfig, TOptions, TForwardToAudiencePolicy as ForwardToAudiencePolicy } from "./utils/http-client.js";
|
|
6
6
|
export type TProviderProps<AdditionalEnvironmentProperties extends {}> = ProviderProps<AdditionalEnvironmentProperties>;
|
|
7
7
|
export type TApplicationContext<AdditionalEnvironmentProperties extends {}> = ApplicationContext<AdditionalEnvironmentProperties>;
|
|
8
|
-
export type TNormalizedMenuVisibilities = NormalizedMenuVisibilities;
|
|
9
8
|
export type TNormalizedPermissions = NormalizedPermissions;
|
|
10
9
|
export type TNormalizedActionRights = NormalizedActionRights;
|
|
11
10
|
export type TNormalizedDataFences = NormalizedDataFences;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { default as version } from "./version.js";
|
|
2
2
|
export * from "./export-types.js";
|
|
3
|
-
export { Context, ApplicationContext, ApplicationContextProvider, withApplicationContext, useApplicationContext, normalizeAllAppliedActionRights, normalizeAllAppliedDataFences,
|
|
3
|
+
export { Context, ApplicationContext, ApplicationContextProvider, withApplicationContext, useApplicationContext, normalizeAllAppliedActionRights, normalizeAllAppliedDataFences, normalizeAllAppliedPermissions, } from "./components/application-context/index.js";
|
|
4
4
|
export { useCustomViewParentDataRefresher } from "./hooks/custom-views/use-custom-view-parent-data-refresher.js";
|
|
5
5
|
export { CustomViewContextProvider, useCustomViewContext, } from "./components/custom-view-context/index.js";
|
|
6
6
|
export { GetProjectExtensionImageRegex, ProjectExtensionProviderForImageRegex, withProjectExtensionImageRegex, useProjectExtensionImageRegex, } from "./components/project-extension-image-regex/index.js";
|
|
@@ -27,7 +27,8 @@ export type TAllPermissionsForAllApplications = {
|
|
|
27
27
|
__typename?: 'AllPermissionsForAllApplications';
|
|
28
28
|
allAppliedActionRights: Array<TAppliedActionRight>;
|
|
29
29
|
allAppliedDataFences: Array<TAppliedDataFence>;
|
|
30
|
-
|
|
30
|
+
/** @deprecated This field is no longer supported */
|
|
31
|
+
allAppliedMenuVisibilities?: Maybe<Array<Maybe<TAppliedMenuVisibilities>>>;
|
|
31
32
|
allAppliedPermissions: Array<TAppliedPermission>;
|
|
32
33
|
};
|
|
33
34
|
export type TAppliedActionRight = {
|
|
@@ -154,6 +155,7 @@ export type TMutation = {
|
|
|
154
155
|
createMyOrganization?: Maybe<TOrganizationCreated>;
|
|
155
156
|
createMyProject?: Maybe<TProjectPendingCreation>;
|
|
156
157
|
createOAuthClient: TOAuthClient;
|
|
158
|
+
createUserFromIdentity: TUser;
|
|
157
159
|
deleteAccount: TDeletedUser;
|
|
158
160
|
deleteOAuthClient: TOAuthClient;
|
|
159
161
|
importSampleData: TImportResponse;
|
|
@@ -176,6 +178,9 @@ export type TMutation_CreateMyProjectArgs = {
|
|
|
176
178
|
export type TMutation_CreateOAuthClientArgs = {
|
|
177
179
|
draft: TOAuthClientCreationInput;
|
|
178
180
|
};
|
|
181
|
+
export type TMutation_CreateUserFromIdentityArgs = {
|
|
182
|
+
token: Scalars['String'];
|
|
183
|
+
};
|
|
179
184
|
export type TMutation_DeleteAccountArgs = {
|
|
180
185
|
jwt: Scalars['String'];
|
|
181
186
|
};
|
|
@@ -269,8 +274,8 @@ export type TProject = TMetaData & {
|
|
|
269
274
|
__typename?: 'Project';
|
|
270
275
|
allAppliedActionRights: Array<TAppliedActionRight>;
|
|
271
276
|
allAppliedDataFences: Array<TAppliedDataFence>;
|
|
272
|
-
/** @deprecated This field
|
|
273
|
-
allAppliedMenuVisibilities
|
|
277
|
+
/** @deprecated This field is no longer supported */
|
|
278
|
+
allAppliedMenuVisibilities?: Maybe<Array<Maybe<TAppliedMenuVisibilities>>>;
|
|
274
279
|
allAppliedPermissions: Array<TAppliedPermission>;
|
|
275
280
|
allPermissionsForAllApplications: TAllPermissionsForAllApplications;
|
|
276
281
|
apiVersion: Scalars['String'];
|
|
@@ -444,6 +449,7 @@ export type TResetUser = {
|
|
|
444
449
|
};
|
|
445
450
|
export declare enum TSampleDatasets {
|
|
446
451
|
B2B = "B2B",
|
|
452
|
+
B2Clifestyle = "B2CLIFESTYLE",
|
|
447
453
|
Goodstore = "GOODSTORE"
|
|
448
454
|
}
|
|
449
455
|
export type TSetUserTimeZone = {
|
|
@@ -626,11 +632,6 @@ export type TFetchProjectQuery = {
|
|
|
626
632
|
name: string;
|
|
627
633
|
value: boolean;
|
|
628
634
|
}>;
|
|
629
|
-
allAppliedMenuVisibilities: Array<{
|
|
630
|
-
__typename?: 'AppliedMenuVisibilities';
|
|
631
|
-
name: string;
|
|
632
|
-
value: boolean;
|
|
633
|
-
}>;
|
|
634
635
|
allAppliedDataFences: Array<{
|
|
635
636
|
__typename: 'StoreDataFence';
|
|
636
637
|
type: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-shell-connectors",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "25.0.0",
|
|
4
4
|
"description": "Contains complementary tools for @commercetools-frontend/application-shell",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@babel/runtime": "^7.22.15",
|
|
39
39
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
40
|
-
"@commercetools-frontend/application-config": "
|
|
41
|
-
"@commercetools-frontend/browser-history": "
|
|
42
|
-
"@commercetools-frontend/constants": "
|
|
43
|
-
"@commercetools-frontend/sentry": "
|
|
40
|
+
"@commercetools-frontend/application-config": "25.0.0",
|
|
41
|
+
"@commercetools-frontend/browser-history": "25.0.0",
|
|
42
|
+
"@commercetools-frontend/constants": "25.0.0",
|
|
43
|
+
"@commercetools-frontend/sentry": "25.0.0",
|
|
44
44
|
"@commercetools/http-user-agent": "3.0.0",
|
|
45
45
|
"@emotion/react": "^11.14.0",
|
|
46
46
|
"@types/lodash": "^4.14.198",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"@testing-library/react": "16.1.0",
|
|
62
62
|
"@types/jest": "^29.5.14",
|
|
63
63
|
"headers-polyfill": "^3.1.2",
|
|
64
|
-
"jest": "
|
|
65
|
-
"jest-mock": "
|
|
64
|
+
"jest": "30.2.0",
|
|
65
|
+
"jest-mock": "30.2.0",
|
|
66
66
|
"msw": "^1.3.5",
|
|
67
67
|
"react": "19.0.0"
|
|
68
68
|
},
|