Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dependent packages to the latest version #138

Merged
merged 3 commits into from
Aug 23, 2019
Merged

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Aug 23, 2019

Upgrade dependent packages to the latest version by using yarn upgrade --latest. (Except Puppeteer: #106)

This PR is included the update of Marpit v1.3.2 and Marp Core v0.12.1.

Notable changes

  • yargs has major update to v14. Probably its breaking changes are not affected to Marp CLI.

"@types/pug": "^2.0.4",
"@types/puppeteer": "^1.12.4",
"@types/puppeteer": "^1.19.1",
Copy link
Member Author

Choose a reason for hiding this comment

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

We have mismatched version between puppeteer-core and its type definition, but we have to use this version because @types/puppeteer for v1.17.x is not provided.

@yhatt yhatt merged commit 0be06d4 into master Aug 23, 2019
@yhatt yhatt deleted the update-dependencies branch August 23, 2019 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant