bump:update vue

This commit is contained in:
Pan 2017-11-21 09:38:43 +08:00
parent 690c779c64
commit a9363ce541
3 changed files with 10 additions and 10 deletions

View file

@ -28,7 +28,7 @@ var webpackConfig = merge(baseWebpackConfig, {
output: {
path: config.build.assetsRoot,
filename: utils.assetsPath('js/[name].[chunkhash].js'),
chunkFilename: utils.assetsPath('js/[name].[chunkhash].js'),
chunkFilename: utils.assetsPath('js/[id].[chunkhash].js'),
publicPath: config.build.assetsPublicPath
},
plugins: [

14
package-lock.json generated
View file

@ -6655,7 +6655,7 @@
"no-case": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz",
"integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==",
"integrity": "sha1-YLgTOWvjmz8SiKTB7V0efSi0ZKw=",
"dev": true,
"requires": {
"lower-case": "1.1.4"
@ -11721,9 +11721,9 @@
"integrity": "sha1-VGXAzhHQiB99jjbYylhwQ/M6Ja4="
},
"vue": {
"version": "2.5.4",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.5.4.tgz",
"integrity": "sha512-AHCPCJdPe/hP0lEd1j4KKyM5J5Qmihr5eL94AJMbfgSofxXF8izd3dcvLLBSRm1EhCqYf1RhUAKua0uOsp6xGA=="
"version": "2.5.7",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.5.7.tgz",
"integrity": "sha512-eMsl1hMSw+/1o5+W9LnNKwQqOAhqAW8KfaQcPg0EjczMqU9o53VkLAQ5jk84aSYnOqeBCaLYHs0BB5iqNOuotA=="
},
"vue-count-to": {
"version": "1.0.10",
@ -11795,9 +11795,9 @@
}
},
"vue-template-compiler": {
"version": "2.5.4",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.4.tgz",
"integrity": "sha512-EOKW96eTxlcVAooCAYMLjuFZEcKXj7abCWjQaRJtcSApJEtBmo7ShmyBnJhYCpSSKzB9Fd6cXhvKmbLz2FZxsA==",
"version": "2.5.7",
"resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.7.tgz",
"integrity": "sha512-XS17M9Sebm0vwD54rX2ziKSqFrUlWywKPU7rmekCU0m6trBjLfztbSOnms8mbW1AyaqIAE6aLmjGzAUf1QHJag==",
"dev": true,
"requires": {
"de-indent": "1.0.2",

View file

@ -31,7 +31,7 @@
"showdown": "1.8.2",
"simplemde": "1.11.2",
"sortablejs": "1.6.1",
"vue": "2.5.4",
"vue": "2.5.7",
"vue-count-to": "1.0.10",
"vue-i18n": "7.3.2",
"vue-multiselect": "2.0.6",
@ -84,7 +84,7 @@
"url-loader": "0.6.2",
"vue-loader": "13.5.0",
"vue-style-loader": "3.0.3",
"vue-template-compiler": "2.5.4",
"vue-template-compiler": "2.5.7",
"webpack": "3.8.1",
"webpack-bundle-analyzer": "2.9.0",
"webpack-dev-middleware": "1.12.0",