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 latest version #36

Merged
merged 2 commits into from
Oct 5, 2018
Merged

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Oct 5, 2018

Upgrade dependent packages to latest version by using yarn upgrade(-interactive) --latest.

yarn.lock

By upgrading yarn v1.10.1 (current stable), yarn.lock has added new integrity section. So this PR has huge diff than usual in yarn.lock.

Marpit

It includes the performance improvement of Marpit. Marp core is slower than plain Marpit because of many additional features, but it would still recieve a benefit of performance from Marpit v0.1.3.

When marp-team/marpit#79's benchmark has applied to Marp core, the result on Node v8 is below:

Marpit version Plain Marpit Marp Core
v0.1.2 2079.95ms 6962.60ms
v0.1.3 1211.00ms 4136.25ms

It becomes about 68% faster than previous version of core by updating Marpit.

@yhatt yhatt merged commit 4e03d7e into master Oct 5, 2018
@yhatt yhatt deleted the upgrade-dependencies branch October 5, 2018 12:18
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