@commercetools-uikit/multiline-text-input 15.2.2 → 15.2.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.
@@ -161,7 +161,7 @@ MultilineTextInput.defaultProps = defaultProps;
161
161
  var MultilineTextInput$1 = MultilineTextInput;
162
162
 
163
163
  // NOTE: This string will be replaced on build time with the package version.
164
- var version = "15.2.2";
164
+ var version = "15.2.3";
165
165
 
166
166
  exports["default"] = MultilineTextInput$1;
167
167
  exports.version = version;
@@ -135,7 +135,7 @@ MultilineTextInput.defaultProps = defaultProps;
135
135
  var MultilineTextInput$1 = MultilineTextInput;
136
136
 
137
137
  // NOTE: This string will be replaced on build time with the package version.
138
- var version = "15.2.2";
138
+ var version = "15.2.3";
139
139
 
140
140
  exports["default"] = MultilineTextInput$1;
141
141
  exports.version = version;
@@ -141,6 +141,6 @@ MultilineTextInput.defaultProps = defaultProps;
141
141
  var MultilineTextInput$1 = MultilineTextInput;
142
142
 
143
143
  // NOTE: This string will be replaced on build time with the package version.
144
- var version = "15.2.2";
144
+ var version = "15.2.3";
145
145
 
146
146
  export { MultilineTextInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/multiline-text-input",
3
3
  "description": "A controlled text input component for multi-line strings with validation states.",
4
- "version": "15.2.2",
4
+ "version": "15.2.3",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -19,18 +19,18 @@
19
19
  "module": "dist/commercetools-uikit-multiline-text-input.esm.js",
20
20
  "files": ["dist"],
21
21
  "dependencies": {
22
- "@babel/runtime": "^7.17.2",
23
- "@babel/runtime-corejs3": "^7.17.2",
24
- "@commercetools-uikit/constraints": "15.2.2",
25
- "@commercetools-uikit/design-system": "15.2.2",
26
- "@commercetools-uikit/flat-button": "15.2.2",
27
- "@commercetools-uikit/hooks": "15.2.2",
28
- "@commercetools-uikit/icons": "15.2.2",
29
- "@commercetools-uikit/input-utils": "15.2.2",
30
- "@commercetools-uikit/spacings-inline": "15.2.2",
31
- "@commercetools-uikit/spacings-stack": "15.2.2",
32
- "@commercetools-uikit/tooltip": "15.2.2",
33
- "@commercetools-uikit/utils": "15.2.2",
22
+ "@babel/runtime": "^7.19.0",
23
+ "@babel/runtime-corejs3": "^7.19.1",
24
+ "@commercetools-uikit/constraints": "15.2.3",
25
+ "@commercetools-uikit/design-system": "15.2.3",
26
+ "@commercetools-uikit/flat-button": "15.2.3",
27
+ "@commercetools-uikit/hooks": "15.2.3",
28
+ "@commercetools-uikit/icons": "15.2.3",
29
+ "@commercetools-uikit/input-utils": "15.2.3",
30
+ "@commercetools-uikit/spacings-inline": "15.2.3",
31
+ "@commercetools-uikit/spacings-stack": "15.2.3",
32
+ "@commercetools-uikit/tooltip": "15.2.3",
33
+ "@commercetools-uikit/utils": "15.2.3",
34
34
  "@emotion/react": "^11.4.0",
35
35
  "@emotion/styled": "^11.3.0",
36
36
  "downshift": "6.1.9",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "react": "17.0.2",
42
- "react-intl": "^5.24.6"
42
+ "react-intl": "^5.25.1"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": "17.x",