Skip to content

Commit 41290ad

Browse files
committed
Fix dependency convergence issues by updating @angular/animations and ensuring all Angular versions in overrides are updated.
1 parent 07b8917 commit 41290ad

2 files changed

Lines changed: 31 additions & 70 deletions

File tree

package-lock.json

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

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,24 @@
5656
"private": true,
5757
"overrides": {
5858
"@kolkov/ngx-gallery": {
59-
"@angular/animations": "^20.3.12",
60-
"@angular/common": "^20.3.12",
61-
"@angular/core": "^20.3.12"
59+
"@angular/animations": "^20.3.30",
60+
"@angular/common": "^20.3.30",
61+
"@angular/core": "^20.3.30"
6262
},
6363
"@ng-bootstrap/ng-bootstrap": {
64-
"@angular/common": "^20.3.12",
65-
"@angular/core": "^20.3.12",
66-
"@angular/forms": "^20.3.12",
67-
"@angular/localize": "^20.3.12"
64+
"@angular/common": "^20.3.30",
65+
"@angular/core": "^20.3.30",
66+
"@angular/forms": "^20.3.30",
67+
"@angular/localize": "^20.3.30"
6868
},
6969
"@4science_ng-dynamic-forms/core": {
70-
"@angular/common": "^20.3.12",
71-
"@angular/core": "^20.3.12",
72-
"@angular/forms": "^20.3.12"
70+
"@angular/common": "^20.3.30",
71+
"@angular/core": "^20.3.30",
72+
"@angular/forms": "^20.3.30"
7373
},
7474
"@nicky-lenaers/ngx-scroll-to": {
75-
"@angular/common": "^20.3.12",
76-
"@angular/core": "^20.3.12"
75+
"@angular/common": "^20.3.30",
76+
"@angular/core": "^20.3.30"
7777
},
7878
"react": "16.14.0",
7979
"react-dom": "16.14.0",
@@ -84,15 +84,15 @@
8484
"dependencies": {
8585
"@4science_ng-dynamic-forms/core": "^19.1.0",
8686
"@4science_ng-dynamic-forms/ui-ng-bootstrap": "^19.1.0",
87-
"@angular/animations": "^20.3.25",
87+
"@angular/animations": "^20.3.30",
8888
"@angular/cdk": "^20.2.14",
8989
"@angular/common": "^20.3.30",
9090
"@angular/compiler": "^20.3.30",
9191
"@angular/core": "^20.3.30",
9292
"@angular/forms": "^20.3.30",
9393
"@angular/localize": "^20.3.30",
9494
"@angular/platform-browser": "^20.3.30",
95-
"@angular/platform-browser-dynamic": "^20.3.25",
95+
"@angular/platform-browser-dynamic": "^20.3.30",
9696
"@angular/platform-server": "^20.3.30",
9797
"@angular/router": "^20.3.30",
9898
"@angular/ssr": "^20.3.31",
@@ -167,11 +167,11 @@
167167
"@angular-eslint/template-parser": "^20.6.0",
168168
"@angular-eslint/utils": "^20.7.0",
169169
"@angular/cli": "^20.3.35",
170-
"@angular/compiler-cli": "^20.3.25",
170+
"@angular/compiler-cli": "^20.3.30",
171171
"@cypress/schematic": "^1.5.0",
172172
"@fortawesome/fontawesome-free": "^6.7.2",
173173
"@ngrx/store-devtools": "^20.1.0",
174-
"@ngtools/webpack": "^20.3.10",
174+
"@ngtools/webpack": "^20.3.30",
175175
"@smarttools/eslint-plugin-rxjs": "^1.0.22",
176176
"@stylistic/eslint-plugin": "^3.1.0",
177177
"@types/deep-freeze": "0.1.5",

0 commit comments

Comments
 (0)