Skip to content

Commit 33c0c4d

Browse files
committed
fix(deps): update angular monorepo to v20
1 parent b1e67ac commit 33c0c4d

File tree

4 files changed

+298
-104
lines changed

4 files changed

+298
-104
lines changed

packages/app-angular/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
},
2020
"private": true,
2121
"dependencies": {
22-
"@angular/animations": "^18.2.11",
23-
"@angular/common": "^18.2.11",
24-
"@angular/compiler": "^18.2.11",
25-
"@angular/core": "^18.2.11",
26-
"@angular/forms": "^18.2.11",
27-
"@angular/platform-browser": "^18.2.11",
28-
"@angular/platform-browser-dynamic": "^18.2.11",
29-
"@angular/router": "^18.2.11",
22+
"@angular/animations": "^20.0.0",
23+
"@angular/common": "^20.0.0",
24+
"@angular/compiler": "^20.0.0",
25+
"@angular/core": "^20.0.0",
26+
"@angular/forms": "^20.0.0",
27+
"@angular/platform-browser": "^20.0.0",
28+
"@angular/platform-browser-dynamic": "^20.0.0",
29+
"@angular/router": "^20.0.0",
3030
"@ngx-translate/core": "^14.0.0",
3131
"@ngx-translate/http-loader": "^7.0.0",
3232
"@ongov/ontario-design-system-component-library-angular": "^6.0.0-alpha.1",

packages/ontario-design-system-component-library-angular/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
"README.md"
3535
],
3636
"dependencies": {
37-
"@angular/animations": "^18.2.11",
38-
"@angular/common": "^18.2.11",
39-
"@angular/compiler": "^18.2.11",
40-
"@angular/core": "^18.2.11",
41-
"@angular/forms": "^18.2.11",
42-
"@angular/platform-browser": "^18.2.11",
43-
"@angular/platform-browser-dynamic": "^18.2.11",
44-
"@angular/router": "^18.2.11",
37+
"@angular/animations": "^20.0.0",
38+
"@angular/common": "^20.0.0",
39+
"@angular/compiler": "^20.0.0",
40+
"@angular/core": "^20.0.0",
41+
"@angular/forms": "^20.0.0",
42+
"@angular/platform-browser": "^20.0.0",
43+
"@angular/platform-browser-dynamic": "^20.0.0",
44+
"@angular/router": "^20.0.0",
4545
"@ongov/ontario-design-system-component-library": "6.0.0-alpha.1",
4646
"@ongov/ontario-design-system-global-styles": "6.0.0-alpha.1",
4747
"copyfiles": "^2.4.1",

0 commit comments

Comments
 (0)