@commercetools-uikit/field-errors 20.5.0 → 20.6.1

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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <!-- THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -->
2
- <!-- This file is created by the `yarn generate-readme` script. -->
2
+ <!-- This file is created by the `pnpm generate-readme` script. -->
3
3
 
4
4
  # FieldErrors
5
5
 
@@ -10,7 +10,7 @@ Renders errors based on configuration.
10
10
  ## Installation
11
11
 
12
12
  ```
13
- yarn add @commercetools-uikit/field-errors
13
+ pnpm add @commercetools-uikit/field-errors
14
14
  ```
15
15
 
16
16
  ```
@@ -20,7 +20,7 @@ npm --save install @commercetools-uikit/field-errors
20
20
  Additionally install the peer dependencies (if not present)
21
21
 
22
22
  ```
23
- yarn add react react-intl
23
+ pnpm add react react-intl
24
24
  ```
25
25
 
26
26
  ```
@@ -116,7 +116,7 @@ FieldErrors.errorTypes = {
116
116
  var FieldErrors$1 = FieldErrors;
117
117
 
118
118
  // NOTE: This string will be replaced on build time with the package version.
119
- var version = "20.5.0";
119
+ var version = "20.6.1";
120
120
 
121
121
  exports["default"] = FieldErrors$1;
122
122
  exports.version = version;
@@ -116,7 +116,7 @@ FieldErrors.errorTypes = {
116
116
  var FieldErrors$1 = FieldErrors;
117
117
 
118
118
  // NOTE: This string will be replaced on build time with the package version.
119
- var version = "20.5.0";
119
+ var version = "20.6.1";
120
120
 
121
121
  exports["default"] = FieldErrors$1;
122
122
  exports.version = version;
@@ -99,6 +99,6 @@ FieldErrors.errorTypes = {
99
99
  var FieldErrors$1 = FieldErrors;
100
100
 
101
101
  // NOTE: This string will be replaced on build time with the package version.
102
- var version = "20.5.0";
102
+ var version = "20.6.1";
103
103
 
104
104
  export { FieldErrors$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/field-errors",
3
3
  "description": "Renders errors based on configuration.",
4
- "version": "20.5.0",
4
+ "version": "20.6.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9,7 +9,13 @@
9
9
  "directory": "packages/components/field-errors"
10
10
  },
11
11
  "homepage": "https://uikit.commercetools.com",
12
- "keywords": ["javascript", "typescript", "design-system", "react", "uikit"],
12
+ "keywords": [
13
+ "javascript",
14
+ "typescript",
15
+ "design-system",
16
+ "react",
17
+ "uikit"
18
+ ],
13
19
  "license": "MIT",
14
20
  "publishConfig": {
15
21
  "access": "public"
@@ -17,20 +23,22 @@
17
23
  "sideEffects": false,
18
24
  "main": "dist/commercetools-uikit-field-errors.cjs.js",
19
25
  "module": "dist/commercetools-uikit-field-errors.esm.js",
20
- "files": ["dist"],
26
+ "files": [
27
+ "dist"
28
+ ],
21
29
  "dependencies": {
22
30
  "@babel/runtime": "^7.20.13",
23
31
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/messages": "20.5.0",
25
32
  "@emotion/react": "^11.10.5",
26
- "@emotion/styled": "^11.10.5"
33
+ "@emotion/styled": "^11.10.5",
34
+ "@commercetools-uikit/messages": "^20.6.1"
27
35
  },
28
36
  "devDependencies": {
29
- "react": "19.2.0",
37
+ "react": "19.2.6",
30
38
  "react-intl": "^7.1.4"
31
39
  },
32
40
  "peerDependencies": {
33
41
  "react": "19.x",
34
42
  "react-intl": "7.x"
35
43
  }
36
- }
44
+ }