Skip to content
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

chore(deps): update dependency ag-grid-angular to ~31.3.0 - autoclosed #1892

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion apps/chrome-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@o3r/styling": "workspace:^",
"@popperjs/core": "^2.11.5",
"@types/color": "^3.0.6",
"ag-grid-angular": "~31.1.1",
"ag-grid-angular": "~31.3.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's too early, we need design-factory to migrate first.

"ag-grid-community": "~32.0.1",
"bootstrap": "5.3.3",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@o3r/styling": "workspace:^",
"@o3r/testing": "workspace:^",
"@popperjs/core": "^2.11.5",
"ag-grid-angular": "~31.1.1",
"ag-grid-angular": "~31.3.0",
"ag-grid-community": "~32.0.1",
"bootstrap": "5.3.3",
"highlight.js": "^11.8.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"@typescript-eslint/types": "^7.14.1",
"@typescript-eslint/utils": "^7.14.1",
"@yarnpkg/sdks": "^3.0.0",
"ag-grid-angular": "~31.1.1",
"ag-grid-angular": "~31.3.0",
"ag-grid-community": "~32.0.1",
"babel-loader": "^9.0.0",
"bootstrap": "5.3.3",
Expand Down
23 changes: 8 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6861,7 +6861,7 @@ __metadata:
"@typescript-eslint/parser": "npm:^7.14.1"
"@typescript-eslint/types": "npm:^7.14.1"
"@typescript-eslint/utils": "npm:^7.14.1"
ag-grid-angular: "npm:~31.1.1"
ag-grid-angular: "npm:~31.3.0"
ag-grid-community: "npm:~32.0.1"
archiver: "npm:^7.0.0"
bootstrap: "npm:5.3.3"
Expand Down Expand Up @@ -7969,7 +7969,7 @@ __metadata:
"@typescript-eslint/types": "npm:^7.14.1"
"@typescript-eslint/utils": "npm:^7.14.1"
"@yarnpkg/sdks": "npm:^3.0.0"
ag-grid-angular: "npm:~31.1.1"
ag-grid-angular: "npm:~31.3.0"
ag-grid-community: "npm:~32.0.1"
babel-loader: "npm:^9.0.0"
bootstrap: "npm:5.3.3"
Expand Down Expand Up @@ -8816,7 +8816,7 @@ __metadata:
"@typescript-eslint/parser": "npm:^7.14.1"
"@typescript-eslint/types": "npm:^7.14.1"
"@typescript-eslint/utils": "npm:^7.14.1"
ag-grid-angular: "npm:~31.1.1"
ag-grid-angular: "npm:~31.3.0"
ag-grid-community: "npm:~32.0.1"
bootstrap: "npm:5.3.3"
concurrently: "npm:^8.0.0"
Expand Down Expand Up @@ -13985,23 +13985,16 @@ __metadata:
languageName: node
linkType: hard

"ag-grid-angular@npm:~31.1.1":
version: 31.1.1
resolution: "ag-grid-angular@npm:31.1.1"
"ag-grid-angular@npm:~31.3.0":
version: 31.3.4
resolution: "ag-grid-angular@npm:31.3.4"
dependencies:
ag-grid-community: "npm:31.1.1"
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/common": ">= 14.0.0"
"@angular/core": ">= 14.0.0"
checksum: 10/26688a1a81f98e114c43e715d6cf4b88f26044823cc861525795d3b8640550a647d207f7e370a622775fd29905a68026454bdeab3ba2f28862b43ff7ef88df8f
languageName: node
linkType: hard

"ag-grid-community@npm:31.1.1":
version: 31.1.1
resolution: "ag-grid-community@npm:31.1.1"
checksum: 10/345e3ca0d46eacbd95b52f0c36cbe33b3f2932afdb76118f7afe3d969f72e17e589730f356ae4943a493a747a70138c8f8bd8f36bf1d7ca069f36d2a040e8f4f
ag-grid-community: 31.3.4
checksum: 10/1f8851b87c1b1ece6fa957fe65f18076a6bd4f831b0ca4e4986cdce8e80169433ee5b49f1eb0c4e5445435578ffda9777ebcf2ca24f98952977291a5c1b77562
languageName: node
linkType: hard

Expand Down
Loading