Skip to content

Commit ff76ab6

Browse files
authored
build(deps): update ag-grid to non-breaking major v34 (#34326)
1 parent f554848 commit ff76ab6

File tree

3 files changed

+21
-19
lines changed

3 files changed

+21
-19
lines changed

superset-frontend/package-lock.json

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

superset-frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@
121121
"@visx/scale": "^3.5.0",
122122
"@visx/tooltip": "^3.0.0",
123123
"@visx/xychart": "^3.5.1",
124-
"ag-grid-community": "33.1.1",
125-
"ag-grid-react": "33.1.1",
124+
"ag-grid-community": "^34.0.2",
125+
"ag-grid-react": "34.0.2",
126126
"antd": "^5.24.6",
127127
"chrono-node": "^2.7.8",
128128
"classnames": "^2.2.5",

superset-frontend/plugins/plugin-chart-ag-grid-table/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@react-icons/all-files": "^4.1.0",
2828
"@types/d3-array": "^2.9.0",
2929
"@types/react-table": "^7.7.20",
30-
"ag-grid-community": "^33.1.1",
31-
"ag-grid-react": "^33.1.1",
30+
"ag-grid-community": "^34.0.2",
31+
"ag-grid-react": "^34.0.2",
3232
"classnames": "^2.5.1",
3333
"d3-array": "^2.4.0",
3434
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)