@procore/data-table 13.2.0 → 13.2.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/data-table",
3
- "version": "13.2.0",
3
+ "version": "13.2.2",
4
4
  "description": "Complex data grid built on top of ag-grid, with DST components and styles.",
5
5
  "main": "dist/legacy/index.js",
6
6
  "module": "dist/legacy/index.mjs",
@@ -67,10 +67,10 @@
67
67
  "@procore/core-css": "^10.27.2",
68
68
  "@procore/core-icons": "^12.0.0",
69
69
  "@procore/core-react": "^11.21.0",
70
+ "@procore/labs-financials-utils": ">=3.0.1 < 5",
70
71
  "react": ">=16.8.0 < 19",
71
72
  "react-dom": ">=16.8.0 < 19",
72
- "styled-components": ">= 5.1.1 < 6",
73
- "@procore/labs-financials-utils": ">=3.0.1 < 5"
73
+ "styled-components": ">= 5.1.1 < 6"
74
74
  },
75
75
  "dependencies": {
76
76
  "@procore/globalization-toolkit": "3.0.0",
@@ -86,6 +86,8 @@
86
86
  "react-resize-detector": "8.0.4"
87
87
  },
88
88
  "devDependencies": {
89
+ "@ag-grid-community/csv-export": "30.1.0",
90
+ "@ag-grid-enterprise/excel-export": "30.1.0",
89
91
  "@ag-grid-community/client-side-row-model": "30.1.0",
90
92
  "@ag-grid-community/core": "30.1.0",
91
93
  "@ag-grid-community/react": "30.1.0",
@@ -154,6 +156,7 @@
154
156
  "eslint-plugin-react": "7.32.0",
155
157
  "eslint-plugin-react-hooks": "4.6.0",
156
158
  "events": "3.3.0",
159
+ "http-server": "^14.1.1",
157
160
  "https-browserify": "1.0.0",
158
161
  "jest": "29.5.0",
159
162
  "mini-css-extract-plugin": "2.6.1",
@@ -190,7 +193,6 @@
190
193
  "util": "0.12.5",
191
194
  "vm-browserify": "1.1.2",
192
195
  "webpack": "5.74.0",
193
- "webpack-cli": "4.10.0",
194
- "http-server": "^14.1.1"
196
+ "webpack-cli": "4.10.0"
195
197
  }
196
198
  }