@commercetools-uikit/utils 12.2.9 → 13.0.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.
|
@@ -224,7 +224,7 @@ var warning = function warning(condition, message) {
|
|
|
224
224
|
var warning$1 = warning;
|
|
225
225
|
|
|
226
226
|
// NOTE: This string will be replaced on build time with the package version.
|
|
227
|
-
var version = "
|
|
227
|
+
var version = "13.0.2";
|
|
228
228
|
|
|
229
229
|
exports.SafeHTMLElement = SafeHTMLElement$1;
|
|
230
230
|
exports.addStaticFields = addStaticFields;
|
|
@@ -205,7 +205,7 @@ var warning = function warning(condition, message) {
|
|
|
205
205
|
var warning$1 = warning;
|
|
206
206
|
|
|
207
207
|
// NOTE: This string will be replaced on build time with the package version.
|
|
208
|
-
var version = "
|
|
208
|
+
var version = "13.0.2";
|
|
209
209
|
|
|
210
210
|
exports.SafeHTMLElement = SafeHTMLElement$1;
|
|
211
211
|
exports.addStaticFields = addStaticFields;
|
|
@@ -209,6 +209,6 @@ var warning = function warning(condition, message) {
|
|
|
209
209
|
var warning$1 = warning;
|
|
210
210
|
|
|
211
211
|
// NOTE: This string will be replaced on build time with the package version.
|
|
212
|
-
var version = "
|
|
212
|
+
var version = "13.0.2";
|
|
213
213
|
|
|
214
214
|
export { SafeHTMLElement$1 as SafeHTMLElement, addStaticFields, canUseDOM, createSequentialId, filterAriaAttributes, filterDataAttributes, filterInvalidAttributes, getFieldId$1 as getFieldId, isNumberish, parseTime$1 as parseTime, version, warnDeprecatedComponent, warnDeprecatedProp, warning$1 as warning };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/utils",
|
|
3
3
|
"description": "A collection of utilities shared across the other packages.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "13.0.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-utils.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "7.
|
|
23
|
-
"@babel/runtime-corejs3": "7.
|
|
24
|
-
"@emotion/is-prop-valid": "1.1.
|
|
22
|
+
"@babel/runtime": "7.17.2",
|
|
23
|
+
"@babel/runtime-corejs3": "7.17.2",
|
|
24
|
+
"@emotion/is-prop-valid": "1.1.2",
|
|
25
25
|
"@types/warning": "^3.0.0",
|
|
26
26
|
"warning": "4.0.3"
|
|
27
27
|
}
|