@commercetools-frontend/application-shell-connectors 20.9.3 → 20.10.4

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,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const getDisplayName: <Props extends {}>(Component: import("react").ComponentType<Props>) => string | undefined;
3
- export default getDisplayName;
1
+ /// <reference types="react" />
2
+ declare const getDisplayName: <Props extends {}>(Component: import("react").ComponentType<Props>) => string | undefined;
3
+ export default getDisplayName;
@@ -1,5 +1,5 @@
1
- import type { ApplicationWindow } from '@commercetools-frontend/constants';
2
- declare type TApplicationContextEnvironment = ApplicationWindow['app'];
3
- declare type TPartialWindow = Pick<Window, 'origin'>;
4
- declare function getMcApiUrl(environment: TApplicationContextEnvironment, partialWindow: TPartialWindow): string;
5
- export default getMcApiUrl;
1
+ import type { ApplicationWindow } from '@commercetools-frontend/constants';
2
+ declare type TApplicationContextEnvironment = ApplicationWindow['app'];
3
+ declare type TPartialWindow = Pick<Window, 'origin'>;
4
+ declare function getMcApiUrl(environment: TApplicationContextEnvironment, partialWindow: TPartialWindow): string;
5
+ export default getMcApiUrl;
@@ -1 +1 @@
1
- export { default } from './get-mc-api-url';
1
+ export { default } from './get-mc-api-url';
@@ -1,2 +1,2 @@
1
- declare const _default: "20.9.3";
2
- export default _default;
1
+ declare const _default: "20.10.4";
2
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/application-shell-connectors",
3
- "version": "20.9.3",
3
+ "version": "20.10.4",
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": {
@@ -25,22 +25,22 @@
25
25
  "prepare": "./../../scripts/version.js replace"
26
26
  },
27
27
  "dependencies": {
28
- "@babel/runtime": "7.14.8",
29
- "@babel/runtime-corejs3": "7.14.9",
30
- "@commercetools-frontend/constants": "20.9.3",
31
- "@commercetools-frontend/sentry": "20.9.3",
32
- "@emotion/react": "11.4.0",
28
+ "@babel/runtime": "7.15.4",
29
+ "@babel/runtime-corejs3": "7.15.4",
30
+ "@commercetools-frontend/constants": "20.10.1",
31
+ "@commercetools-frontend/sentry": "20.10.4",
32
+ "@emotion/react": "11.5.0",
33
33
  "@types/lodash": "^4.14.167",
34
34
  "@types/prop-types": "^15.7.3",
35
- "@types/react": "^17.0.7",
36
- "graphql": "15.5.1",
35
+ "@types/react": "^17.0.16",
36
+ "graphql": "15.6.1",
37
37
  "lodash": "4.17.21",
38
38
  "moment-timezone": "^0.5.32",
39
39
  "prop-types": "15.7.2"
40
40
  },
41
41
  "devDependencies": {
42
- "@apollo/client": "3.3.21",
43
- "@testing-library/react": "12.0.0",
42
+ "@apollo/client": "3.4.16",
43
+ "@testing-library/react": "12.1.2",
44
44
  "react": "17.0.2"
45
45
  },
46
46
  "peerDependencies": {