@commercetools-frontend/application-shell-connectors 24.2.1 → 24.4.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 +21 -4
- package/dist/commercetools-frontend-application-shell-connectors.cjs.prod.js +21 -4
- package/dist/commercetools-frontend-application-shell-connectors.esm.js +21 -5
- package/dist/declarations/src/hooks/custom-views/use-custom-view-parent-data-refresher.d.ts +5 -0
- package/dist/declarations/src/index.d.ts +1 -0
- package/package.json +5 -5
|
@@ -21,15 +21,15 @@ var _reduceInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/ins
|
|
|
21
21
|
var _Object$entries = require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
22
22
|
var _valuesInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/values');
|
|
23
23
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
24
|
+
var _includesInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
25
|
+
var constants = require('@commercetools-frontend/constants');
|
|
24
26
|
var react$1 = require('@apollo/client/react');
|
|
25
27
|
var warning = require('tiny-warning');
|
|
26
|
-
var constants = require('@commercetools-frontend/constants');
|
|
27
28
|
var _findInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/find');
|
|
28
29
|
var client = require('@apollo/client');
|
|
29
30
|
var loggerLink = require('apollo-link-logger');
|
|
30
31
|
var error = require('@apollo/client/link/error');
|
|
31
32
|
var history = require('@commercetools-frontend/browser-history');
|
|
32
|
-
var _includesInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
33
33
|
var _Array$isArray = require('@babel/runtime-corejs3/core-js-stable/array/is-array');
|
|
34
34
|
var _someInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/some');
|
|
35
35
|
var _Object$values = require('@babel/runtime-corejs3/core-js-stable/object/values');
|
|
@@ -64,11 +64,11 @@ var _URL__default = /*#__PURE__*/_interopDefault(_URL);
|
|
|
64
64
|
var _reduceInstanceProperty__default = /*#__PURE__*/_interopDefault(_reduceInstanceProperty);
|
|
65
65
|
var _Object$entries__default = /*#__PURE__*/_interopDefault(_Object$entries);
|
|
66
66
|
var _valuesInstanceProperty__default = /*#__PURE__*/_interopDefault(_valuesInstanceProperty);
|
|
67
|
+
var _includesInstanceProperty__default = /*#__PURE__*/_interopDefault(_includesInstanceProperty);
|
|
67
68
|
var warning__default = /*#__PURE__*/_interopDefault(warning);
|
|
68
69
|
var _findInstanceProperty__default = /*#__PURE__*/_interopDefault(_findInstanceProperty);
|
|
69
70
|
var loggerLink__default = /*#__PURE__*/_interopDefault(loggerLink);
|
|
70
71
|
var history__default = /*#__PURE__*/_interopDefault(history);
|
|
71
|
-
var _includesInstanceProperty__default = /*#__PURE__*/_interopDefault(_includesInstanceProperty);
|
|
72
72
|
var _Array$isArray__default = /*#__PURE__*/_interopDefault(_Array$isArray);
|
|
73
73
|
var _someInstanceProperty__default = /*#__PURE__*/_interopDefault(_someInstanceProperty);
|
|
74
74
|
var _Object$values__default = /*#__PURE__*/_interopDefault(_Object$values);
|
|
@@ -79,7 +79,7 @@ var _Reflect$construct__default = /*#__PURE__*/_interopDefault(_Reflect$construc
|
|
|
79
79
|
var _JSON$stringify__default = /*#__PURE__*/_interopDefault(_JSON$stringify);
|
|
80
80
|
|
|
81
81
|
// NOTE: This string will be replaced on build time with the package version.
|
|
82
|
-
var version = "24.
|
|
82
|
+
var version = "24.4.0";
|
|
83
83
|
|
|
84
84
|
// From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
|
|
85
85
|
const getDisplayName = Component => {
|
|
@@ -399,6 +399,22 @@ function useApplicationContextHook(selector) {
|
|
|
399
399
|
// See related issue: https://github.com/babel/babel/issues/8361
|
|
400
400
|
const useApplicationContext = useApplicationContextHook;
|
|
401
401
|
|
|
402
|
+
const useCustomViewParentDataRefresher = params => {
|
|
403
|
+
const onCustomViewEventHandler = react.useCallback(event => {
|
|
404
|
+
var _context;
|
|
405
|
+
const originLocatorCode = event.detail.originLocatorCode;
|
|
406
|
+
if (_includesInstanceProperty__default["default"](_context = params.locators).call(_context, originLocatorCode)) {
|
|
407
|
+
params.onRefreshDataRequested(event.detail);
|
|
408
|
+
}
|
|
409
|
+
}, []);
|
|
410
|
+
react.useEffect(() => {
|
|
411
|
+
window.addEventListener(constants.CUSTOM_VIEWS_EVENTS_NAMES.CUSTOM_VIEW_ON_CLOSE_AFTER, onCustomViewEventHandler);
|
|
412
|
+
return () => {
|
|
413
|
+
window.removeEventListener(constants.CUSTOM_VIEWS_EVENTS_NAMES.CUSTOM_VIEW_ON_CLOSE_AFTER, onCustomViewEventHandler);
|
|
414
|
+
};
|
|
415
|
+
}, [onCustomViewEventHandler]);
|
|
416
|
+
};
|
|
417
|
+
|
|
402
418
|
function ownKeys$5(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; }
|
|
403
419
|
function _objectSpread$5(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$5(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$5(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
404
420
|
const Context$1 = /*#__PURE__*/react.createContext({});
|
|
@@ -1101,6 +1117,7 @@ exports.selectUserId = selectUserId;
|
|
|
1101
1117
|
exports.setCachedApolloClient = setCachedApolloClient;
|
|
1102
1118
|
exports.useApplicationContext = useApplicationContext;
|
|
1103
1119
|
exports.useCustomViewContext = useCustomViewContext;
|
|
1120
|
+
exports.useCustomViewParentDataRefresher = useCustomViewParentDataRefresher;
|
|
1104
1121
|
exports.useMcLazyQuery = useMcLazyQuery;
|
|
1105
1122
|
exports.useMcMutation = useMcMutation;
|
|
1106
1123
|
exports.useMcQuery = useMcQuery;
|
|
@@ -21,15 +21,15 @@ var _reduceInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/ins
|
|
|
21
21
|
var _Object$entries = require('@babel/runtime-corejs3/core-js-stable/object/entries');
|
|
22
22
|
var _valuesInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/values');
|
|
23
23
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
24
|
+
var _includesInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
25
|
+
var constants = require('@commercetools-frontend/constants');
|
|
24
26
|
var react$1 = require('@apollo/client/react');
|
|
25
27
|
require('tiny-warning');
|
|
26
|
-
var constants = require('@commercetools-frontend/constants');
|
|
27
28
|
var _findInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/find');
|
|
28
29
|
var client = require('@apollo/client');
|
|
29
30
|
var loggerLink = require('apollo-link-logger');
|
|
30
31
|
var error = require('@apollo/client/link/error');
|
|
31
32
|
var history = require('@commercetools-frontend/browser-history');
|
|
32
|
-
var _includesInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/includes');
|
|
33
33
|
var _Array$isArray = require('@babel/runtime-corejs3/core-js-stable/array/is-array');
|
|
34
34
|
var _someInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/some');
|
|
35
35
|
var _Object$values = require('@babel/runtime-corejs3/core-js-stable/object/values');
|
|
@@ -63,10 +63,10 @@ var _URL__default = /*#__PURE__*/_interopDefault(_URL);
|
|
|
63
63
|
var _reduceInstanceProperty__default = /*#__PURE__*/_interopDefault(_reduceInstanceProperty);
|
|
64
64
|
var _Object$entries__default = /*#__PURE__*/_interopDefault(_Object$entries);
|
|
65
65
|
var _valuesInstanceProperty__default = /*#__PURE__*/_interopDefault(_valuesInstanceProperty);
|
|
66
|
+
var _includesInstanceProperty__default = /*#__PURE__*/_interopDefault(_includesInstanceProperty);
|
|
66
67
|
var _findInstanceProperty__default = /*#__PURE__*/_interopDefault(_findInstanceProperty);
|
|
67
68
|
var loggerLink__default = /*#__PURE__*/_interopDefault(loggerLink);
|
|
68
69
|
var history__default = /*#__PURE__*/_interopDefault(history);
|
|
69
|
-
var _includesInstanceProperty__default = /*#__PURE__*/_interopDefault(_includesInstanceProperty);
|
|
70
70
|
var _Array$isArray__default = /*#__PURE__*/_interopDefault(_Array$isArray);
|
|
71
71
|
var _someInstanceProperty__default = /*#__PURE__*/_interopDefault(_someInstanceProperty);
|
|
72
72
|
var _Object$values__default = /*#__PURE__*/_interopDefault(_Object$values);
|
|
@@ -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 = "24.
|
|
80
|
+
var version = "24.4.0";
|
|
81
81
|
|
|
82
82
|
// From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
|
|
83
83
|
const getDisplayName = Component => {
|
|
@@ -392,6 +392,22 @@ function useApplicationContextHook(selector) {
|
|
|
392
392
|
// See related issue: https://github.com/babel/babel/issues/8361
|
|
393
393
|
const useApplicationContext = useApplicationContextHook;
|
|
394
394
|
|
|
395
|
+
const useCustomViewParentDataRefresher = params => {
|
|
396
|
+
const onCustomViewEventHandler = react.useCallback(event => {
|
|
397
|
+
var _context;
|
|
398
|
+
const originLocatorCode = event.detail.originLocatorCode;
|
|
399
|
+
if (_includesInstanceProperty__default["default"](_context = params.locators).call(_context, originLocatorCode)) {
|
|
400
|
+
params.onRefreshDataRequested(event.detail);
|
|
401
|
+
}
|
|
402
|
+
}, []);
|
|
403
|
+
react.useEffect(() => {
|
|
404
|
+
window.addEventListener(constants.CUSTOM_VIEWS_EVENTS_NAMES.CUSTOM_VIEW_ON_CLOSE_AFTER, onCustomViewEventHandler);
|
|
405
|
+
return () => {
|
|
406
|
+
window.removeEventListener(constants.CUSTOM_VIEWS_EVENTS_NAMES.CUSTOM_VIEW_ON_CLOSE_AFTER, onCustomViewEventHandler);
|
|
407
|
+
};
|
|
408
|
+
}, [onCustomViewEventHandler]);
|
|
409
|
+
};
|
|
410
|
+
|
|
395
411
|
function ownKeys$5(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; }
|
|
396
412
|
function _objectSpread$5(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$5(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$5(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
397
413
|
const Context$1 = /*#__PURE__*/react.createContext({});
|
|
@@ -1079,6 +1095,7 @@ exports.selectUserId = selectUserId;
|
|
|
1079
1095
|
exports.setCachedApolloClient = setCachedApolloClient;
|
|
1080
1096
|
exports.useApplicationContext = useApplicationContext;
|
|
1081
1097
|
exports.useCustomViewContext = useCustomViewContext;
|
|
1098
|
+
exports.useCustomViewParentDataRefresher = useCustomViewParentDataRefresher;
|
|
1082
1099
|
exports.useMcLazyQuery = useMcLazyQuery;
|
|
1083
1100
|
exports.useMcMutation = useMcMutation;
|
|
1084
1101
|
exports.useMcQuery = useMcQuery;
|
|
@@ -8,7 +8,7 @@ import _Object$defineProperties from '@babel/runtime-corejs3/core-js-stable/obje
|
|
|
8
8
|
import _Object$defineProperty from '@babel/runtime-corejs3/core-js-stable/object/define-property';
|
|
9
9
|
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
10
10
|
import _pt from 'prop-types';
|
|
11
|
-
import { createContext, useContext,
|
|
11
|
+
import { createContext, useContext, useCallback, useEffect, useMemo } from 'react';
|
|
12
12
|
import moment from 'moment-timezone';
|
|
13
13
|
import { reportErrorToSentry } from '@commercetools-frontend/sentry';
|
|
14
14
|
import _URL from '@babel/runtime-corejs3/core-js-stable/url';
|
|
@@ -17,15 +17,15 @@ import _reduceInstanceProperty from '@babel/runtime-corejs3/core-js-stable/insta
|
|
|
17
17
|
import _Object$entries from '@babel/runtime-corejs3/core-js-stable/object/entries';
|
|
18
18
|
import _valuesInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/values';
|
|
19
19
|
import { jsx } from '@emotion/react/jsx-runtime';
|
|
20
|
+
import _includesInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/includes';
|
|
21
|
+
import { CUSTOM_VIEWS_EVENTS_NAMES, GRAPHQL_TARGETS, SUPPORTED_HEADERS, STATUS_CODES, LOGOUT_REASONS, STORAGE_KEYS, LOGIN_STRATEGY_OIDC } from '@commercetools-frontend/constants';
|
|
20
22
|
import { useQuery, useLazyQuery, useMutation } from '@apollo/client/react';
|
|
21
23
|
import warning from 'tiny-warning';
|
|
22
|
-
import { GRAPHQL_TARGETS, SUPPORTED_HEADERS, STATUS_CODES, LOGOUT_REASONS, STORAGE_KEYS, LOGIN_STRATEGY_OIDC } from '@commercetools-frontend/constants';
|
|
23
24
|
import _findInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/find';
|
|
24
25
|
import { ApolloLink, ApolloClient, InMemoryCache, createHttpLink, from } from '@apollo/client';
|
|
25
26
|
import loggerLink from 'apollo-link-logger';
|
|
26
27
|
import { onError } from '@apollo/client/link/error';
|
|
27
28
|
import history from '@commercetools-frontend/browser-history';
|
|
28
|
-
import _includesInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/includes';
|
|
29
29
|
import _Array$isArray from '@babel/runtime-corejs3/core-js-stable/array/is-array';
|
|
30
30
|
import _someInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/some';
|
|
31
31
|
import _Object$values from '@babel/runtime-corejs3/core-js-stable/object/values';
|
|
@@ -45,7 +45,7 @@ import _JSON$stringify from '@babel/runtime-corejs3/core-js-stable/json/stringif
|
|
|
45
45
|
import { RetryLink } from '@apollo/client/link/retry';
|
|
46
46
|
|
|
47
47
|
// NOTE: This string will be replaced on build time with the package version.
|
|
48
|
-
var version = "24.
|
|
48
|
+
var version = "24.4.0";
|
|
49
49
|
|
|
50
50
|
// From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
|
|
51
51
|
const getDisplayName = Component => {
|
|
@@ -365,6 +365,22 @@ function useApplicationContextHook(selector) {
|
|
|
365
365
|
// See related issue: https://github.com/babel/babel/issues/8361
|
|
366
366
|
const useApplicationContext = useApplicationContextHook;
|
|
367
367
|
|
|
368
|
+
const useCustomViewParentDataRefresher = params => {
|
|
369
|
+
const onCustomViewEventHandler = useCallback(event => {
|
|
370
|
+
var _context;
|
|
371
|
+
const originLocatorCode = event.detail.originLocatorCode;
|
|
372
|
+
if (_includesInstanceProperty(_context = params.locators).call(_context, originLocatorCode)) {
|
|
373
|
+
params.onRefreshDataRequested(event.detail);
|
|
374
|
+
}
|
|
375
|
+
}, []);
|
|
376
|
+
useEffect(() => {
|
|
377
|
+
window.addEventListener(CUSTOM_VIEWS_EVENTS_NAMES.CUSTOM_VIEW_ON_CLOSE_AFTER, onCustomViewEventHandler);
|
|
378
|
+
return () => {
|
|
379
|
+
window.removeEventListener(CUSTOM_VIEWS_EVENTS_NAMES.CUSTOM_VIEW_ON_CLOSE_AFTER, onCustomViewEventHandler);
|
|
380
|
+
};
|
|
381
|
+
}, [onCustomViewEventHandler]);
|
|
382
|
+
};
|
|
383
|
+
|
|
368
384
|
function ownKeys$5(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; }
|
|
369
385
|
function _objectSpread$5(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context = ownKeys$5(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context2 = ownKeys$5(Object(t))).call(_context2, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
370
386
|
const Context$1 = /*#__PURE__*/createContext({});
|
|
@@ -1040,4 +1056,4 @@ function useMcMutation(mutation, options) {
|
|
|
1040
1056
|
return useMutation(mutation, options);
|
|
1041
1057
|
}
|
|
1042
1058
|
|
|
1043
|
-
export { ApplicationContext, ApplicationContextProvider, Context$2 as Context, CustomViewContextProvider, GetProjectExtensionImageRegex, ProjectExtensionProviderForImageRegex, buildApiUrl, createApolloClient, createApolloContextForProxyForwardTo, createHttpClientOptions, executeHttpClientRequest, getCachedApolloClient, getCorrelationId, getMcApiUrl, isLoggerEnabled, logger, normalizeAllAppliedActionRights, normalizeAllAppliedDataFences, normalizeAllAppliedMenuVisibilities, normalizeAllAppliedPermissions, oidcStorage, selectProjectKeyFromUrl, selectTeamIdFromStorage, selectUserId, setCachedApolloClient, useApplicationContext, useCustomViewContext, useMcLazyQuery, useMcMutation, useMcQuery, useProjectExtensionImageRegex, version, withApplicationContext, withProjectExtensionImageRegex };
|
|
1059
|
+
export { ApplicationContext, ApplicationContextProvider, Context$2 as Context, CustomViewContextProvider, GetProjectExtensionImageRegex, ProjectExtensionProviderForImageRegex, buildApiUrl, createApolloClient, createApolloContextForProxyForwardTo, createHttpClientOptions, executeHttpClientRequest, getCachedApolloClient, getCorrelationId, getMcApiUrl, isLoggerEnabled, logger, normalizeAllAppliedActionRights, normalizeAllAppliedDataFences, normalizeAllAppliedMenuVisibilities, normalizeAllAppliedPermissions, oidcStorage, selectProjectKeyFromUrl, selectTeamIdFromStorage, selectUserId, setCachedApolloClient, useApplicationContext, useCustomViewContext, useCustomViewParentDataRefresher, useMcLazyQuery, useMcMutation, useMcQuery, useProjectExtensionImageRegex, version, withApplicationContext, withProjectExtensionImageRegex };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { default as version } from './version';
|
|
2
2
|
export * from './export-types';
|
|
3
3
|
export { Context, ApplicationContext, ApplicationContextProvider, withApplicationContext, useApplicationContext, normalizeAllAppliedActionRights, normalizeAllAppliedDataFences, normalizeAllAppliedMenuVisibilities, normalizeAllAppliedPermissions, } from './components/application-context';
|
|
4
|
+
export { useCustomViewParentDataRefresher } from './hooks/custom-views/use-custom-view-parent-data-refresher';
|
|
4
5
|
export { CustomViewContextProvider, useCustomViewContext, } from './components/custom-view-context';
|
|
5
6
|
export { GetProjectExtensionImageRegex, ProjectExtensionProviderForImageRegex, withProjectExtensionImageRegex, useProjectExtensionImageRegex, } from './components/project-extension-image-regex';
|
|
6
7
|
export { default as createApolloClient } from './configure-apollo';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-shell-connectors",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.4.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": "24.
|
|
41
|
-
"@commercetools-frontend/browser-history": "24.
|
|
42
|
-
"@commercetools-frontend/constants": "24.
|
|
43
|
-
"@commercetools-frontend/sentry": "24.
|
|
40
|
+
"@commercetools-frontend/application-config": "24.4.0",
|
|
41
|
+
"@commercetools-frontend/browser-history": "24.4.0",
|
|
42
|
+
"@commercetools-frontend/constants": "24.4.0",
|
|
43
|
+
"@commercetools-frontend/sentry": "24.4.0",
|
|
44
44
|
"@commercetools/http-user-agent": "3.0.0",
|
|
45
45
|
"@emotion/react": "^11.14.0",
|
|
46
46
|
"@types/lodash": "^4.14.198",
|