版本升级,避免GitHub安全报警
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
|
||||
<checkstyle.version>7.6</checkstyle.version>
|
||||
<checkstyle.version>[8.18,)</checkstyle.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"@tinymce/tinymce-vue": "1.1.0",
|
||||
"@riophae/vue-treeselect": "0.0.37",
|
||||
"v-charts": "1.19.0",
|
||||
"axios": "0.18.0",
|
||||
"axios": ">=0.18.1",
|
||||
"clipboard": "1.7.1",
|
||||
"connect": "3.6.6",
|
||||
"echarts": "4.1.0",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@chenfengyuan/vue-countdown": "^1.1.2",
|
||||
"axios": "^0.18.0",
|
||||
"axios": ">=0.18.1",
|
||||
"dayjs": "^1.7.7",
|
||||
"js-cookie": "2.2.0",
|
||||
"lodash": "^4.17.11",
|
||||
|
||||
Reference in New Issue
Block a user