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

Update package.json #63

Closed
wants to merge 1 commit into from
Closed

Conversation

puntorigen
Copy link

This small change, fixes doctoc updated dependency error

fixed doctoc version pkg
@@ -35,7 +35,7 @@
"url": "https://github.com/DavidWells/markdown-magic"
},
"dependencies": {
"@technote-space/doctoc": "^2.4.7",
"@technote-space/doctoc": "2.4.7",

Choose a reason for hiding this comment

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

Since this project doesn't pin dependencies anywhere (it would be great if it did), it might be more natural to use some range instead:

Suggested change
"@technote-space/doctoc": "2.4.7",
"@technote-space/doctoc": "~2.4",

@DavidWells
Copy link
Owner

Locked the dep to older version here #65

Released via markdown-magic@2.6.1

Thanks for the report

@DavidWells DavidWells closed this Sep 2, 2022
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.

None yet

3 participants