@commercetools-uikit/data-table 15.15.1 → 16.0.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.
@@ -1027,7 +1027,7 @@ DataTable.displayName = 'DataTable';
1027
1027
  var DataTable$1 = DataTable;
1028
1028
 
1029
1029
  // NOTE: This string will be replaced on build time with the package version.
1030
- var version = "15.15.1";
1030
+ var version = "16.0.0";
1031
1031
 
1032
1032
  Object.defineProperty(exports, 'useRowSelection', {
1033
1033
  enumerable: true,
@@ -831,7 +831,7 @@ DataTable.displayName = 'DataTable';
831
831
  var DataTable$1 = DataTable;
832
832
 
833
833
  // NOTE: This string will be replaced on build time with the package version.
834
- var version = "15.15.1";
834
+ var version = "16.0.0";
835
835
 
836
836
  Object.defineProperty(exports, 'useRowSelection', {
837
837
  enumerable: true,
@@ -1003,6 +1003,6 @@ DataTable.displayName = 'DataTable';
1003
1003
  var DataTable$1 = DataTable;
1004
1004
 
1005
1005
  // NOTE: This string will be replaced on build time with the package version.
1006
- var version = "15.15.1";
1006
+ var version = "16.0.0";
1007
1007
 
1008
1008
  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.15.1",
4
+ "version": "16.0.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "15.15.1",
25
- "@commercetools-uikit/design-system": "15.15.1",
26
- "@commercetools-uikit/hooks": "15.15.1",
27
- "@commercetools-uikit/icons": "15.15.1",
28
- "@commercetools-uikit/secondary-icon-button": "15.15.1",
29
- "@commercetools-uikit/utils": "15.15.1",
24
+ "@commercetools-uikit/accessible-button": "16.0.0",
25
+ "@commercetools-uikit/design-system": "16.0.0",
26
+ "@commercetools-uikit/hooks": "16.0.0",
27
+ "@commercetools-uikit/icons": "16.0.0",
28
+ "@commercetools-uikit/secondary-icon-button": "16.0.0",
29
+ "@commercetools-uikit/utils": "16.0.0",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "@emotion/styled": "^11.10.5",
32
32
  "lodash": "4.17.21",
33
33
  "prop-types": "15.8.1",
34
- "react-intl": "^5.25.1"
34
+ "react-intl": "^6.3.2"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@testing-library/react-hooks": "8.0.1",