@commercetools-uikit/notifications 15.13.0 → 15.13.2
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.
|
@@ -199,7 +199,7 @@ ContentNotification.displayName = 'ContentNotification';
|
|
|
199
199
|
var ContentNotification$1 = ContentNotification;
|
|
200
200
|
|
|
201
201
|
// NOTE: This string will be replaced on build time with the package version.
|
|
202
|
-
var version = "15.13.
|
|
202
|
+
var version = "15.13.2";
|
|
203
203
|
|
|
204
204
|
exports.ContentNotification = ContentNotification$1;
|
|
205
205
|
exports.version = version;
|
|
@@ -184,7 +184,7 @@ ContentNotification.displayName = 'ContentNotification';
|
|
|
184
184
|
var ContentNotification$1 = ContentNotification;
|
|
185
185
|
|
|
186
186
|
// NOTE: This string will be replaced on build time with the package version.
|
|
187
|
-
var version = "15.13.
|
|
187
|
+
var version = "15.13.2";
|
|
188
188
|
|
|
189
189
|
exports.ContentNotification = ContentNotification$1;
|
|
190
190
|
exports.version = version;
|
|
@@ -183,6 +183,6 @@ ContentNotification.displayName = 'ContentNotification';
|
|
|
183
183
|
var ContentNotification$1 = ContentNotification;
|
|
184
184
|
|
|
185
185
|
// NOTE: This string will be replaced on build time with the package version.
|
|
186
|
-
var version = "15.13.
|
|
186
|
+
var version = "15.13.2";
|
|
187
187
|
|
|
188
188
|
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.13.
|
|
4
|
+
"version": "15.13.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/design-system": "15.13.
|
|
25
|
-
"@commercetools-uikit/icons": "15.13.
|
|
26
|
-
"@commercetools-uikit/utils": "15.13.
|
|
24
|
+
"@commercetools-uikit/design-system": "15.13.2",
|
|
25
|
+
"@commercetools-uikit/icons": "15.13.2",
|
|
26
|
+
"@commercetools-uikit/utils": "15.13.2",
|
|
27
27
|
"@emotion/react": "^11.10.5",
|
|
28
28
|
"prop-types": "15.8.1"
|
|
29
29
|
},
|