@commercetools-frontend-extensions/change-history 8.20.4 → 8.20.5
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.
|
@@ -154,7 +154,7 @@ var kebabCase__default = /*#__PURE__*/_interopDefault(kebabCase);
|
|
|
154
154
|
var LeadingIcon__default = /*#__PURE__*/_interopDefault(LeadingIcon);
|
|
155
155
|
|
|
156
156
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
157
|
-
var version = "8.20.
|
|
157
|
+
var version = "8.20.5";
|
|
158
158
|
|
|
159
159
|
var fetchFeatureStatusQuery = { kind: "Document", definitions: [{ kind: "OperationDefinition", operation: "query", name: { kind: "Name", value: "FetchFeatureStatusQuery" }, variableDefinitions: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "allFeatures" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "name" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "value" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "reason" }, arguments: [], directives: [] }] } }] } }], loc: { start: 0, end: 84, source: { body: "query FetchFeatureStatusQuery {\n allFeatures {\n name\n value\n reason\n }\n}\n", name: "GraphQL request", locationOffset: { line: 1, column: 1 } } } };
|
|
160
160
|
/**
|
|
@@ -154,7 +154,7 @@ var kebabCase__default = /*#__PURE__*/_interopDefault(kebabCase);
|
|
|
154
154
|
var LeadingIcon__default = /*#__PURE__*/_interopDefault(LeadingIcon);
|
|
155
155
|
|
|
156
156
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
157
|
-
var version = "8.20.
|
|
157
|
+
var version = "8.20.5";
|
|
158
158
|
|
|
159
159
|
var fetchFeatureStatusQuery = { kind: "Document", definitions: [{ kind: "OperationDefinition", operation: "query", name: { kind: "Name", value: "FetchFeatureStatusQuery" }, variableDefinitions: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "allFeatures" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "name" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "value" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "reason" }, arguments: [], directives: [] }] } }] } }], loc: { start: 0, end: 84, source: { body: "query FetchFeatureStatusQuery {\n allFeatures {\n name\n value\n reason\n }\n}\n", name: "GraphQL request", locationOffset: { line: 1, column: 1 } } } };
|
|
160
160
|
/**
|
|
@@ -92,7 +92,7 @@ import LeadingIcon from '@commercetools-uikit/icons/leading-icon';
|
|
|
92
92
|
import { parseChunkImport, mapLocaleToIntlLocale } from '@commercetools-frontend/i18n';
|
|
93
93
|
|
|
94
94
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
95
|
-
var version = "8.20.
|
|
95
|
+
var version = "8.20.5";
|
|
96
96
|
|
|
97
97
|
var fetchFeatureStatusQuery = { kind: "Document", definitions: [{ kind: "OperationDefinition", operation: "query", name: { kind: "Name", value: "FetchFeatureStatusQuery" }, variableDefinitions: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "allFeatures" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "name" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "value" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "reason" }, arguments: [], directives: [] }] } }] } }], loc: { start: 0, end: 84, source: { body: "query FetchFeatureStatusQuery {\n allFeatures {\n name\n value\n reason\n }\n}\n", name: "GraphQL request", locationOffset: { line: 1, column: 1 } } } };
|
|
98
98
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend-extensions/change-history",
|
|
3
3
|
"description": "Change history shared components and utilities",
|
|
4
|
-
"version": "8.20.
|
|
4
|
+
"version": "8.20.5",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@apollo/client": "3.8.5",
|
|
19
19
|
"@babel/runtime": "7.24.1",
|
|
20
20
|
"@babel/runtime-corejs3": "7.24.1",
|
|
21
|
-
"@commercetools-frontend/ui-kit": "19.
|
|
21
|
+
"@commercetools-frontend/ui-kit": "19.2.0",
|
|
22
22
|
"@commercetools-uikit/data-table": "^19.1.0",
|
|
23
23
|
"@commercetools-uikit/data-table-manager": "^19.1.0",
|
|
24
24
|
"@commercetools-uikit/design-system": "^19.1.0",
|
|
@@ -56,20 +56,20 @@
|
|
|
56
56
|
"@commercetools-frontend/permissions": "22.23.3",
|
|
57
57
|
"@commercetools-frontend/sdk": "22.23.3",
|
|
58
58
|
"@commercetools-frontend/sentry": "22.23.3",
|
|
59
|
-
"@commercetools-frontend/ui-kit": "19.
|
|
59
|
+
"@commercetools-frontend/ui-kit": "19.2.0",
|
|
60
60
|
"@faker-js/faker": "7.6.0",
|
|
61
|
-
"@formatjs/cli": "6.2.
|
|
61
|
+
"@formatjs/cli": "6.2.9",
|
|
62
62
|
"@preconstruct/cli": "2.8.3",
|
|
63
63
|
"@testing-library/react": "12.1.5",
|
|
64
64
|
"@testing-library/react-hooks": "8.0.1",
|
|
65
65
|
"babel-plugin-import-graphql": "2.8.1",
|
|
66
66
|
"babel-plugin-inline-svg": "1.2.0",
|
|
67
67
|
"cross-env": "7.0.3",
|
|
68
|
-
"jest-date-mock": "1.0.
|
|
68
|
+
"jest-date-mock": "1.0.10",
|
|
69
69
|
"msw": "1.3.3",
|
|
70
70
|
"react": "17.0.2",
|
|
71
71
|
"react-dom": "17.0.2",
|
|
72
|
-
"react-intl": "6.6.
|
|
72
|
+
"react-intl": "6.6.5",
|
|
73
73
|
"react-redux": "7.2.9",
|
|
74
74
|
"react-router-dom": "5.3.4",
|
|
75
75
|
"react-test-renderer": "17.0.2",
|