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

feat: add highlightjs-copy #228

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7061,6 +7061,9 @@
"highlighter": {
"version": "*"
},
"highlightjs-copy": {
"version": "*"
},
Comment on lines +7064 to +7066
Copy link

Choose a reason for hiding this comment

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

Specify a controlled version range for highlightjs-copy.

Using "*" as the version string can lead to potential issues with future versions of the dependency, which might introduce breaking changes or bugs. It's a best practice to specify a more controlled version range, such as "^1.0.0" or "~1.0.0", depending on the stability and compatibility of the versions.

"highlightjs-solidity": {
"version": "*"
},
Expand Down
Loading