@procore/data-table 14.29.0 → 14.31.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.
- package/CHANGELOG.md +30 -0
- package/dist/legacy/index.cjs +737 -1787
- package/dist/legacy/index.d.cts +2 -0
- package/dist/legacy/index.d.ts +2 -0
- package/dist/legacy/index.js +737 -1787
- package/dist/modern/index.cjs +737 -1787
- package/dist/modern/index.d.cts +2 -0
- package/dist/modern/index.d.ts +2 -0
- package/dist/modern/index.js +737 -1787
- package/package.json +13 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@procore/data-table",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.31.0",
|
|
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",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"cypress:performance": "cypress run -b ${CYPRESS_BROWSER-chrome} --spec ${CYPRESS_SPEC-cypress/e2e/**/*.perf.ts}",
|
|
38
38
|
"cypress:performance:run": "start-server-and-test storybook-static:server http://127.0.0.1:6006 cypress:performance",
|
|
39
39
|
"cypress:run": "cypress run -b ${CYPRESS_BROWSER-chrome} --spec ${CYPRESS_SPEC-cypress/e2e/**/*.e2e.ts}",
|
|
40
|
-
"cypress:run:all": "start-server-and-test storybook-static:server http://127.0.0.1:6006 'yarn cypress
|
|
40
|
+
"cypress:run:all": "start-server-and-test storybook-static:server http://127.0.0.1:6006 'yarn dlx cypress run -b ${CYPRESS_BROWSER-chrome} --spec ${CYPRESS_SPEC-cypress/e2e/**/*.e2e.ts}'",
|
|
41
41
|
"cypress:install": "cypress install",
|
|
42
42
|
"format": "prettier --ignore-unknown --write --cache .",
|
|
43
43
|
"format:check": "prettier --ignore-unknown --check --cache .",
|
|
@@ -79,10 +79,10 @@
|
|
|
79
79
|
"styled-components": ">= 5.1.1 < 6"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@procore/error-pages": "0.2.
|
|
83
|
-
"@procore/labs-datetime-select": "0.1.
|
|
84
|
-
"@procore/labs-group-by-select": "4.0.
|
|
85
|
-
"@procore/toast-alert": "5.1.
|
|
82
|
+
"@procore/error-pages": "0.2.2",
|
|
83
|
+
"@procore/labs-datetime-select": "0.1.2",
|
|
84
|
+
"@procore/labs-group-by-select": "4.0.1",
|
|
85
|
+
"@procore/toast-alert": "5.1.1",
|
|
86
86
|
"@procore/web-sdk-storage": "^0.1.0",
|
|
87
87
|
"classnames": "2.5.1",
|
|
88
88
|
"date-fns": "2.29.1",
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
"@dotenvx/dotenvx": "1.6.4",
|
|
112
112
|
"@ngneat/falso": "6.4.0",
|
|
113
113
|
"@procore/core-css": "10.17.0",
|
|
114
|
-
"@procore/core-icons": "12.6.
|
|
114
|
+
"@procore/core-icons": "12.6.1",
|
|
115
115
|
"@procore/core-prettier": "10.2.0",
|
|
116
|
-
"@procore/core-react": "12.21.
|
|
116
|
+
"@procore/core-react": "12.21.2",
|
|
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",
|
|
@@ -141,9 +141,9 @@
|
|
|
141
141
|
"@typescript-eslint/eslint-plugin": "5.48.2",
|
|
142
142
|
"@typescript-eslint/parser": "5.48.1",
|
|
143
143
|
"css-loader": "6.7.1",
|
|
144
|
-
"cypress": "13.
|
|
144
|
+
"cypress": "^13.15.1",
|
|
145
145
|
"cypress-axe": "1.5.0",
|
|
146
|
-
"cypress-multi-reporters": "
|
|
146
|
+
"cypress-multi-reporters": "^2.0.5",
|
|
147
147
|
"cypress-real-events": "^1.11.0",
|
|
148
148
|
"cypress-web-vitals": "^4.1.2",
|
|
149
149
|
"esbuild-sass-plugin": "^2.16.1",
|
|
@@ -159,6 +159,7 @@
|
|
|
159
159
|
"http-server": "^14.1.1",
|
|
160
160
|
"jest": "29.5.0",
|
|
161
161
|
"miragejs": "0.1.45",
|
|
162
|
+
"mocha": "^11.7.0",
|
|
162
163
|
"mocha-junit-reporter": "^2.2.1",
|
|
163
164
|
"mochawesome": "^7.1.3",
|
|
164
165
|
"postcss-modules": "^6.0.0",
|
|
@@ -172,7 +173,7 @@
|
|
|
172
173
|
"storybook": "^7.5.3",
|
|
173
174
|
"style-loader": "3.3.1",
|
|
174
175
|
"styled-components": "5.3.9",
|
|
175
|
-
"tsup": "^8.0
|
|
176
|
+
"tsup": "^8.4.0",
|
|
176
177
|
"typescript": "^4.9.5"
|
|
177
178
|
}
|
|
178
|
-
}
|
|
179
|
+
}
|