Merge branch 'update-vue-2.1' into 'master'
Update Vue to v2.1 See merge request !9386
This commit is contained in:
commit
166d71cb8b
4 changed files with 9 additions and 5 deletions
4
changelogs/unreleased/update-vue-2-1.yml
Normal file
4
changelogs/unreleased/update-vue-2-1.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: update Vue to v2.1.10
|
||||
merge_request: 9386
|
||||
author:
|
|
@ -87,7 +87,7 @@ var config = {
|
|||
'bootstrap/js': 'bootstrap-sass/assets/javascripts/bootstrap',
|
||||
'emoji-aliases$': path.join(ROOT_PATH, 'fixtures/emojis/aliases.json'),
|
||||
'vendor': path.join(ROOT_PATH, 'vendor/assets/javascripts'),
|
||||
'vue$': IS_PRODUCTION ? 'vue/dist/vue.min.js' : 'vue/dist/vue.js',
|
||||
'vue$': 'vue/dist/vue.common.js',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"stats-webpack-plugin": "^0.4.3",
|
||||
"timeago.js": "^2.0.5",
|
||||
"underscore": "^1.8.3",
|
||||
"vue": "^2.0.3",
|
||||
"vue": "^2.1.10",
|
||||
"vue-resource": "^0.9.3",
|
||||
"webpack": "^2.2.1",
|
||||
"webpack-bundle-analyzer": "^2.3.0"
|
||||
|
|
|
@ -4410,9 +4410,9 @@ vue-resource@^0.9.3:
|
|||
version "0.9.3"
|
||||
resolved "https://registry.yarnpkg.com/vue-resource/-/vue-resource-0.9.3.tgz#ab46e1c44ea219142dcc28ae4043b3b04c80959d"
|
||||
|
||||
vue@^2.0.3:
|
||||
version "2.0.3"
|
||||
resolved "https://registry.yarnpkg.com/vue/-/vue-2.0.3.tgz#3f7698f83d6ad1f0e35955447901672876c63fde"
|
||||
vue@^2.1.10:
|
||||
version "2.1.10"
|
||||
resolved "https://registry.yarnpkg.com/vue/-/vue-2.1.10.tgz#c9235ca48c7925137be5807832ac4e3ac180427b"
|
||||
|
||||
watchpack@^1.2.0:
|
||||
version "1.2.1"
|
||||
|
|
Loading…
Reference in a new issue