forked from prettier/prettier
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dist/ build by upgrading typescript to nightly (prettier#2174)
Before, this error happened upon `yarn build`: 🚨 (commonjs plugin) Binding arguments in strict mode (49161:16) in /Users/josephfrazier/workspace/prettier/node_modules/typescript/lib/typescript.js
- Loading branch information
1 parent
fe8cc68
commit 59a294f
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3596,9 +3596,9 @@ typedarray@^0.0.6: | |
lodash.unescape "4.0.1" | ||
semver "5.3.0" | ||
|
||
typescript@2.4.0: | ||
version "2.4.0" | ||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.0.tgz#aef5a8d404beba36ad339abf079ddddfffba86dd" | ||
typescript@2.5.0-dev.20170617: | ||
version "2.5.0-dev.20170617" | ||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.5.0-dev.20170617.tgz#5c72d3d4ea278f8db662f513c6911cd31378f024" | ||
|
||
[email protected]: | ||
version "3.0.15" | ||
|