@commercetools-uikit/notifications 15.2.2 → 15.2.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.
|
@@ -141,7 +141,7 @@ ContentNotification.displayName = 'ContentNotification';
|
|
|
141
141
|
var ContentNotification$1 = ContentNotification;
|
|
142
142
|
|
|
143
143
|
// NOTE: This string will be replaced on build time with the package version.
|
|
144
|
-
var version = "15.2.
|
|
144
|
+
var version = "15.2.4";
|
|
145
145
|
|
|
146
146
|
exports.ContentNotification = ContentNotification$1;
|
|
147
147
|
exports.version = version;
|
|
@@ -126,7 +126,7 @@ ContentNotification.displayName = 'ContentNotification';
|
|
|
126
126
|
var ContentNotification$1 = ContentNotification;
|
|
127
127
|
|
|
128
128
|
// NOTE: This string will be replaced on build time with the package version.
|
|
129
|
-
var version = "15.2.
|
|
129
|
+
var version = "15.2.4";
|
|
130
130
|
|
|
131
131
|
exports.ContentNotification = ContentNotification$1;
|
|
132
132
|
exports.version = version;
|
|
@@ -125,6 +125,6 @@ ContentNotification.displayName = 'ContentNotification';
|
|
|
125
125
|
var ContentNotification$1 = ContentNotification;
|
|
126
126
|
|
|
127
127
|
// NOTE: This string will be replaced on build time with the package version.
|
|
128
|
-
var version = "15.2.
|
|
128
|
+
var version = "15.2.4";
|
|
129
129
|
|
|
130
130
|
export { ContentNotification$1 as ContentNotification, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/notifications",
|
|
3
3
|
"description": "Notification components.",
|
|
4
|
-
"version": "15.2.
|
|
4
|
+
"version": "15.2.4",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-notifications.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "^7.
|
|
23
|
-
"@babel/runtime-corejs3": "^7.
|
|
24
|
-
"@commercetools-uikit/design-system": "15.2.
|
|
25
|
-
"@commercetools-uikit/icons": "15.2.
|
|
26
|
-
"@commercetools-uikit/utils": "15.2.
|
|
22
|
+
"@babel/runtime": "^7.19.0",
|
|
23
|
+
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
+
"@commercetools-uikit/design-system": "15.2.4",
|
|
25
|
+
"@commercetools-uikit/icons": "15.2.4",
|
|
26
|
+
"@commercetools-uikit/utils": "15.2.4",
|
|
27
27
|
"@emotion/react": "^11.4.0",
|
|
28
28
|
"prop-types": "15.8.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"react": "17.0.2",
|
|
32
|
-
"react-intl": "^5.
|
|
32
|
+
"react-intl": "^5.25.1"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": "17.x",
|