@commercetools-uikit/avatar 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.
@@ -143,7 +143,7 @@ Avatar.defaultProps = defaultProps;
143
143
  var Avatar$1 = Avatar;
144
144
 
145
145
  // NOTE: This string will be replaced on build time with the package version.
146
- var version = "15.2.2";
146
+ var version = "15.2.4";
147
147
 
148
148
  exports["default"] = Avatar$1;
149
149
  exports.version = version;
@@ -143,7 +143,7 @@ Avatar.defaultProps = defaultProps;
143
143
  var Avatar$1 = Avatar;
144
144
 
145
145
  // NOTE: This string will be replaced on build time with the package version.
146
- var version = "15.2.2";
146
+ var version = "15.2.4";
147
147
 
148
148
  exports["default"] = Avatar$1;
149
149
  exports.version = version;
@@ -124,6 +124,6 @@ Avatar.defaultProps = defaultProps;
124
124
  var Avatar$1 = Avatar;
125
125
 
126
126
  // NOTE: This string will be replaced on build time with the package version.
127
- var version = "15.2.2";
127
+ var version = "15.2.4";
128
128
 
129
129
  export { Avatar$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/avatar",
3
3
  "description": "A component for rendering profile images",
4
- "version": "15.2.2",
4
+ "version": "15.2.4",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -19,10 +19,10 @@
19
19
  "module": "dist/commercetools-uikit-avatar.esm.js",
20
20
  "files": ["dist"],
21
21
  "dependencies": {
22
- "@babel/runtime": "^7.17.2",
23
- "@babel/runtime-corejs3": "^7.17.2",
24
- "@commercetools-uikit/design-system": "15.2.2",
25
- "@commercetools-uikit/utils": "15.2.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/utils": "15.2.4",
26
26
  "@emotion/react": "^11.4.0",
27
27
  "@emotion/styled": "^11.3.0",
28
28
  "prop-types": "15.8.1"