Skip to content

Commit

Permalink
Vue.js 2.3 to 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jkazama committed Feb 23, 2018
1 parent 3b3e33d commit 4f067ff
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 119 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"dependencies": {
"bootstrap-sass": "~3.3.0",
"co": "~4.6.0",
"flatpickr": "~2.6.0",
"flatpickr": "~4.3.0",
"font-awesome": "~4.7.0",
"jquery": "~3.2.0",
"jquery": "~3.3.0",
"lodash": "~4.17.0",
"moment": "~2.18.0",
"superagent": "~3.5.0",
"vue": "~2.3.0",
"vue-router": "~2.5.0"
"moment": "~2.20.0",
"superagent": "~3.8.0",
"vue": "~2.5.0",
"vue-router": "~3.0.0"
},
"devDependencies": {
"babel-core": "~6.24.0",
Expand All @@ -50,10 +50,10 @@
"run-sequence": "~2.2.0",
"sass-loader": "~6.0.0",
"template-html-loader": "~1.0.0",
"vue-hot-reload-api": "~2.1.0",
"vue-loader": "~12.1.0",
"vue-style-loader": "~3.0.0",
"vue-template-compiler": "~2.3.0",
"vue-hot-reload-api": "~2.3.0",
"vue-loader": "~14.1.0",
"vue-style-loader": "~4.0.0",
"vue-template-compiler": "~2.5.0",
"webpack": "~3.11.0",
"webpack-stream": "~4.0.0"
}
Expand Down
Loading

0 comments on commit 4f067ff

Please sign in to comment.