Skip to content

Commit f215d8f

Browse files
authored
feat(angular): Update angular peer dependencies to support v20 (#979)
feat(angular): Update angular dependencies to support v20
1 parent 4b56579 commit f215d8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

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

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"build": "cd ../.. && ng build @cdssnc/gcds-components-angular"
1919
},
2020
"peerDependencies": {
21-
"@angular/common": "^19.0.0",
22-
"@angular/core": "^19.0.0",
21+
"@angular/common": "^19.0.0 || ^20.0.0",
22+
"@angular/core": "^19.0.0 || ^20.0.0",
2323
"@cdssnc/gcds-components": "^0.43.1"
2424
},
2525
"dependencies": {

0 commit comments

Comments
 (0)