@commercetools-uikit/tooltip 20.3.0 → 20.4.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.
@@ -299,7 +299,7 @@ Tooltip.displayName = 'ToolTip';
299
299
  var Tooltip$1 = Tooltip;
300
300
 
301
301
  // NOTE: This string will be replaced on build time with the package version.
302
- var version = "20.3.0";
302
+ var version = "20.4.0";
303
303
 
304
304
  exports["default"] = Tooltip$1;
305
305
  exports.version = version;
@@ -282,7 +282,7 @@ Tooltip.displayName = 'ToolTip';
282
282
  var Tooltip$1 = Tooltip;
283
283
 
284
284
  // NOTE: This string will be replaced on build time with the package version.
285
- var version = "20.3.0";
285
+ var version = "20.4.0";
286
286
 
287
287
  exports["default"] = Tooltip$1;
288
288
  exports.version = version;
@@ -280,6 +280,6 @@ Tooltip.displayName = 'ToolTip';
280
280
  var Tooltip$1 = Tooltip;
281
281
 
282
282
  // NOTE: This string will be replaced on build time with the package version.
283
- var version = "20.3.0";
283
+ var version = "20.4.0";
284
284
 
285
285
  export { Tooltip$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/tooltip",
3
3
  "description": "Tooltips display informative text when users hover over or focus on an element.",
4
- "version": "20.3.0",
4
+ "version": "20.4.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "20.3.0",
25
- "@commercetools-uikit/design-system": "20.3.0",
26
- "@commercetools-uikit/hooks": "20.3.0",
27
- "@commercetools-uikit/utils": "20.3.0",
24
+ "@commercetools-uikit/constraints": "20.4.0",
25
+ "@commercetools-uikit/design-system": "20.4.0",
26
+ "@commercetools-uikit/hooks": "20.4.0",
27
+ "@commercetools-uikit/utils": "20.4.0",
28
28
  "@emotion/react": "^11.10.5",
29
29
  "@emotion/styled": "^11.10.5",
30
- "lodash": "4.17.21",
30
+ "lodash": "4.17.23",
31
31
  "react-is": "19.2.0",
32
32
  "use-popper": "1.1.6"
33
33
  },