Skip to content

Commit 7c6e088

Browse files
committed
Cleaning up versions a bit
1 parent 9b870a9 commit 7c6e088

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/angular/angularfire2#readme",
3535
"dependencies": {
36-
"@angular-devkit/architect": "<0.900 || ^0.800.0 || ^0.900.0-0 || ^9.0.0-0",
36+
"@angular-devkit/architect": "<0.900 || ^0.900.0-0 || ^9.0.0-0",
3737
"@angular-devkit/core": ">=6.0.0 <9 || ^9.0.0-0",
3838
"@angular-devkit/schematics": ">=6.0.0 <9 || ^9.0.0-0",
3939
"@angular/common": ">=6.0.0 <9 || ^9.0.0-0",
@@ -50,7 +50,7 @@
5050
"rxjs": "^6.0.0",
5151
"ws": "^3.3.2",
5252
"xhr2": "^0.1.4",
53-
"zone.js": "^0.8 || ^0.9"
53+
"zone.js": "^0.8.0 || ^0.9.0"
5454
},
5555
"optionalDependencies": {
5656
"bufferutil": "~3.0.0",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@angular-devkit/architect@<0.900 || ^0.800.0 || ^0.900.0-0 || ^9.0.0-0":
5+
"@angular-devkit/architect@<0.900 || ^0.900.0-0 || ^9.0.0-0":
66
version "0.800.0"
77
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.800.0.tgz#2f2ce1178b12b0c0fde455d00def60104b9cd08e"
88
integrity sha512-haXTS9EDaJfKyYiFylK2hObJH5DVGhX3OEn3OC7XUVlfKV3GRmC6NKXPjnxcN0wWP5zIV1c4xuB2N64mcxSnaA==
@@ -9216,7 +9216,7 @@ zip-stream@^1.2.0:
92169216
lodash "^4.8.0"
92179217
readable-stream "^2.0.0"
92189218

9219-
"zone.js@^0.8 || ^0.9":
9219+
"zone.js@^0.8.0 || ^0.9.0":
92209220
version "0.9.1"
92219221
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.9.1.tgz#e37c6e5c54c13fae4de26b5ffe8d8e9212da6d9b"
92229222
integrity sha512-GkPiJL8jifSrKReKaTZ5jkhrMEgXbXYC+IPo1iquBjayRa0q86w3Dipjn8b415jpitMExe9lV8iTsv8tk3DGag==

0 commit comments

Comments
 (0)