Skip to content

Commit

Permalink
update(prettier): change version.
Browse files Browse the repository at this point in the history
  • Loading branch information
chgc authored and vsavkin committed Dec 17, 2017
1 parent f91b530 commit 1481d16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"karma-chrome-launcher": "~2.1.1",
"karma-jasmine": "~1.1.0",
"karma-webpack": "2.0.4",
"prettier": "1.8.2",
"prettier": "^1.9.0",
"rxjs": "^5.5.2",
"tslint": "5.7.0",
"typescript": "2.5.3",
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 @@ -5,7 +5,7 @@ export const ngrxVersion = '4.1.1';
export const nxVersion = '*';
export const schematicsVersion = '*';
export const latestMigration = '20171213-update-tsconfig-spec-to-exclude-e2e';
export const prettierVersion = '1.8.2';
export const prettierVersion = '^1.9.0';
export const typescriptVersion = '2.5.3';
export const rxjsVersion = '^5.5.2';

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4679,9 +4679,9 @@ preserve@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"

prettier@1.8.2:
version "1.8.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.8.2.tgz#bff83e7fd573933c607875e5ba3abbdffb96aeb8"
prettier@^1.9.0:
version "1.9.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.9.2.tgz#96bc2132f7a32338e6078aeb29727178c6335827"

pretty-error@^2.0.2:
version "2.1.1"
Expand Down

0 comments on commit 1481d16

Please sign in to comment.