Skip to content

fix(deps): update ag-grid monorepo to v34 (major) #3214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@tremor/react": "^1.8.2",
"ace-builds": "^1.36.3",
"acorn": "^8.9.0",
"ag-grid-community": "^32.3.1",
"ag-grid-react": "^32.3.1",
"ag-grid-community": "^34.0.0",
"ag-grid-react": "^34.0.0",
"array-move": "^4.0.0",
"browserfs": "^1.4.3",
"classnames": "^2.3.2",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4606,32 +4606,32 @@ __metadata:
languageName: node
linkType: hard

"ag-charts-types@npm:10.3.8":
version: 10.3.8
resolution: "ag-charts-types@npm:10.3.8"
checksum: 10c0/89b6cf77367bd0877674f966a4ba96c226150ae375565b14dfd64297be5685636f57a90864c49e9462bc139b28102da165eff74f8abcace152b9228981efb0f6
"ag-charts-types@npm:12.1.1":
version: 12.1.1
resolution: "ag-charts-types@npm:12.1.1"
checksum: 10c0/8d49a1598cbb4bcc756bd85a622bc692d525c079751cf8fbcd94b39aab8b0c0297176de062bf846540e5d5598e9cb1786609f019682619999424d64ade70d3c8
languageName: node
linkType: hard

"ag-grid-community@npm:32.3.8, ag-grid-community@npm:^32.3.1":
version: 32.3.8
resolution: "ag-grid-community@npm:32.3.8"
"ag-grid-community@npm:34.1.1, ag-grid-community@npm:^34.0.0":
version: 34.1.1
resolution: "ag-grid-community@npm:34.1.1"
dependencies:
ag-charts-types: "npm:10.3.8"
checksum: 10c0/6b084374412195fab34fe311483d2c19b789f034b643514e88cd4639cdaa7bd2077d937e167af490af3c0be46449a7a52b37ccb253f1c92fa22d8f1e22abb134
ag-charts-types: "npm:12.1.1"
checksum: 10c0/7558385f74cd6ccb7738afc61720fdb2742d7b689d3d65fdc60cb3818243444109b65845d26b5005c48194b15f0f2fdfa0a38d10617c49364027f87cdc3b2234
languageName: node
linkType: hard

"ag-grid-react@npm:^32.3.1":
version: 32.3.8
resolution: "ag-grid-react@npm:32.3.8"
"ag-grid-react@npm:^34.0.0":
version: 34.1.1
resolution: "ag-grid-react@npm:34.1.1"
dependencies:
ag-grid-community: "npm:32.3.8"
ag-grid-community: "npm:34.1.1"
prop-types: "npm:^15.8.1"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
checksum: 10c0/0eb194da84a43a78c3c1b2aa571ac5e5a58053830824a682baede7cac846b9db1d9f12868309fb5da0bec2ba73dcf9d8d4a6a58b7ca5a0c232764e7b48946e3a
checksum: 10c0/8df25755eb97f8f6c647f750ea0f7aaf8e360ae00a9d105e90284303b9c5620d1b391e34fcda3faa046d76714ee49b4ce184e8c03e1aa4d9c3c28878e6c76659
languageName: node
linkType: hard

Expand Down Expand Up @@ -7542,8 +7542,8 @@ __metadata:
"@vitest/ui": "npm:^3.2.4"
ace-builds: "npm:^1.36.3"
acorn: "npm:^8.9.0"
ag-grid-community: "npm:^32.3.1"
ag-grid-react: "npm:^32.3.1"
ag-grid-community: "npm:^34.0.0"
ag-grid-react: "npm:^34.0.0"
array-move: "npm:^4.0.0"
browserfs: "npm:^1.4.3"
buffer: "npm:^6.0.3"
Expand Down
Loading