@commercetools-frontend/l10n 20.10.1 → 20.10.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.
|
@@ -68,7 +68,7 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
|
|
|
68
68
|
var omit__default = /*#__PURE__*/_interopDefault(omit);
|
|
69
69
|
|
|
70
70
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
71
|
-
var version = '20.10.
|
|
71
|
+
var version = '20.10.3';
|
|
72
72
|
|
|
73
73
|
var mapLocaleToIntlLocale = function mapLocaleToIntlLocale(locale) {
|
|
74
74
|
if (_startsWithInstanceProperty__default['default'](locale).call(locale, 'de')) return 'de';
|
|
@@ -68,7 +68,7 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
|
|
|
68
68
|
var omit__default = /*#__PURE__*/_interopDefault(omit);
|
|
69
69
|
|
|
70
70
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
71
|
-
var version = '20.10.
|
|
71
|
+
var version = '20.10.3';
|
|
72
72
|
|
|
73
73
|
var mapLocaleToIntlLocale = function mapLocaleToIntlLocale(locale) {
|
|
74
74
|
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 in the `prepare` script by the `scripts/version.js` file.
|
|
27
|
-
var version = '20.10.
|
|
27
|
+
var version = '20.10.3';
|
|
28
28
|
|
|
29
29
|
var mapLocaleToIntlLocale = function mapLocaleToIntlLocale(locale) {
|
|
30
30
|
if (_startsWithInstanceProperty(locale).call(locale, 'de')) return 'de';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "20.10.
|
|
1
|
+
declare const _default: "20.10.3";
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/l10n",
|
|
3
|
-
"version": "20.10.
|
|
3
|
+
"version": "20.10.3",
|
|
4
4
|
"description": "React bindings to load l10n data",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/runtime": "7.15.4",
|
|
27
27
|
"@babel/runtime-corejs3": "7.15.4",
|
|
28
|
-
"@commercetools-frontend/sentry": "20.10.
|
|
28
|
+
"@commercetools-frontend/sentry": "20.10.3",
|
|
29
29
|
"@emotion/react": "11.4.1",
|
|
30
30
|
"@types/prop-types": "^15.7.3",
|
|
31
31
|
"@types/react": "^17.0.16",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"cldr": "7.1.1",
|
|
40
40
|
"deep-diff": "1.0.2",
|
|
41
41
|
"moment-timezone": "^0.5.32",
|
|
42
|
-
"node-fetch": "2.6.
|
|
42
|
+
"node-fetch": "2.6.5",
|
|
43
43
|
"react": "17.0.2",
|
|
44
44
|
"rimraf": "3.0.2",
|
|
45
45
|
"shelljs": "0.8.4"
|