Skip to content

Commit

Permalink
Cleaning up versions a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed May 30, 2019
1 parent 9b870a9 commit 7c6e088
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/angular/angularfire2#readme",
"dependencies": {
"@angular-devkit/architect": "<0.900 || ^0.800.0 || ^0.900.0-0 || ^9.0.0-0",
"@angular-devkit/architect": "<0.900 || ^0.900.0-0 || ^9.0.0-0",
"@angular-devkit/core": ">=6.0.0 <9 || ^9.0.0-0",
"@angular-devkit/schematics": ">=6.0.0 <9 || ^9.0.0-0",
"@angular/common": ">=6.0.0 <9 || ^9.0.0-0",
Expand All @@ -50,7 +50,7 @@
"rxjs": "^6.0.0",
"ws": "^3.3.2",
"xhr2": "^0.1.4",
"zone.js": "^0.8 || ^0.9"
"zone.js": "^0.8.0 || ^0.9.0"
},
"optionalDependencies": {
"bufferutil": "~3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


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

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

0 comments on commit 7c6e088

Please sign in to comment.