Skip to content

Commit bfc27e2

Browse files
authored
v18 (#3534)
1 parent c866d08 commit bfc27e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"author": "angular,firebase",
2424
"license": "MIT",
2525
"peerDependencies": {
26-
"@angular/common": "~18.0.0-0 || ^18.0.0",
27-
"@angular/core": "~18.0.0-0 || ^18.0.0",
28-
"@angular/platform-browser": "~18.0.0-0 || ^18.0.0",
29-
"@angular/platform-browser-dynamic": "~18.0.0-0 || ^18.0.0",
26+
"@angular/common": "^18.0.0",
27+
"@angular/core": "^18.0.0",
28+
"@angular/platform-browser": "^18.0.0",
29+
"@angular/platform-browser-dynamic": "^18.0.0",
3030
"rxjs": "~7.8.0",
3131
"firebase-tools": "^13.0.0"
3232
},
@@ -36,8 +36,8 @@
3636
"dependencies": {
3737
"firebase": "^10.12.0",
3838
"rxfire": "^6.0.5",
39-
"@angular-devkit/schematics": "~18.0.0-0 || ^18.0.0",
40-
"@schematics/angular": "~18.0.0-0 || ^18.0.0",
39+
"@angular-devkit/schematics": "^18.0.0",
40+
"@schematics/angular": "^18.0.0",
4141
"tslib": "^2.3.0",
4242
"fuzzy": "^0.1.3",
4343
"inquirer-autocomplete-prompt": "^1.0.1",

0 commit comments

Comments
 (0)