@commercetools-uikit/creatable-select-input 20.3.0 → 20.4.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.
|
@@ -222,7 +222,7 @@ CreatableSelectInput.ValueContainer = reactSelect.components.ValueContainer;
|
|
|
222
222
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
223
223
|
|
|
224
224
|
// NOTE: This string will be replaced on build time with the package version.
|
|
225
|
-
var version = "20.
|
|
225
|
+
var version = "20.4.0";
|
|
226
226
|
|
|
227
227
|
exports["default"] = CreatableSelectInput$1;
|
|
228
228
|
exports.version = version;
|
|
@@ -220,7 +220,7 @@ CreatableSelectInput.ValueContainer = reactSelect.components.ValueContainer;
|
|
|
220
220
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
221
221
|
|
|
222
222
|
// NOTE: This string will be replaced on build time with the package version.
|
|
223
|
-
var version = "20.
|
|
223
|
+
var version = "20.4.0";
|
|
224
224
|
|
|
225
225
|
exports["default"] = CreatableSelectInput$1;
|
|
226
226
|
exports.version = version;
|
|
@@ -204,6 +204,6 @@ CreatableSelectInput.ValueContainer = components.ValueContainer;
|
|
|
204
204
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
205
205
|
|
|
206
206
|
// NOTE: This string will be replaced on build time with the package version.
|
|
207
|
-
var version = "20.
|
|
207
|
+
var version = "20.4.0";
|
|
208
208
|
|
|
209
209
|
export { CreatableSelectInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/creatable-select-input",
|
|
3
3
|
"description": "An input component getting a selection from the user, and where options can also be created by the user.",
|
|
4
|
-
"version": "20.
|
|
4
|
+
"version": "20.4.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "20.
|
|
25
|
-
"@commercetools-uikit/design-system": "20.
|
|
26
|
-
"@commercetools-uikit/icons": "20.
|
|
27
|
-
"@commercetools-uikit/select-utils": "20.
|
|
28
|
-
"@commercetools-uikit/spacings": "20.
|
|
29
|
-
"@commercetools-uikit/text": "20.
|
|
30
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/constraints": "20.4.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.4.0",
|
|
26
|
+
"@commercetools-uikit/icons": "20.4.0",
|
|
27
|
+
"@commercetools-uikit/select-utils": "20.4.0",
|
|
28
|
+
"@commercetools-uikit/spacings": "20.4.0",
|
|
29
|
+
"@commercetools-uikit/text": "20.4.0",
|
|
30
|
+
"@commercetools-uikit/utils": "20.4.0",
|
|
31
31
|
"@emotion/react": "^11.10.5",
|
|
32
32
|
"@emotion/styled": "^11.10.5",
|
|
33
|
-
"lodash": "4.17.
|
|
33
|
+
"lodash": "4.17.23",
|
|
34
34
|
"react-select": "5.10.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|