@commercetools-uikit/localized-text-input 15.15.1 → 16.0.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.
@@ -277,7 +277,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
277
277
  var LocalizedTextInput$1 = LocalizedTextInput;
278
278
 
279
279
  // NOTE: This string will be replaced on build time with the package version.
280
- var version = "15.15.1";
280
+ var version = "16.0.0";
281
281
 
282
282
  exports["default"] = LocalizedTextInput$1;
283
283
  exports.version = version;
@@ -222,7 +222,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
222
222
  var LocalizedTextInput$1 = LocalizedTextInput;
223
223
 
224
224
  // NOTE: This string will be replaced on build time with the package version.
225
- var version = "15.15.1";
225
+ var version = "16.0.0";
226
226
 
227
227
  exports["default"] = LocalizedTextInput$1;
228
228
  exports.version = version;
@@ -257,6 +257,6 @@ LocalizedTextInput.isTouched = isTouched;
257
257
  var LocalizedTextInput$1 = LocalizedTextInput;
258
258
 
259
259
  // NOTE: This string will be replaced on build time with the package version.
260
- var version = "15.15.1";
260
+ var version = "16.0.0";
261
261
 
262
262
  export { LocalizedTextInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/localized-text-input",
3
3
  "description": "A controlled text input component for localized single-line strings with validation states.",
4
- "version": "15.15.1",
4
+ "version": "16.0.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,28 +21,28 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "15.15.1",
25
- "@commercetools-uikit/design-system": "15.15.1",
26
- "@commercetools-uikit/flat-button": "15.15.1",
27
- "@commercetools-uikit/hooks": "15.15.1",
28
- "@commercetools-uikit/icons": "15.15.1",
29
- "@commercetools-uikit/input-utils": "15.15.1",
30
- "@commercetools-uikit/localized-utils": "15.15.1",
31
- "@commercetools-uikit/messages": "15.15.1",
32
- "@commercetools-uikit/spacings-stack": "15.15.1",
33
- "@commercetools-uikit/text": "15.15.1",
34
- "@commercetools-uikit/text-input": "15.15.1",
35
- "@commercetools-uikit/utils": "15.15.1",
24
+ "@commercetools-uikit/constraints": "16.0.0",
25
+ "@commercetools-uikit/design-system": "16.0.0",
26
+ "@commercetools-uikit/flat-button": "16.0.0",
27
+ "@commercetools-uikit/hooks": "16.0.0",
28
+ "@commercetools-uikit/icons": "16.0.0",
29
+ "@commercetools-uikit/input-utils": "16.0.0",
30
+ "@commercetools-uikit/localized-utils": "16.0.0",
31
+ "@commercetools-uikit/messages": "16.0.0",
32
+ "@commercetools-uikit/spacings-stack": "16.0.0",
33
+ "@commercetools-uikit/text": "16.0.0",
34
+ "@commercetools-uikit/text-input": "16.0.0",
35
+ "@commercetools-uikit/utils": "16.0.0",
36
36
  "@emotion/react": "^11.10.5",
37
37
  "@emotion/styled": "^11.10.5",
38
38
  "prop-types": "15.8.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "react": "17.0.2",
42
- "react-intl": "^5.25.1"
42
+ "react-intl": "^6.3.2"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": "17.x",
46
- "react-intl": "5.x"
46
+ "react-intl": "6.x"
47
47
  }
48
48
  }