Skip to content

Commit

Permalink
bump vue-bar-graph (go-gitea#31705)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick committed Aug 1, 2024
1 parent 6203ae7 commit 21392e3
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 25 deletions.
218 changes: 195 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"uint8-to-base64": "0.2.0",
"vanilla-colorful": "0.7.2",
"vue": "3.4.25",
"vue-bar-graph": "2.0.0",
"vue-bar-graph": "2.1.0",
"vue-chartjs": "5.3.1",
"vue-loader": "17.4.2",
"webpack": "5.91.0",
Expand Down
2 changes: 1 addition & 1 deletion web_src/js/components/RepoActivityTopAuthors.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
import VueBarGraph from 'vue-bar-graph';
import {VueBarGraph} from 'vue-bar-graph';
import {createApp} from 'vue';
const sfc = {
Expand Down

0 comments on commit 21392e3

Please sign in to comment.