@commercetools-uikit/data-table 20.3.0 → 20.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.
@@ -912,7 +912,7 @@ DataTable.displayName = 'DataTable';
912
912
  var DataTable$1 = DataTable;
913
913
 
914
914
  // NOTE: This string will be replaced on build time with the package version.
915
- var version = "20.3.0";
915
+ var version = "20.3.1";
916
916
 
917
917
  Object.defineProperty(exports, 'useRowSelection', {
918
918
  enumerable: true,
@@ -787,7 +787,7 @@ DataTable.displayName = 'DataTable';
787
787
  var DataTable$1 = DataTable;
788
788
 
789
789
  // NOTE: This string will be replaced on build time with the package version.
790
- var version = "20.3.0";
790
+ var version = "20.3.1";
791
791
 
792
792
  Object.defineProperty(exports, 'useRowSelection', {
793
793
  enumerable: true,
@@ -889,6 +889,6 @@ DataTable.displayName = 'DataTable';
889
889
  var DataTable$1 = DataTable;
890
890
 
891
891
  // NOTE: This string will be replaced on build time with the package version.
892
- var version = "20.3.0";
892
+ var version = "20.3.1";
893
893
 
894
894
  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": "20.3.0",
4
+ "version": "20.3.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,16 +21,16 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "20.3.0",
25
- "@commercetools-uikit/data-table-manager": "20.3.0",
26
- "@commercetools-uikit/design-system": "20.3.0",
27
- "@commercetools-uikit/hooks": "20.3.0",
28
- "@commercetools-uikit/icons": "20.3.0",
29
- "@commercetools-uikit/secondary-icon-button": "20.3.0",
30
- "@commercetools-uikit/utils": "20.3.0",
24
+ "@commercetools-uikit/accessible-button": "20.3.1",
25
+ "@commercetools-uikit/data-table-manager": "20.3.1",
26
+ "@commercetools-uikit/design-system": "20.3.1",
27
+ "@commercetools-uikit/hooks": "20.3.1",
28
+ "@commercetools-uikit/icons": "20.3.1",
29
+ "@commercetools-uikit/secondary-icon-button": "20.3.1",
30
+ "@commercetools-uikit/utils": "20.3.1",
31
31
  "@emotion/react": "^11.10.5",
32
32
  "@emotion/styled": "^11.10.5",
33
- "lodash": "4.17.21",
33
+ "lodash": "4.17.23",
34
34
  "react-intl": "^7.1.4"
35
35
  },
36
36
  "devDependencies": {