update some dev dependencies to newer versions in package.json#72
Open
tom-berend wants to merge 3 commits intoCurriculumAssociates:mainfrom
Open
update some dev dependencies to newer versions in package.json#72tom-berend wants to merge 3 commits intoCurriculumAssociates:mainfrom
tom-berend wants to merge 3 commits intoCurriculumAssociates:mainfrom
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this pr updates some dev dependencies.
canvg-browser is no longer available, updated with canvg . This required changing an import in
VirtualNodesToCreateJS.jscpx is no longer maintained, replaced it with cpx2. Only used in
package.json.update to webpack-server and webpack-cli to get
npm run serverunning.added missing eslint dependency (presume you were using a global version)
updated babel and some other packages because
npm auditis unhappy. but it didn't make audit happier.I'm looking at LaTeX for ThreeJS, which seems trivial with this package since ThreeJS sprites are just canvas. So thank you for this excellent package. But I can't do much until package.json is up to date.