Skip to content

Commit

Permalink
Use resolutions to force prettier to 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Nov 21, 2019
1 parent f95f678 commit 8d18c9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
},
"homepage": "https://Addepar.github.io/ember-table",
"resolutions": {
"ember-cli-page-object": "1.15.1"
"ember-cli-page-object": "1.15.1",
"prettier": "1.18.2"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11675,7 +11675,7 @@ prepend-http@^2.0.0:
resolved "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=

prettier@^1.12.0:
prettier@1.18.2, prettier@^1.12.0:
version "1.18.2"
resolved "https://registry.npmjs.org/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
Expand Down

0 comments on commit 8d18c9b

Please sign in to comment.