@commercetools-uikit/notifications 12.2.7 → 12.2.9
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.
|
@@ -137,7 +137,7 @@ ContentNotification.displayName = 'ContentNotification';
|
|
|
137
137
|
var ContentNotification$1 = ContentNotification;
|
|
138
138
|
|
|
139
139
|
// NOTE: This string will be replaced on build time with the package version.
|
|
140
|
-
var version = "12.2.
|
|
140
|
+
var version = "12.2.9";
|
|
141
141
|
|
|
142
142
|
exports.ContentNotification = ContentNotification$1;
|
|
143
143
|
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 = "12.2.
|
|
129
|
+
var version = "12.2.9";
|
|
130
130
|
|
|
131
131
|
exports.ContentNotification = ContentNotification$1;
|
|
132
132
|
exports.version = version;
|
|
@@ -121,6 +121,6 @@ ContentNotification.displayName = 'ContentNotification';
|
|
|
121
121
|
var ContentNotification$1 = ContentNotification;
|
|
122
122
|
|
|
123
123
|
// NOTE: This string will be replaced on build time with the package version.
|
|
124
|
-
var version = "12.2.
|
|
124
|
+
var version = "12.2.9";
|
|
125
125
|
|
|
126
126
|
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": "12.2.
|
|
4
|
+
"version": "12.2.9",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,18 +19,18 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-notifications.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "7.16.
|
|
23
|
-
"@babel/runtime-corejs3": "7.16.
|
|
24
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
25
|
-
"@commercetools-uikit/icons": "12.2.
|
|
26
|
-
"@commercetools-uikit/utils": "12.2.
|
|
22
|
+
"@babel/runtime": "7.16.5",
|
|
23
|
+
"@babel/runtime-corejs3": "7.16.5",
|
|
24
|
+
"@commercetools-uikit/design-system": "12.2.9",
|
|
25
|
+
"@commercetools-uikit/icons": "12.2.9",
|
|
26
|
+
"@commercetools-uikit/utils": "12.2.9",
|
|
27
27
|
"@emotion/react": "^11.4.0",
|
|
28
28
|
"common-tags": "1.8.2",
|
|
29
29
|
"prop-types": "15.7.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"react": "17.0.2",
|
|
33
|
-
"react-intl": "5.
|
|
33
|
+
"react-intl": "5.23.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"react": "17.x",
|