@commercetools-uikit/collapsible-motion 20.3.0 → 20.3.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.
|
@@ -157,7 +157,7 @@ CollapsibleMotion.displayName = 'CollapsibleMotion';
|
|
|
157
157
|
var CollapsibleMotion$1 = CollapsibleMotion;
|
|
158
158
|
|
|
159
159
|
// NOTE: This string will be replaced on build time with the package version.
|
|
160
|
-
var version = "20.3.
|
|
160
|
+
var version = "20.3.1";
|
|
161
161
|
|
|
162
162
|
exports["default"] = CollapsibleMotion$1;
|
|
163
163
|
exports.version = version;
|
|
@@ -155,7 +155,7 @@ CollapsibleMotion.displayName = 'CollapsibleMotion';
|
|
|
155
155
|
var CollapsibleMotion$1 = CollapsibleMotion;
|
|
156
156
|
|
|
157
157
|
// NOTE: This string will be replaced on build time with the package version.
|
|
158
|
-
var version = "20.3.
|
|
158
|
+
var version = "20.3.1";
|
|
159
159
|
|
|
160
160
|
exports["default"] = CollapsibleMotion$1;
|
|
161
161
|
exports.version = version;
|
|
@@ -141,6 +141,6 @@ CollapsibleMotion.displayName = 'CollapsibleMotion';
|
|
|
141
141
|
var CollapsibleMotion$1 = CollapsibleMotion;
|
|
142
142
|
|
|
143
143
|
// NOTE: This string will be replaced on build time with the package version.
|
|
144
|
-
var version = "20.3.
|
|
144
|
+
var version = "20.3.1";
|
|
145
145
|
|
|
146
146
|
export { CollapsibleMotion$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/collapsible-motion",
|
|
3
3
|
"description": "A component which allows building collapsible elements with an arbitrary height.",
|
|
4
|
-
"version": "20.3.
|
|
4
|
+
"version": "20.3.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/hooks": "20.3.
|
|
25
|
-
"@commercetools-uikit/utils": "20.3.
|
|
24
|
+
"@commercetools-uikit/hooks": "20.3.1",
|
|
25
|
+
"@commercetools-uikit/utils": "20.3.1",
|
|
26
26
|
"@emotion/react": "^11.10.5",
|
|
27
27
|
"@emotion/styled": "^11.10.5",
|
|
28
|
-
"lodash": "4.17.
|
|
28
|
+
"lodash": "4.17.23"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"react": "19.2.0"
|