Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cd18129

Browse files
committedMay 23, 2024·
Bump versions
1 parent bfc27e2 commit cd18129

File tree

2 files changed

+359
-619
lines changed

2 files changed

+359
-619
lines changed
 

‎package-lock.json

Lines changed: 343 additions & 603 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
@@ -45,16 +45,16 @@
4545
},
4646
"homepage": "https://github.com/angular/angularfire#readme",
4747
"dependencies": {
48-
"@angular-devkit/architect": "0.1800.0-rc.3",
49-
"@angular-devkit/core": "18.0.0-rc.3",
50-
"@angular-devkit/schematics": "18.0.0-rc.3",
51-
"@angular/common": "18.0.0-rc.3",
52-
"@angular/compiler": "18.0.0-rc.3",
53-
"@angular/core": "18.0.0-rc.3",
54-
"@angular/platform-browser": "18.0.0-rc.3",
55-
"@angular/platform-browser-dynamic": "18.0.0-rc.3",
56-
"@angular/router": "18.0.0-rc.3",
57-
"@schematics/angular": "18.0.0-rc.3",
48+
"@angular-devkit/architect": "~0.1800.0",
49+
"@angular-devkit/core": "^18.0.0",
50+
"@angular-devkit/schematics": "^18.0.0",
51+
"@angular/common": "^18.0.0",
52+
"@angular/compiler": "^18.0.0",
53+
"@angular/core": "^18.0.0",
54+
"@angular/platform-browser": "^18.0.0",
55+
"@angular/platform-browser-dynamic": "^18.0.0",
56+
"@angular/router": "^18.0.0",
57+
"@schematics/angular": "^18.0.0",
5858
"firebase": "^10.12.0",
5959
"firebase-admin": "^9.11.1",
6060
"firebase-functions": "^3.6.0",
@@ -75,11 +75,11 @@
7575
"zone.js": "~0.14.0"
7676
},
7777
"devDependencies": {
78-
"@angular-devkit/build-angular": "18.0.0-rc.3",
79-
"@angular/animations": "18.0.0-rc.3",
80-
"@angular/cli": "18.0.0-rc.3",
81-
"@angular/compiler-cli": "18.0.0-rc.3",
82-
"@angular/platform-server": "18.0.0-rc.3",
78+
"@angular-devkit/build-angular": "^18.0.0",
79+
"@angular/animations": "^18.0.0",
80+
"@angular/cli": "^18.0.0",
81+
"@angular/compiler-cli": "^18.0.0",
82+
"@angular/platform-server": "^18.0.0",
8383
"@types/fs-extra": "^7.0.0",
8484
"@types/gzip-size": "^5.1.1",
8585
"@types/inquirer": "^0.0.44",
@@ -107,7 +107,7 @@
107107
"karma-jasmine": "~5.1.0",
108108
"karma-jasmine-html-reporter": "^2.1.0",
109109
"karma-safarinative-launcher": "^1.1.0",
110-
"ng-packagr": "18.0.0-rc.0",
110+
"ng-packagr": "^18.0.0",
111111
"reflect-metadata": "^0.1.2",
112112
"replace-in-file": "^5.0.2",
113113
"rimraf": "^2.5.4",

0 commit comments

Comments
 (0)
Please sign in to comment.