Skip to content

Commit 7fde508

Browse files
Merge pull request #4702 from xb058t/vue2.7
Vue uplift to v2.7
2 parents 34d3713 + 5d40fef commit 7fde508

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

web/server/vue-cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/server/vue-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"semver": "^5.7.1",
4040
"splitpanes": "^2.3.8",
4141
"uuid": "^13.0.0",
42-
"vue": "^2.6.14",
42+
"vue": "2.7",
4343
"vue-chartjs": "^3.5.1",
4444
"vue-router": "^3.5.3",
4545
"vuetify": "^2.7.2",

web/server/vue-cli/src/components/Statistics/Severity/SeverityStatistics.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,17 @@ import { ComponentSeverityStatistics } from "./ComponentSeverityStatistics";
6161
import {
6262
getSeverityStatistics
6363
} from "@/components/Statistics/StatisticsHelper";
64+
import TooltipHelpIcon from "@/components/TooltipHelpIcon";
6465
6566
import SeverityStatisticsTable from "./SeverityStatisticsTable";
6667
6768
export default {
6869
name: "SeverityStatistics",
6970
components: {
70-
SeverityStatisticsTable, UniqueStatWarning, ComponentSeverityStatistics
71+
SeverityStatisticsTable,
72+
UniqueStatWarning,
73+
ComponentSeverityStatistics,
74+
TooltipHelpIcon
7175
},
7276
mixins: [ BaseStatistics, SeverityMixin, ToCSV ],
7377

0 commit comments

Comments
 (0)