@commercetools-frontend/i18n 22.26.0 → 22.27.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.
package/compiled-data/core.json
CHANGED
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"ApiError.OverlappingPriceValidity": [
|
|
151
151
|
{
|
|
152
152
|
"type": 0,
|
|
153
|
-
"value": "
|
|
153
|
+
"value": "Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates."
|
|
154
154
|
}
|
|
155
155
|
],
|
|
156
156
|
"ApiError.OverlappingPrices": [
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"ApiError.OverlappingStandalonePriceValidity": [
|
|
163
163
|
{
|
|
164
164
|
"type": 0,
|
|
165
|
-
"value": "
|
|
165
|
+
"value": "Another price with overlapping validity dates exists. Each price combination needs to have unique validity dates."
|
|
166
166
|
}
|
|
167
167
|
],
|
|
168
168
|
"ApiError.PendingOperation": [
|
|
@@ -59,7 +59,7 @@ var _Object$assign__default = /*#__PURE__*/_interopDefault(_Object$assign);
|
|
|
59
59
|
var _startsWithInstanceProperty__default = /*#__PURE__*/_interopDefault(_startsWithInstanceProperty);
|
|
60
60
|
|
|
61
61
|
// NOTE: This string will be replaced on build time with the package version.
|
|
62
|
-
var version = "22.
|
|
62
|
+
var version = "22.27.0";
|
|
63
63
|
|
|
64
64
|
// @ts-nocheck
|
|
65
65
|
/* THIS IS A GENERATED FILE */
|
|
@@ -59,7 +59,7 @@ var _Object$assign__default = /*#__PURE__*/_interopDefault(_Object$assign);
|
|
|
59
59
|
var _startsWithInstanceProperty__default = /*#__PURE__*/_interopDefault(_startsWithInstanceProperty);
|
|
60
60
|
|
|
61
61
|
// NOTE: This string will be replaced on build time with the package version.
|
|
62
|
-
var version = "22.
|
|
62
|
+
var version = "22.27.0";
|
|
63
63
|
|
|
64
64
|
// @ts-nocheck
|
|
65
65
|
/* THIS IS A GENERATED FILE */
|
|
@@ -20,7 +20,7 @@ import { jsx, Fragment } from '@emotion/react/jsx-runtime';
|
|
|
20
20
|
import { defineMessages } from 'react-intl';
|
|
21
21
|
|
|
22
22
|
// NOTE: This string will be replaced on build time with the package version.
|
|
23
|
-
var version = "22.
|
|
23
|
+
var version = "22.27.0";
|
|
24
24
|
|
|
25
25
|
// @ts-nocheck
|
|
26
26
|
/* THIS IS A GENERATED FILE */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/i18n",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.27.0",
|
|
4
4
|
"description": "MC i18n messages",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"@babel/runtime": "^7.22.15",
|
|
33
33
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
34
34
|
"@commercetools-community-kit/i18n": "^0.3.0",
|
|
35
|
-
"@commercetools-frontend/sentry": "22.
|
|
35
|
+
"@commercetools-frontend/sentry": "22.27.0",
|
|
36
36
|
"@commercetools-uikit/i18n": "^19.2.0",
|
|
37
37
|
"@emotion/react": "^11.11.4",
|
|
38
38
|
"@formatjs/icu-messageformat-parser": "2.7.6",
|
|
39
39
|
"@types/prop-types": "^15.7.5",
|
|
40
|
-
"@types/react": "^17.0.
|
|
40
|
+
"@types/react": "^17.0.80",
|
|
41
41
|
"moment": "^2.29.4",
|
|
42
42
|
"prop-types": "15.8.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@formatjs/cli": "6.2.
|
|
45
|
+
"@formatjs/cli": "6.2.10",
|
|
46
46
|
"@types/jest": "^29.5.4",
|
|
47
47
|
"jest-mock": "29.7.0",
|
|
48
48
|
"react": "17.0.2",
|