@commercetools-frontend/l10n 21.3.0 → 21.3.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.
@@ -66,7 +66,7 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
66
66
  var omit__default = /*#__PURE__*/_interopDefault(omit);
67
67
 
68
68
  // NOTE: This string will be replaced on build time with the package version.
69
- var version = "21.3.0";
69
+ var version = "21.3.4";
70
70
 
71
71
  var mapLocaleToIntlLocale = function mapLocaleToIntlLocale(locale) {
72
72
  if (_startsWithInstanceProperty__default["default"](locale).call(locale, 'de')) return 'de';
@@ -66,7 +66,7 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
66
66
  var omit__default = /*#__PURE__*/_interopDefault(omit);
67
67
 
68
68
  // NOTE: This string will be replaced on build time with the package version.
69
- var version = "21.3.0";
69
+ var version = "21.3.4";
70
70
 
71
71
  var mapLocaleToIntlLocale = function mapLocaleToIntlLocale(locale) {
72
72
  if (_startsWithInstanceProperty__default["default"](locale).call(locale, 'de')) return 'de';
@@ -24,7 +24,7 @@ import _mapInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance
24
24
  import omit from 'lodash/omit';
25
25
 
26
26
  // NOTE: This string will be replaced on build time with the package version.
27
- var version = "21.3.0";
27
+ var version = "21.3.4";
28
28
 
29
29
  var mapLocaleToIntlLocale = function mapLocaleToIntlLocale(locale) {
30
30
  if (_startsWithInstanceProperty(locale).call(locale, 'de')) return 'de';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/l10n",
3
- "version": "21.3.0",
3
+ "version": "21.3.4",
4
4
  "description": "React bindings to load l10n data",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
@@ -21,14 +21,14 @@
21
21
  "generate-data": "node ./scripts/generate-l10n-data.js"
22
22
  },
23
23
  "dependencies": {
24
- "@babel/runtime": "^7.17.8",
25
- "@babel/runtime-corejs3": "^7.17.8",
26
- "@commercetools-frontend/sentry": "21.3.0",
27
- "@emotion/react": "11.8.2",
28
- "@types/prop-types": "^15.7.4",
29
- "@types/react": "^17.0.43",
24
+ "@babel/runtime": "^7.17.9",
25
+ "@babel/runtime-corejs3": "^7.17.9",
26
+ "@commercetools-frontend/sentry": "21.3.4",
27
+ "@emotion/react": "11.9.0",
28
+ "@types/prop-types": "^15.7.5",
29
+ "@types/react": "^17.0.44",
30
30
  "lodash": "4.17.21",
31
- "moment": "^2.29.1",
31
+ "moment": "^2.29.2",
32
32
  "prop-types": "15.8.1"
33
33
  },
34
34
  "devDependencies": {