@commercetools-uikit/utils 13.0.2 → 14.0.0

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.
@@ -224,7 +224,7 @@ var warning = function warning(condition, message) {
224
224
  var warning$1 = warning;
225
225
 
226
226
  // NOTE: This string will be replaced on build time with the package version.
227
- var version = "13.0.2";
227
+ var version = "14.0.0";
228
228
 
229
229
  exports.SafeHTMLElement = SafeHTMLElement$1;
230
230
  exports.addStaticFields = addStaticFields;
@@ -205,7 +205,7 @@ var warning = function warning(condition, message) {
205
205
  var warning$1 = warning;
206
206
 
207
207
  // NOTE: This string will be replaced on build time with the package version.
208
- var version = "13.0.2";
208
+ var version = "14.0.0";
209
209
 
210
210
  exports.SafeHTMLElement = SafeHTMLElement$1;
211
211
  exports.addStaticFields = addStaticFields;
@@ -209,6 +209,6 @@ var warning = function warning(condition, message) {
209
209
  var warning$1 = warning;
210
210
 
211
211
  // NOTE: This string will be replaced on build time with the package version.
212
- var version = "13.0.2";
212
+ var version = "14.0.0";
213
213
 
214
214
  export { SafeHTMLElement$1 as SafeHTMLElement, addStaticFields, canUseDOM, createSequentialId, filterAriaAttributes, filterDataAttributes, filterInvalidAttributes, getFieldId$1 as getFieldId, isNumberish, parseTime$1 as parseTime, version, warnDeprecatedComponent, warnDeprecatedProp, warning$1 as 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": "13.0.2",
4
+ "version": "14.0.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9,7 +9,7 @@
9
9
  "directory": "packages/utils"
10
10
  },
11
11
  "homepage": "https://uikit.commercetools.com",
12
- "keywords": ["javascript", "design system", "react", "uikit"],
12
+ "keywords": ["javascript", "typescript", "design-system", "react", "uikit"],
13
13
  "license": "MIT",
14
14
  "publishConfig": {
15
15
  "access": "public"
@@ -19,8 +19,8 @@
19
19
  "module": "dist/commercetools-uikit-utils.esm.js",
20
20
  "files": ["dist"],
21
21
  "dependencies": {
22
- "@babel/runtime": "7.17.2",
23
- "@babel/runtime-corejs3": "7.17.2",
22
+ "@babel/runtime": "^7.17.2",
23
+ "@babel/runtime-corejs3": "^7.17.2",
24
24
  "@emotion/is-prop-valid": "1.1.2",
25
25
  "@types/warning": "^3.0.0",
26
26
  "warning": "4.0.3"