@procore/data-table 14.23.0 → 15.0.0-alpha.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/data-table",
3
- "version": "14.23.0",
3
+ "version": "15.0.0-alpha.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",
@@ -33,10 +33,10 @@
33
33
  "cypress:dev:open": "start-server-and-test storybook http://127.0.0.1:6006 'yarn cypress:open'",
34
34
  "cypress:dev:run": "start-server-and-test storybook http://127.0.0.1:6006 'yarn cypress:run'",
35
35
  "cypress:open": "cypress open",
36
- "cypress:component:run": "cypress run -b ${CYPRESS_BROWSER-chrome} --spec ${CYPRESS_SPEC-src/**/*.cy.tsx} --component",
37
- "cypress:performance": "cypress run -b ${CYPRESS_BROWSER-chrome} --spec ${CYPRESS_SPEC-cypress/e2e/**/*.perf.ts}",
36
+ "cypress:component:run": "cypress run -b ${CYPRESS_BROWSER-chrome} --spec ${CYPRESS_SPEC-\"src/**/*.cy.tsx\"} --component",
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
- "cypress:run": "cypress run -b ${CYPRESS_BROWSER-chrome} --spec ${CYPRESS_SPEC-cypress/e2e/**/*.e2e.ts}",
39
+ "cypress:run": "cypress run -b ${CYPRESS_BROWSER-chrome} --spec ${CYPRESS_SPEC-\"cypress/e2e/**/*.e2e.ts\"}",
40
40
  "cypress:run:all": "start-server-and-test storybook-static:server http://127.0.0.1:6006 'yarn cypress:run'",
41
41
  "cypress:install": "cypress install",
42
42
  "format": "prettier --ignore-unknown --write --cache .",
@@ -79,7 +79,7 @@
79
79
  "styled-components": ">= 5.1.1 < 6"
80
80
  },
81
81
  "dependencies": {
82
- "@ag-grid-enterprise/sparklines": "30.1.0",
82
+ "@ag-grid-enterprise/sparklines": "32.3.3",
83
83
  "@procore/labs-datetime-select": "0.1.1",
84
84
  "@procore/labs-group-by-select": "4.0.0",
85
85
  "@procore/toast-alert": "5.1.0",
@@ -94,18 +94,18 @@
94
94
  "ulid": "2.3.0"
95
95
  },
96
96
  "devDependencies": {
97
- "@ag-grid-community/client-side-row-model": "30.1.0",
98
- "@ag-grid-community/core": "30.1.0",
99
- "@ag-grid-community/csv-export": "30.1.0",
100
- "@ag-grid-community/react": "30.1.0",
101
- "@ag-grid-community/styles": "30.1.0",
102
- "@ag-grid-enterprise/core": "30.1.0",
103
- "@ag-grid-enterprise/excel-export": "30.1.0",
104
- "@ag-grid-enterprise/master-detail": "30.1.0",
105
- "@ag-grid-enterprise/menu": "30.1.0",
106
- "@ag-grid-enterprise/row-grouping": "30.1.0",
107
- "@ag-grid-enterprise/server-side-row-model": "30.1.0",
108
- "@ag-grid-enterprise/set-filter": "30.1.0",
97
+ "@ag-grid-community/client-side-row-model": "32.3.3",
98
+ "@ag-grid-community/core": "32.3.3",
99
+ "@ag-grid-community/csv-export": "32.3.3",
100
+ "@ag-grid-community/react": "32.3.3",
101
+ "@ag-grid-community/styles": "32.3.3",
102
+ "@ag-grid-enterprise/core": "32.3.3",
103
+ "@ag-grid-enterprise/excel-export": "32.3.3",
104
+ "@ag-grid-enterprise/master-detail": "32.3.3",
105
+ "@ag-grid-enterprise/menu": "32.3.3",
106
+ "@ag-grid-enterprise/row-grouping": "32.3.3",
107
+ "@ag-grid-enterprise/server-side-row-model": "32.3.3",
108
+ "@ag-grid-enterprise/set-filter": "32.3.3",
109
109
  "@babel/eslint-parser": "7.21.3",
110
110
  "@dotenvx/dotenvx": "1.6.4",
111
111
  "@ngneat/falso": "6.4.0",
@@ -175,6 +175,6 @@
175
175
  "style-loader": "3.3.1",
176
176
  "styled-components": "5.3.9",
177
177
  "tsup": "^8.0.1",
178
- "typescript": "^4.9.5"
178
+ "typescript": "^5.1.0"
179
179
  }
180
180
  }