@commercetools-uikit/data-table-manager 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.
@@ -927,7 +927,7 @@ DataTableManager.displayName = 'DataTableManager';
927
927
  var DataTableManager$1 = DataTableManager;
928
928
 
929
929
  // NOTE: This string will be replaced on build time with the package version.
930
- var version = "15.15.1";
930
+ var version = "16.0.0";
931
931
 
932
932
  Object.defineProperty(exports, 'useRowSelection', {
933
933
  enumerable: true,
@@ -777,7 +777,7 @@ DataTableManager.displayName = 'DataTableManager';
777
777
  var DataTableManager$1 = DataTableManager;
778
778
 
779
779
  // NOTE: This string will be replaced on build time with the package version.
780
- var version = "15.15.1";
780
+ var version = "16.0.0";
781
781
 
782
782
  Object.defineProperty(exports, 'useRowSelection', {
783
783
  enumerable: true,
@@ -889,6 +889,6 @@ DataTableManager.displayName = 'DataTableManager';
889
889
  var DataTableManager$1 = DataTableManager;
890
890
 
891
891
  // NOTE: This string will be replaced on build time with the package version.
892
- var version = "15.15.1";
892
+ var version = "16.0.0";
893
893
 
894
894
  export { UPDATE_ACTIONS, DataTableManager$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/data-table-manager",
3
3
  "description": "This component enhances the DataTable component and additionally provides a UI and state management to handle configuration of the table such as column manager.",
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,25 +21,25 @@
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/accessible-hidden": "15.15.1",
26
- "@commercetools-uikit/async-select-input": "15.15.1",
27
- "@commercetools-uikit/card": "15.15.1",
28
- "@commercetools-uikit/collapsible-motion": "15.15.1",
29
- "@commercetools-uikit/design-system": "15.15.1",
30
- "@commercetools-uikit/field-label": "15.15.1",
31
- "@commercetools-uikit/grid": "15.15.1",
32
- "@commercetools-uikit/hooks": "15.15.1",
33
- "@commercetools-uikit/icons": "15.15.1",
34
- "@commercetools-uikit/primary-button": "15.15.1",
35
- "@commercetools-uikit/radio-input": "15.15.1",
36
- "@commercetools-uikit/secondary-button": "15.15.1",
37
- "@commercetools-uikit/secondary-icon-button": "15.15.1",
38
- "@commercetools-uikit/select-input": "15.15.1",
39
- "@commercetools-uikit/spacings": "15.15.1",
40
- "@commercetools-uikit/tag": "15.15.1",
41
- "@commercetools-uikit/text": "15.15.1",
42
- "@commercetools-uikit/utils": "15.15.1",
24
+ "@commercetools-uikit/accessible-button": "16.0.0",
25
+ "@commercetools-uikit/accessible-hidden": "16.0.0",
26
+ "@commercetools-uikit/async-select-input": "16.0.0",
27
+ "@commercetools-uikit/card": "16.0.0",
28
+ "@commercetools-uikit/collapsible-motion": "16.0.0",
29
+ "@commercetools-uikit/design-system": "16.0.0",
30
+ "@commercetools-uikit/field-label": "16.0.0",
31
+ "@commercetools-uikit/grid": "16.0.0",
32
+ "@commercetools-uikit/hooks": "16.0.0",
33
+ "@commercetools-uikit/icons": "16.0.0",
34
+ "@commercetools-uikit/primary-button": "16.0.0",
35
+ "@commercetools-uikit/radio-input": "16.0.0",
36
+ "@commercetools-uikit/secondary-button": "16.0.0",
37
+ "@commercetools-uikit/secondary-icon-button": "16.0.0",
38
+ "@commercetools-uikit/select-input": "16.0.0",
39
+ "@commercetools-uikit/spacings": "16.0.0",
40
+ "@commercetools-uikit/tag": "16.0.0",
41
+ "@commercetools-uikit/text": "16.0.0",
42
+ "@commercetools-uikit/utils": "16.0.0",
43
43
  "@emotion/react": "^11.10.5",
44
44
  "@emotion/styled": "^11.10.5",
45
45
  "debounce-promise": "^3.1.2",
@@ -53,11 +53,11 @@
53
53
  "formik": "^2.2.9",
54
54
  "react": "17.0.2",
55
55
  "react-dom": "17.0.2",
56
- "react-intl": "^5.25.1"
56
+ "react-intl": "^6.3.2"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "react": "17.x",
60
60
  "react-dom": "17.x",
61
- "react-intl": "5.x"
61
+ "react-intl": "6.x"
62
62
  }
63
63
  }