X Tutup
Skip to content

fix(honkit): use ^ semver for deps#185

Merged
azu merged 2 commits intomasterfrom
fix-dependencies
Feb 15, 2021
Merged

fix(honkit): use ^ semver for deps#185
azu merged 2 commits intomasterfrom
fix-dependencies

Conversation

@azu
Copy link
Member

@azu azu commented Feb 15, 2021

Fix to use ^ caret semver for dependepenes.

refs #184

"resolve": "^1.17.0",
"semver": "^5.1.0",
"send": "^0.17.1",
"spawn-cmd": "0.0.2",
Copy link
Member Author

Choose a reason for hiding this comment

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

"tmp": "0.0.28",
"try-resolve": "^1.0.1",
"urijs": "1.19.4"
"urijs": "^1.19.4"
Copy link
Member Author

Choose a reason for hiding this comment

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

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

X Tutup