Avoid peer dependency warnings while angular2-universal expects a specific version of rxjs
This commit is contained in:
parent
9ea1ca0a9b
commit
218ca1fa44
|
|
@ -32,8 +32,8 @@
|
||||||
"aspnet-webpack": "^1.0.1",
|
"aspnet-webpack": "^1.0.1",
|
||||||
"css": "^2.2.1",
|
"css": "^2.2.1",
|
||||||
"isomorphic-fetch": "^2.2.1",
|
"isomorphic-fetch": "^2.2.1",
|
||||||
"preboot": "^2.0.5",
|
"preboot": "^2.0.10",
|
||||||
"rxjs": "^5.0.0-beta.7",
|
"rxjs": "5.0.0-beta.6",
|
||||||
"webpack-externals-plugin": "^1.0.0",
|
"webpack-externals-plugin": "^1.0.0",
|
||||||
"zone.js": "^0.6.12"
|
"zone.js": "^0.6.12"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue