@commercetools-frontend/react-notifications 21.4.0 → 21.8.1

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020 commercetools GmbH
3
+ Copyright (c) commercetools GmbH
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -62,7 +62,7 @@ var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanc
62
62
  var isNumber__default = /*#__PURE__*/_interopDefault(isNumber);
63
63
 
64
64
  // NOTE: This string will be replaced on build time with the package version.
65
- var version = "21.4.0";
65
+ var version = "21.8.1";
66
66
 
67
67
  var Context = /*#__PURE__*/react.createContext(function () {
68
68
  return null;
@@ -62,7 +62,7 @@ var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanc
62
62
  var isNumber__default = /*#__PURE__*/_interopDefault(isNumber);
63
63
 
64
64
  // NOTE: This string will be replaced on build time with the package version.
65
- var version = "21.4.0";
65
+ var version = "21.8.1";
66
66
 
67
67
  var Context = /*#__PURE__*/react.createContext(function () {
68
68
  return null;
@@ -36,7 +36,7 @@ import isNumber from 'lodash/isNumber';
36
36
  import { useShowNotification } from '@commercetools-frontend/actions-global';
37
37
 
38
38
  // NOTE: This string will be replaced on build time with the package version.
39
- var version = "21.4.0";
39
+ var version = "21.8.1";
40
40
 
41
41
  var Context = /*#__PURE__*/createContext(function () {
42
42
  return null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/react-notifications",
3
- "version": "21.4.0",
3
+ "version": "21.8.1",
4
4
  "description": "React bindings for @commercetools-frontend/notifications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@babel/runtime": "^7.17.9",
22
22
  "@babel/runtime-corejs3": "^7.17.9",
23
- "@commercetools-frontend/actions-global": "21.3.4",
24
- "@commercetools-frontend/constants": "21.3.4",
25
- "@commercetools-frontend/notifications": "21.3.4",
26
- "@commercetools-frontend/sentry": "21.3.4",
23
+ "@commercetools-frontend/actions-global": "21.8.1",
24
+ "@commercetools-frontend/constants": "21.8.1",
25
+ "@commercetools-frontend/notifications": "21.8.1",
26
+ "@commercetools-frontend/sentry": "21.8.1",
27
27
  "@commercetools-uikit/design-system": "^15.0.0",
28
28
  "@commercetools-uikit/hooks": "^15.0.0",
29
29
  "@commercetools-uikit/icon-button": "^15.0.0",
@@ -52,7 +52,7 @@
52
52
  "react-dom": "17.0.2",
53
53
  "react-intl": "^5.25.0",
54
54
  "react-redux": "7.2.8",
55
- "react-router-dom": "5.3.0"
55
+ "react-router-dom": "5.3.1"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "react": "17.x",