@commercetools-uikit/field-errors 15.14.0 → 15.14.2
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.
|
@@ -130,7 +130,7 @@ FieldErrors.errorTypes = {
|
|
|
130
130
|
var FieldErrors$1 = FieldErrors;
|
|
131
131
|
|
|
132
132
|
// NOTE: This string will be replaced on build time with the package version.
|
|
133
|
-
var version = "15.14.
|
|
133
|
+
var version = "15.14.2";
|
|
134
134
|
|
|
135
135
|
exports["default"] = FieldErrors$1;
|
|
136
136
|
exports.version = version;
|
|
@@ -123,7 +123,7 @@ FieldErrors.errorTypes = {
|
|
|
123
123
|
var FieldErrors$1 = FieldErrors;
|
|
124
124
|
|
|
125
125
|
// NOTE: This string will be replaced on build time with the package version.
|
|
126
|
-
var version = "15.14.
|
|
126
|
+
var version = "15.14.2";
|
|
127
127
|
|
|
128
128
|
exports["default"] = FieldErrors$1;
|
|
129
129
|
exports.version = version;
|
|
@@ -112,6 +112,6 @@ FieldErrors.errorTypes = {
|
|
|
112
112
|
var FieldErrors$1 = FieldErrors;
|
|
113
113
|
|
|
114
114
|
// NOTE: This string will be replaced on build time with the package version.
|
|
115
|
-
var version = "15.14.
|
|
115
|
+
var version = "15.14.2";
|
|
116
116
|
|
|
117
117
|
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": "15.14.
|
|
4
|
+
"version": "15.14.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/messages": "15.14.
|
|
24
|
+
"@commercetools-uikit/messages": "15.14.2",
|
|
25
25
|
"@emotion/react": "^11.10.5",
|
|
26
26
|
"@emotion/styled": "^11.10.5",
|
|
27
27
|
"prop-types": "15.8.1"
|