@commercetools-frontend/application-shell-connectors 23.4.0 → 24.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.
@@ -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 = "23.4.0";
82
+ var version = "24.0.0";
83
83
 
84
84
  // From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
85
85
  const getDisplayName = Component => {
@@ -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 = "23.4.0";
80
+ var version = "24.0.0";
81
81
 
82
82
  // From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
83
83
  const getDisplayName = Component => {
@@ -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 = "23.4.0";
48
+ var version = "24.0.0";
49
49
 
50
50
  // From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
51
51
  const getDisplayName = Component => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/application-shell-connectors",
3
- "version": "23.4.0",
3
+ "version": "24.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,15 +37,15 @@
37
37
  "dependencies": {
38
38
  "@babel/runtime": "^7.22.15",
39
39
  "@babel/runtime-corejs3": "^7.22.15",
40
- "@commercetools-frontend/application-config": "23.4.0",
41
- "@commercetools-frontend/browser-history": "23.4.0",
42
- "@commercetools-frontend/constants": "23.4.0",
43
- "@commercetools-frontend/sentry": "23.4.0",
40
+ "@commercetools-frontend/application-config": "24.0.0",
41
+ "@commercetools-frontend/browser-history": "24.0.0",
42
+ "@commercetools-frontend/constants": "24.0.0",
43
+ "@commercetools-frontend/sentry": "24.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",
47
47
  "@types/prop-types": "^15.7.5",
48
- "@types/react": "^17.0.83",
48
+ "@types/react": "^19.0.3",
49
49
  "apollo-link-logger": "2.0.1",
50
50
  "graphql": "16.8.2",
51
51
  "lodash": "4.17.21",
@@ -57,18 +57,18 @@
57
57
  "wait-for-observables": "1.0.3"
58
58
  },
59
59
  "devDependencies": {
60
- "@apollo/client": "3.7.14",
61
- "@testing-library/react": "12.1.5",
60
+ "@apollo/client": "3.12.4",
61
+ "@testing-library/react": "16.1.0",
62
62
  "@types/jest": "^29.5.4",
63
63
  "headers-polyfill": "^3.1.2",
64
64
  "jest": "29.7.0",
65
65
  "jest-mock": "29.7.0",
66
66
  "msw": "0.49.3",
67
- "react": "17.0.2"
67
+ "react": "19.0.0"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@apollo/client": "3.x",
71
- "react": "17.x"
71
+ "react": "19.x"
72
72
  },
73
73
  "engines": {
74
74
  "node": "18.x || 20.x || >=22.0.0"