@procore/data-table 14.26.1 → 14.26.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 14.26.2
4
+
5
+ ### Patch Changes
6
+
7
+ - ec16c0e: Upgrade react-resize-detector to avoid error with lodash import. More info: https://github.com/maslianok/react-resize-detector/issues/257
8
+
3
9
  ## 14.26.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/data-table",
3
- "version": "14.26.1",
3
+ "version": "14.26.2",
4
4
  "description": "Complex data grid built on top of ag-grid, with DST components and styles.",
5
5
  "type": "module",
6
6
  "main": "dist/legacy/index.cjs",
@@ -90,7 +90,7 @@
90
90
  "lodash.debounce": "4.0.8",
91
91
  "lodash.isequal": "4.5.0",
92
92
  "ramda": "0.28.0",
93
- "react-resize-detector": "12.0.0",
93
+ "react-resize-detector": "12.0.2",
94
94
  "ulid": "2.3.0"
95
95
  },
96
96
  "devDependencies": {
@@ -113,7 +113,7 @@
113
113
  "@procore/core-css": "10.17.0",
114
114
  "@procore/core-icons": "12.3.1",
115
115
  "@procore/core-prettier": "10.2.0",
116
- "@procore/core-react": "12.18.0",
116
+ "@procore/core-react": "12.19.0",
117
117
  "@procore/eslint-config": "10.0.0",
118
118
  "@procore/globalization-toolkit": "3.1.0",
119
119
  "@procore/labs-financials-utils": "4.3.1",