Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fixed Vue.js compilation error by updating Vue.js version (vuejs/vue#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhiy-Shekhovtsov authored and lamby committed Nov 19, 2017
1 parent bcb7437 commit 288cc1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"vue-resource": "^1.3.4",
"vue": "^2.4.2"
"vue": "^2.5.6"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
Expand Down Expand Up @@ -82,7 +82,7 @@
"vue-loader": "^13.0.4",
"vue-router": "^2.7.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.4.2",
"vue-template-compiler": "^2.5.6",
"cornerstone-core": " 0.13.0",
"cornerstone-tools": " 0.10.0",
"jquery-slim": "^3.0.0",
Expand Down

0 comments on commit 288cc1f

Please sign in to comment.