Skip to content

Commit

Permalink
fix(schematics): change rxjs version to use hat
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarty authored and vsavkin committed Dec 14, 2017
1 parent 327fdb8 commit 3b1942e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"karma-jasmine": "~1.1.0",
"karma-webpack": "2.0.4",
"prettier": "1.8.2",
"rxjs": "5.5.2",
"rxjs": "^5.5.2",
"tslint": "5.7.0",
"typescript": "2.5.3",
"strip-json-comments": "2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/src/collection/utility/lib-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const schematicsVersion = '*';
export const latestMigration = '20171213-update-tsconfig-spec-to-exclude-e2e';
export const prettierVersion = '1.8.2';
export const typescriptVersion = '2.5.3';
export const rxjsVersion = '5.5.2';
export const rxjsVersion = '^5.5.2';

export const libVersions = {
angularVersion,
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5113,11 +5113,11 @@ run-queue@^1.0.0, run-queue@^1.0.3:
dependencies:
aproba "^1.1.1"

rxjs@5.5.2, rxjs@^5.5.2:
version "5.5.2"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.2.tgz#28d403f0071121967f18ad665563255d54236ac3"
rxjs@^5.5.2:
version "5.5.5"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.5.tgz#e164f11d38eaf29f56f08c3447f74ff02dd84e97"
dependencies:
symbol-observable "^1.0.1"
symbol-observable "1.0.1"

safe-buffer@5.1.1, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
version "5.1.1"
Expand Down Expand Up @@ -5653,9 +5653,9 @@ svgo@^0.7.0:
sax "~1.2.1"
whet.extend "~0.9.9"

symbol-observable@^1.0.1:
version "1.0.4"
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.4.tgz#29bf615d4aa7121bdd898b22d4b3f9bc4e2aa03d"
symbol-observable@1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.1.tgz#8340fc4702c3122df5d22288f88283f513d3fdd4"

symbol-tree@^3.2.1:
version "3.2.2"
Expand Down

0 comments on commit 3b1942e

Please sign in to comment.