@commercetools-uikit/utils 20.6.0 → 20.6.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.
@@ -188,7 +188,7 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
188
188
  var SafeHTMLElement$1 = SafeHTMLElement;
189
189
 
190
190
  // NOTE: This string will be replaced on build time with the package version.
191
- var version = "20.6.0";
191
+ var version = "20.6.2";
192
192
 
193
193
  exports.SafeHTMLElement = SafeHTMLElement$1;
194
194
  exports.canUseDOM = canUseDOM;
@@ -169,7 +169,7 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
169
169
  var SafeHTMLElement$1 = SafeHTMLElement;
170
170
 
171
171
  // NOTE: This string will be replaced on build time with the package version.
172
- var version = "20.6.0";
172
+ var version = "20.6.2";
173
173
 
174
174
  exports.SafeHTMLElement = SafeHTMLElement$1;
175
175
  exports.canUseDOM = canUseDOM;
@@ -176,6 +176,6 @@ const SafeHTMLElement = canUseDOM ? window.HTMLElement : {};
176
176
  var SafeHTMLElement$1 = SafeHTMLElement;
177
177
 
178
178
  // NOTE: This string will be replaced on build time with the package version.
179
- var version = "20.6.0";
179
+ var version = "20.6.2";
180
180
 
181
181
  export { SafeHTMLElement$1 as SafeHTMLElement, canUseDOM, createSequentialId, filterAriaAttributes, filterDataAttributes, filterInvalidAttributes, getFieldId$1 as getFieldId, isNumberish, parseTime$1 as parseTime, useWarnDeprecatedComponent, useWarnDeprecatedProp, useWarning, version, warnDeprecatedComponent, warnDeprecatedProp, warning };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/utils",
3
3
  "description": "A collection of utilities shared across the other packages.",
4
- "version": "20.6.0",
4
+ "version": "20.6.2",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -32,7 +32,7 @@
32
32
  "@emotion/is-prop-valid": "1.4.0"
33
33
  },
34
34
  "devDependencies": {
35
- "react": "19.2.0"
35
+ "react": "19.2.6"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": "19.x"