@procore/data-table 14.26.0 → 14.26.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.
- package/CHANGELOG.md +7 -0
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@procore/data-table",
|
|
3
|
-
"version": "14.26.
|
|
3
|
+
"version": "14.26.1",
|
|
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",
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
"styled-components": ">= 5.1.1 < 6"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
+
"@procore/error-pages": "0.2.1",
|
|
82
83
|
"@procore/labs-datetime-select": "0.1.1",
|
|
83
84
|
"@procore/labs-group-by-select": "4.0.0",
|
|
84
85
|
"@procore/toast-alert": "5.1.0",
|
|
@@ -112,11 +113,11 @@
|
|
|
112
113
|
"@procore/core-css": "10.17.0",
|
|
113
114
|
"@procore/core-icons": "12.3.1",
|
|
114
115
|
"@procore/core-prettier": "10.2.0",
|
|
115
|
-
"@procore/core-react": "12.
|
|
116
|
+
"@procore/core-react": "12.18.0",
|
|
116
117
|
"@procore/eslint-config": "10.0.0",
|
|
117
118
|
"@procore/globalization-toolkit": "3.1.0",
|
|
118
|
-
"@procore/labs-financials-utils": "3.
|
|
119
|
-
"@procore/labs-procore-environment": "
|
|
119
|
+
"@procore/labs-financials-utils": "4.3.1",
|
|
120
|
+
"@procore/labs-procore-environment": "5.0.1",
|
|
120
121
|
"@procore/pseudolocalize": "^0.1.1",
|
|
121
122
|
"@procore/storybook-addon": "^4.0.0",
|
|
122
123
|
"@storybook/addon-docs": "^7.5.3",
|