diff --git a/package-lock.json b/package-lock.json index 353e0ab655..2f277f180f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "vue": "3.2.47", "vue-bar-graph": "2.0.0", "vue-loader": "17.0.1", - "vue3-calendar-heatmap": "2.0.0", + "vue3-calendar-heatmap": "2.0.2", "webpack": "5.76.2", "webpack-cli": "5.0.1", "workbox-routing": "6.5.4", @@ -9425,17 +9425,17 @@ } }, "node_modules/vue3-calendar-heatmap": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/vue3-calendar-heatmap/-/vue3-calendar-heatmap-2.0.0.tgz", - "integrity": "sha512-BchyC33WiZryYatFINj3LWqgyE6X82Huzf7abA23tsF/IbaRZVwZzie8SmGaYvezEBiPXhJogQ3dtxIuXFjkBw==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/vue3-calendar-heatmap/-/vue3-calendar-heatmap-2.0.2.tgz", + "integrity": "sha512-ev0rNbOGhzX1YcNhFE0xSmJQUzK96wubBLdzaUKtKf0GhjYE8QAwzmWYcYrugolLgDj2vKzHQ/9gA3O9S26WOA==", "dependencies": { "tippy.js": "^6.3.7" }, "engines": { - "node": ">=12" + "node": ">=16" }, "peerDependencies": { - "vue": "^3.2.24" + "vue": "^3.2.29" } }, "node_modules/w3c-xmlserializer": { diff --git a/package.json b/package.json index db7cf1154b..e5f346f207 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "vue": "3.2.47", "vue-bar-graph": "2.0.0", "vue-loader": "17.0.1", - "vue3-calendar-heatmap": "2.0.0", + "vue3-calendar-heatmap": "2.0.2", "webpack": "5.76.2", "webpack-cli": "5.0.1", "workbox-routing": "6.5.4", diff --git a/templates/repo/issue/view_content/sidebar.tmpl b/templates/repo/issue/view_content/sidebar.tmpl index cef1e3a02e..fb7c77f4eb 100644 --- a/templates/repo/issue/view_content/sidebar.tmpl +++ b/templates/repo/issue/view_content/sidebar.tmpl @@ -661,9 +661,9 @@ {{if and (not (eq .Issue.PullRequest.HeadRepo.FullName .Issue.PullRequest.BaseRepo.FullName)) .CanWriteToHeadRepo}}
-
diff --git a/templates/repo/sub_menu.tmpl b/templates/repo/sub_menu.tmpl index 5c1688d019..adb1e3079f 100644 --- a/templates/repo/sub_menu.tmpl +++ b/templates/repo/sub_menu.tmpl @@ -40,7 +40,7 @@
{{range .LanguageStats}} -
 
+
 
{{end}}
{{end}} diff --git a/web_src/js/components/DashboardRepoList.vue b/web_src/js/components/DashboardRepoList.vue index 075af65af3..a97cfb02ba 100644 --- a/web_src/js/components/DashboardRepoList.vue +++ b/web_src/js/components/DashboardRepoList.vue @@ -147,7 +147,6 @@