azz / prettier-tslint

Code ➡️ prettier ➡️ tslint --fix ➡️ Formatted Code ✨
https://npm.im/prettier-tslint
MIT License
225 stars 13 forks source link

Update the project dependencies to support TS v3 #22

Closed Jared-Dev closed 5 years ago

Jared-Dev commented 5 years ago

Resolves #18

Updates all dependencies to the latest versions as of the PR.

zw-slime commented 5 years ago

when will you merge the request? I need to update typescript.

aleclarson commented 5 years ago

@azz What's the point of using ~ instead of ^ for the typescript version? (I know how they work, but what is ~ fixing here?) edit: Ah, that's only for the dev dependency. Still curious, though!