Skip to content

Commit 6043118

Browse files
authored
Fix missing dependency bumps (#987)
* switch hello-world tag to PascalCase (#951) * fix Es6 code issue. This file is not transpiled, so we should stick to ES5 * Fix bug in dev-server when a proxyTable entry is a string (#965) `options` can not be a `const` because it is modified if value is a string. * Fix casing * Revert 9befbfc * update to vue and vue-router latest version (#984) - vue 2.5 - vue-router 3.0 * fix missing dependency updates for * vue-template compiler * vue-loader * bump version string
1 parent a355ee8 commit 6043118

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

template/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
'use strict'
3-
// Template version: 1.1.1
3+
// Template version: 1.1.3
44
// see http://vuejs-templates.github.io/webpack for documentation.
55

66
const path = require('path')

template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@
9090
"ora": "^1.2.0",
9191
"rimraf": "^2.6.0",
9292
"url-loader": "^0.5.8",
93-
"vue-loader": "^13.0.4",
93+
"vue-loader": "^13.3.0",
9494
"vue-style-loader": "^3.0.1",
95-
"vue-template-compiler": "^2.4.2",
95+
"vue-template-compiler": "^2.5.2",
9696
"portfinder": "^1.0.13",
9797
"webpack": "^3.6.0",
9898
"webpack-dev-middleware": "^1.12.0",

0 commit comments

Comments
 (0)