@commercetools-uikit/field-errors 12.2.5 → 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.
|
@@ -125,7 +125,7 @@ FieldErrors.errorTypes = {
|
|
|
125
125
|
var FieldErrors$1 = FieldErrors;
|
|
126
126
|
|
|
127
127
|
// NOTE: This string will be replaced on build time with the package version.
|
|
128
|
-
var version = "12.2.
|
|
128
|
+
var version = "12.2.9";
|
|
129
129
|
|
|
130
130
|
exports["default"] = FieldErrors$1;
|
|
131
131
|
exports.version = version;
|
|
@@ -119,7 +119,7 @@ FieldErrors.errorTypes = {
|
|
|
119
119
|
var FieldErrors$1 = FieldErrors;
|
|
120
120
|
|
|
121
121
|
// NOTE: This string will be replaced on build time with the package version.
|
|
122
|
-
var version = "12.2.
|
|
122
|
+
var version = "12.2.9";
|
|
123
123
|
|
|
124
124
|
exports["default"] = FieldErrors$1;
|
|
125
125
|
exports.version = version;
|
|
@@ -107,6 +107,6 @@ FieldErrors.errorTypes = {
|
|
|
107
107
|
var FieldErrors$1 = FieldErrors;
|
|
108
108
|
|
|
109
109
|
// NOTE: This string will be replaced on build time with the package version.
|
|
110
|
-
var version = "12.2.
|
|
110
|
+
var version = "12.2.9";
|
|
111
111
|
|
|
112
112
|
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": "12.2.
|
|
4
|
+
"version": "12.2.9",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,12 +9,7 @@
|
|
|
9
9
|
"directory": "packages/components/field-errors"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": [
|
|
13
|
-
"javascript",
|
|
14
|
-
"design system",
|
|
15
|
-
"react",
|
|
16
|
-
"uikit"
|
|
17
|
-
],
|
|
12
|
+
"keywords": ["javascript", "design system", "react", "uikit"],
|
|
18
13
|
"license": "MIT",
|
|
19
14
|
"publishConfig": {
|
|
20
15
|
"access": "public"
|
|
@@ -22,20 +17,18 @@
|
|
|
22
17
|
"sideEffects": false,
|
|
23
18
|
"main": "dist/commercetools-uikit-field-errors.cjs.js",
|
|
24
19
|
"module": "dist/commercetools-uikit-field-errors.esm.js",
|
|
25
|
-
"files": [
|
|
26
|
-
"dist"
|
|
27
|
-
],
|
|
20
|
+
"files": ["dist"],
|
|
28
21
|
"dependencies": {
|
|
29
|
-
"@babel/runtime": "7.16.
|
|
30
|
-
"@babel/runtime-corejs3": "7.16.
|
|
31
|
-
"@commercetools-uikit/messages": "12.2.
|
|
22
|
+
"@babel/runtime": "7.16.5",
|
|
23
|
+
"@babel/runtime-corejs3": "7.16.5",
|
|
24
|
+
"@commercetools-uikit/messages": "12.2.9",
|
|
32
25
|
"@emotion/react": "^11.4.0",
|
|
33
26
|
"@emotion/styled": "^11.3.0",
|
|
34
27
|
"prop-types": "15.7.2"
|
|
35
28
|
},
|
|
36
29
|
"devDependencies": {
|
|
37
30
|
"react": "17.0.2",
|
|
38
|
-
"react-intl": "5.
|
|
31
|
+
"react-intl": "5.23.0"
|
|
39
32
|
},
|
|
40
33
|
"peerDependencies": {
|
|
41
34
|
"react": "17.x",
|