Skip to content

Commit

Permalink
Merge branch 'main' into doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyu-ms authored Sep 2, 2024
2 parents f15ef32 + f3ad1c5 commit ea32b9b
Show file tree
Hide file tree
Showing 11 changed files with 476 additions and 1,539 deletions.
4 changes: 4 additions & 0 deletions doc/newsfragments/3010_changed.ag-grid_upgrade.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Various ui libraries got updated to more recent versions.

* AG Grid got upgraded to 32.1.0.
* Plotly.js got upgraded to 2.34.0.
3 changes: 2 additions & 1 deletion releaseherald/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ toml
parse
pydantic<2.0
pluggy
typing_extensions
typing_extensions
griffe<=0.49
8 changes: 4 additions & 4 deletions testplan/web_ui/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@reduxjs/toolkit": "~1.3.6",
"ag-grid-community": "^29.3.4",
"ag-grid-enterprise": "^29.3.4",
"ag-grid-react": "^29.3.4",
"ag-grid-community": "^32.1.0",
"ag-grid-enterprise": "^32.1.0",
"ag-grid-react": "^32.1.0",
"aphrodite": "2.2.3",
"axios": "^1.6.0",
"base64url": "^3.0.1",
Expand All @@ -41,7 +41,7 @@
"linkifyjs": "^4.1.1",
"lodash": "~4.17.21",
"pegjs": "^0.11.0-master.b7b87ea",
"plotly.js": "^1.58.5",
"plotly.js": "^2.34.0",
"pretty-bytes": "^6.1.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
Expand Down
Loading

0 comments on commit ea32b9b

Please sign in to comment.