@commercetools-uikit/data-table 19.2.0 → 19.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.
@@ -947,7 +947,7 @@ DataTable.displayName = 'DataTable';
947
947
  var DataTable$1 = DataTable;
948
948
 
949
949
  // NOTE: This string will be replaced on build time with the package version.
950
- var version = "19.2.0";
950
+ var version = "19.3.1";
951
951
 
952
952
  Object.defineProperty(exports, 'useRowSelection', {
953
953
  enumerable: true,
@@ -750,7 +750,7 @@ DataTable.displayName = 'DataTable';
750
750
  var DataTable$1 = DataTable;
751
751
 
752
752
  // NOTE: This string will be replaced on build time with the package version.
753
- var version = "19.2.0";
753
+ var version = "19.3.1";
754
754
 
755
755
  Object.defineProperty(exports, 'useRowSelection', {
756
756
  enumerable: true,
@@ -923,6 +923,6 @@ DataTable.displayName = 'DataTable';
923
923
  var DataTable$1 = DataTable;
924
924
 
925
925
  // NOTE: This string will be replaced on build time with the package version.
926
- var version = "19.2.0";
926
+ var version = "19.3.1";
927
927
 
928
928
  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": "19.2.0",
4
+ "version": "19.3.1",
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": "19.2.0",
25
- "@commercetools-uikit/design-system": "19.2.0",
26
- "@commercetools-uikit/hooks": "19.2.0",
27
- "@commercetools-uikit/icons": "19.2.0",
28
- "@commercetools-uikit/secondary-icon-button": "19.2.0",
29
- "@commercetools-uikit/utils": "19.2.0",
24
+ "@commercetools-uikit/accessible-button": "19.3.1",
25
+ "@commercetools-uikit/design-system": "19.3.1",
26
+ "@commercetools-uikit/hooks": "19.3.1",
27
+ "@commercetools-uikit/icons": "19.3.1",
28
+ "@commercetools-uikit/secondary-icon-button": "19.3.1",
29
+ "@commercetools-uikit/utils": "19.3.1",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "@emotion/styled": "^11.10.5",
32
32
  "lodash": "4.17.21",