Skip to content

Commit

Permalink
版本升级,避免GitHub安全报警
Browse files Browse the repository at this point in the history
  • Loading branch information
linlinjava committed Jun 28, 2019
1 parent 40a5515 commit 56fefae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion litemall-admin-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion litemall-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion litemall-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 56fefae

Please sign in to comment.