@commercetools-uikit/field-errors 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.
|
@@ -128,7 +128,7 @@ FieldErrors.errorTypes = {
|
|
|
128
128
|
var FieldErrors$1 = FieldErrors;
|
|
129
129
|
|
|
130
130
|
// NOTE: This string will be replaced on build time with the package version.
|
|
131
|
-
var version = "
|
|
131
|
+
var version = "16.0.0";
|
|
132
132
|
|
|
133
133
|
exports["default"] = FieldErrors$1;
|
|
134
134
|
exports.version = version;
|
|
@@ -121,7 +121,7 @@ FieldErrors.errorTypes = {
|
|
|
121
121
|
var FieldErrors$1 = FieldErrors;
|
|
122
122
|
|
|
123
123
|
// NOTE: This string will be replaced on build time with the package version.
|
|
124
|
-
var version = "
|
|
124
|
+
var version = "16.0.0";
|
|
125
125
|
|
|
126
126
|
exports["default"] = FieldErrors$1;
|
|
127
127
|
exports.version = version;
|
|
@@ -110,6 +110,6 @@ FieldErrors.errorTypes = {
|
|
|
110
110
|
var FieldErrors$1 = FieldErrors;
|
|
111
111
|
|
|
112
112
|
// NOTE: This string will be replaced on build time with the package version.
|
|
113
|
-
var version = "
|
|
113
|
+
var version = "16.0.0";
|
|
114
114
|
|
|
115
115
|
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": "
|
|
4
|
+
"version": "16.0.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/messages": "
|
|
24
|
+
"@commercetools-uikit/messages": "16.0.0",
|
|
25
25
|
"@emotion/react": "^11.10.5",
|
|
26
26
|
"@emotion/styled": "^11.10.5",
|
|
27
27
|
"prop-types": "15.8.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"react": "17.0.2",
|
|
31
|
-
"react-intl": "^
|
|
31
|
+
"react-intl": "^6.3.2"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": "17.x",
|
|
35
|
-
"react-intl": "
|
|
35
|
+
"react-intl": "6.x"
|
|
36
36
|
}
|
|
37
37
|
}
|