@commercetools-uikit/async-select-field 12.2.7 → 12.2.9
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.
|
@@ -451,7 +451,7 @@ AsyncSelectField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
451
451
|
} : {};
|
|
452
452
|
|
|
453
453
|
// NOTE: This string will be replaced on build time with the package version.
|
|
454
|
-
var version = "12.2.
|
|
454
|
+
var version = "12.2.9";
|
|
455
455
|
|
|
456
456
|
exports["default"] = AsyncSelectField;
|
|
457
457
|
exports.version = version;
|
|
@@ -173,7 +173,7 @@ AsyncSelectField.getDerivedStateFromProps = function (props, state) {
|
|
|
173
173
|
AsyncSelectField.propTypes = {};
|
|
174
174
|
|
|
175
175
|
// NOTE: This string will be replaced on build time with the package version.
|
|
176
|
-
var version = "12.2.
|
|
176
|
+
var version = "12.2.9";
|
|
177
177
|
|
|
178
178
|
exports["default"] = AsyncSelectField;
|
|
179
179
|
exports.version = version;
|
|
@@ -425,6 +425,6 @@ AsyncSelectField.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
425
425
|
} : {};
|
|
426
426
|
|
|
427
427
|
// NOTE: This string will be replaced on build time with the package version.
|
|
428
|
-
var version = "12.2.
|
|
428
|
+
var version = "12.2.9";
|
|
429
429
|
|
|
430
430
|
export { AsyncSelectField as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/async-select-field",
|
|
3
3
|
"description": "A controlled input component with validation states and a label getting a selection from an asynchronously loaded list from the user.",
|
|
4
|
-
"version": "12.2.
|
|
4
|
+
"version": "12.2.9",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-async-select-field.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "7.16.
|
|
23
|
-
"@babel/runtime-corejs3": "7.16.
|
|
24
|
-
"@commercetools-uikit/async-select-input": "12.2.
|
|
25
|
-
"@commercetools-uikit/constraints": "12.2.
|
|
26
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
27
|
-
"@commercetools-uikit/field-errors": "12.2.
|
|
28
|
-
"@commercetools-uikit/field-label": "12.2.
|
|
29
|
-
"@commercetools-uikit/spacings": "12.2.
|
|
30
|
-
"@commercetools-uikit/utils": "12.2.
|
|
22
|
+
"@babel/runtime": "7.16.5",
|
|
23
|
+
"@babel/runtime-corejs3": "7.16.5",
|
|
24
|
+
"@commercetools-uikit/async-select-input": "12.2.9",
|
|
25
|
+
"@commercetools-uikit/constraints": "12.2.9",
|
|
26
|
+
"@commercetools-uikit/design-system": "12.2.9",
|
|
27
|
+
"@commercetools-uikit/field-errors": "12.2.9",
|
|
28
|
+
"@commercetools-uikit/field-label": "12.2.9",
|
|
29
|
+
"@commercetools-uikit/spacings": "12.2.9",
|
|
30
|
+
"@commercetools-uikit/utils": "12.2.9",
|
|
31
31
|
"@emotion/react": "^11.4.0",
|
|
32
32
|
"@emotion/styled": "^11.3.0",
|
|
33
33
|
"prop-types": "15.7.2",
|