@commercetools-uikit/localized-utils 15.2.2 → 15.2.3

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.
@@ -185,7 +185,7 @@ var isTouched = function isTouched(touched) {
185
185
  };
186
186
 
187
187
  // NOTE: This string will be replaced on build time with the package version.
188
- var version = "15.2.2";
188
+ var version = "15.2.3";
189
189
 
190
190
  exports.createLocalizedDataAttributes = createLocalizedDataAttributes;
191
191
  exports.createLocalizedString = createLocalizedString;
@@ -183,7 +183,7 @@ var isTouched = function isTouched(touched) {
183
183
  };
184
184
 
185
185
  // NOTE: This string will be replaced on build time with the package version.
186
- var version = "15.2.2";
186
+ var version = "15.2.3";
187
187
 
188
188
  exports.createLocalizedDataAttributes = createLocalizedDataAttributes;
189
189
  exports.createLocalizedString = createLocalizedString;
@@ -161,6 +161,6 @@ var isTouched = function isTouched(touched) {
161
161
  };
162
162
 
163
163
  // NOTE: This string will be replaced on build time with the package version.
164
- var version = "15.2.2";
164
+ var version = "15.2.3";
165
165
 
166
166
  export { createLocalizedDataAttributes, createLocalizedString, getHasErrorOnRemainingLanguages, getHasWarningOnRemainingLanguages, getId, getName, getPrimaryLanguage, isEmpty, isTouched, omitEmptyTranslations, sortLanguages, splitLanguages, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/localized-utils",
3
3
  "description": "Utilities to work with localized data.",
4
- "version": "15.2.2",
4
+ "version": "15.2.3",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -19,9 +19,9 @@
19
19
  "module": "dist/commercetools-uikit-localized-utils.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/utils": "15.2.2",
22
+ "@babel/runtime": "^7.19.0",
23
+ "@babel/runtime-corejs3": "^7.19.1",
24
+ "@commercetools-uikit/utils": "15.2.3",
25
25
  "lodash": "4.17.21"
26
26
  }
27
27
  }