Skip to content

Commit

Permalink
Update prettier to 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Jul 23, 2019
1 parent 4b7b8f3 commit 3cc5f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"httpception": "^3.0.0",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"prettier": "~1.14.0",
"prettier": "^1.18.2",
"sinon": "^7.3.2",
"unexpected": "^11.7.0",
"unexpected-set": "^2.0.0",
Expand Down

2 comments on commit 3cc5f3e

@papandreou
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would keep the ~ as they tend to change formatting rules in minor versions. It's easier to handle that in the greenkeeper PR than having it bleed into other changes.

@Munter
Copy link
Owner Author

@Munter Munter commented on 3cc5f3e Jul 23, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch

Please sign in to comment.