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 vue3-apexcharts @f3ve/vue-markdown-it #136

Merged
merged 1 commit into from
Jun 6, 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
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18011,6 +18011,12 @@
},
"lozad": {
"version": "*"
},
"vue3-apexcharts":{
"version": "*"
Comment on lines +18015 to +18016
Copy link

Choose a reason for hiding this comment

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

Specify a more precise version for vue3-apexcharts.

Using a wildcard version (*) can lead to instability if the package updates include breaking changes. Consider using a more specific version or range, like ^latest_stable_version, to ensure compatibility and predictability.

},
"@f3ve/vue-markdown-it":{
"version": "*"
Comment on lines +18018 to +18019
Copy link

Choose a reason for hiding this comment

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

Specify a more precise version for @f3ve/vue-markdown-it.

Using a wildcard version (*) can lead to instability if the package updates include breaking changes. Consider using a more specific version or range, like ^latest_stable_version, to ensure compatibility and predictability.

}
}
}
Loading