Skip to content

Commit 5104098

Browse files
committed
chore(agnular): updated to latest angular for package and example app
1 parent 14ef140 commit 5104098

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

examples/angular/package-lock.json

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

examples/angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"zone.js": "~0.15.0"
4040
},
4141
"devDependencies": {
42-
"@angular/build": "^20.2.2",
43-
"@angular/cli": "^20.2.2",
44-
"@angular/compiler-cli": "^20.2.4",
42+
"@angular/build": "^20.2.0",
43+
"@angular/cli": "^20.2.0",
44+
"@angular/compiler-cli": "^20.2.0",
4545
"@types/express": "^4.17.17",
4646
"@types/jasmine": "~5.1.0",
4747
"@types/node": "^18.18.0",

packages/firebaseui-angular/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"release": "pnpm pack --pack-destination ../../releases/"
2121
},
2222
"peerDependencies": {
23-
"@angular/common": "^19.1.0",
24-
"@angular/core": "^19.1.0",
23+
"@angular/common": "^20.0.0",
24+
"@angular/core": "^20.0.0",
2525
"@firebase-ui/core": "workspace:*",
2626
"@firebase-ui/translations": "workspace:*"
2727
},
@@ -33,10 +33,10 @@
3333
},
3434
"sideEffects": false,
3535
"devDependencies": {
36-
"@angular/fire": "^19.1.0",
37-
"@angular/forms": "^19.2.11",
38-
"@angular/router": "^19.2.11",
39-
"ng-packagr": "^19.1.0",
36+
"@angular/fire": "^20.0.1",
37+
"@angular/forms": "^20.0.0",
38+
"@angular/router": "^20.2.4",
39+
"ng-packagr": "^20.2.0",
4040
"rxjs": "^7.8.2"
4141
}
4242
}

0 commit comments

Comments
 (0)