Skip to content

Commit edf96fc

Browse files
bump vue-bar-graph (#31705) (#31753)
backport vue-bar-graph bump to remove gsap dep
1 parent 6203ae7 commit edf96fc

File tree

3 files changed

+197
-25
lines changed

3 files changed

+197
-25
lines changed

package-lock.json

Lines changed: 195 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"uint8-to-base64": "0.2.0",
5555
"vanilla-colorful": "0.7.2",
5656
"vue": "3.4.25",
57-
"vue-bar-graph": "2.0.0",
57+
"vue-bar-graph": "2.1.0",
5858
"vue-chartjs": "5.3.1",
5959
"vue-loader": "17.4.2",
6060
"webpack": "5.91.0",

web_src/js/components/RepoActivityTopAuthors.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script>
2-
import VueBarGraph from 'vue-bar-graph';
2+
import {VueBarGraph} from 'vue-bar-graph';
33
import {createApp} from 'vue';
44
55
const sfc = {

0 commit comments

Comments
 (0)