@commercetools-uikit/data-table 16.7.3 → 16.7.5

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.
@@ -914,7 +914,7 @@ DataTable.displayName = 'DataTable';
914
914
  var DataTable$1 = DataTable;
915
915
 
916
916
  // NOTE: This string will be replaced on build time with the package version.
917
- var version = "16.7.3";
917
+ var version = "16.7.5";
918
918
 
919
919
  Object.defineProperty(exports, 'useRowSelection', {
920
920
  enumerable: true,
@@ -721,7 +721,7 @@ DataTable.displayName = 'DataTable';
721
721
  var DataTable$1 = DataTable;
722
722
 
723
723
  // NOTE: This string will be replaced on build time with the package version.
724
- var version = "16.7.3";
724
+ var version = "16.7.5";
725
725
 
726
726
  Object.defineProperty(exports, 'useRowSelection', {
727
727
  enumerable: true,
@@ -890,6 +890,6 @@ DataTable.displayName = 'DataTable';
890
890
  var DataTable$1 = DataTable;
891
891
 
892
892
  // NOTE: This string will be replaced on build time with the package version.
893
- var version = "16.7.3";
893
+ var version = "16.7.5";
894
894
 
895
895
  export { DataTable$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/data-table",
3
3
  "description": "A component for rendering tabular data.",
4
- "version": "16.7.3",
4
+ "version": "16.7.5",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,12 +21,12 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "16.7.3",
25
- "@commercetools-uikit/design-system": "16.7.3",
26
- "@commercetools-uikit/hooks": "16.7.3",
27
- "@commercetools-uikit/icons": "16.7.3",
28
- "@commercetools-uikit/secondary-icon-button": "16.7.3",
29
- "@commercetools-uikit/utils": "16.7.3",
24
+ "@commercetools-uikit/accessible-button": "16.7.5",
25
+ "@commercetools-uikit/design-system": "16.7.5",
26
+ "@commercetools-uikit/hooks": "16.7.5",
27
+ "@commercetools-uikit/icons": "16.7.5",
28
+ "@commercetools-uikit/secondary-icon-button": "16.7.5",
29
+ "@commercetools-uikit/utils": "16.7.5",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "@emotion/styled": "^11.10.5",
32
32
  "lodash": "4.17.21",