@commercetools-uikit/data-table 15.14.2 → 15.14.3

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.
@@ -1114,7 +1114,7 @@ DataTable.displayName = 'DataTable';
1114
1114
  var DataTable$1 = DataTable;
1115
1115
 
1116
1116
  // NOTE: This string will be replaced on build time with the package version.
1117
- var version = "15.14.2";
1117
+ var version = "15.14.3";
1118
1118
 
1119
1119
  Object.defineProperty(exports, 'useRowSelection', {
1120
1120
  enumerable: true,
@@ -918,7 +918,7 @@ DataTable.displayName = 'DataTable';
918
918
  var DataTable$1 = DataTable;
919
919
 
920
920
  // NOTE: This string will be replaced on build time with the package version.
921
- var version = "15.14.2";
921
+ var version = "15.14.3";
922
922
 
923
923
  Object.defineProperty(exports, 'useRowSelection', {
924
924
  enumerable: true,
@@ -1090,6 +1090,6 @@ DataTable.displayName = 'DataTable';
1090
1090
  var DataTable$1 = DataTable;
1091
1091
 
1092
1092
  // NOTE: This string will be replaced on build time with the package version.
1093
- var version = "15.14.2";
1093
+ var version = "15.14.3";
1094
1094
 
1095
1095
  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": "15.14.2",
4
+ "version": "15.14.3",
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": "15.14.2",
25
- "@commercetools-uikit/design-system": "15.14.2",
26
- "@commercetools-uikit/hooks": "15.14.2",
27
- "@commercetools-uikit/icons": "15.14.2",
28
- "@commercetools-uikit/secondary-icon-button": "15.14.2",
29
- "@commercetools-uikit/utils": "15.14.2",
24
+ "@commercetools-uikit/accessible-button": "15.14.3",
25
+ "@commercetools-uikit/design-system": "15.14.3",
26
+ "@commercetools-uikit/hooks": "15.14.3",
27
+ "@commercetools-uikit/icons": "15.14.3",
28
+ "@commercetools-uikit/secondary-icon-button": "15.14.3",
29
+ "@commercetools-uikit/utils": "15.14.3",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "@emotion/styled": "^11.10.5",
32
32
  "lodash": "4.17.21",