From d08a466b26d121f5aa1f002ca54f76f0b214693d Mon Sep 17 00:00:00 2001 From: willworks Date: Mon, 10 Dec 2018 16:19:31 +0800 Subject: [PATCH 1/2] Add vue bug version --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index 716f5bb..ceb54a1 100644 --- a/package.json +++ b/package.json @@ -209,6 +209,16 @@ "version": "6.5.5", "reason": "https://github.com/epoberezkin/ajv/issues/889" } + }, + "vue": { + "2.5.19": { + "version": "2.5.17", + "reason": "https://github.com/vuejs/vue/pull/9173" + }, + "2.5.18": { + "version": "2.5.17", + "reason": "https://github.com/vuejs/vue/pull/9173" + } } } } From ac5d12abf6993ef2e914f151732d2eab0108f3d7 Mon Sep 17 00:00:00 2001 From: willworks Date: Mon, 10 Dec 2018 17:37:40 +0800 Subject: [PATCH 2/2] Add vue-server-renderer & vue-template-compiler bug version --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/package.json b/package.json index ceb54a1..7a4efc8 100644 --- a/package.json +++ b/package.json @@ -219,6 +219,26 @@ "version": "2.5.17", "reason": "https://github.com/vuejs/vue/pull/9173" } + }, + "vue-server-renderer": { + "2.5.19": { + "version": "2.5.17", + "reason": "https://github.com/vuejs/vue/pull/9173" + }, + "2.5.18": { + "version": "2.5.17", + "reason": "https://github.com/vuejs/vue/pull/9173" + } + }, + "vue-template-compiler": { + "2.5.19": { + "version": "2.5.17", + "reason": "https://github.com/vuejs/vue/pull/9173" + }, + "2.5.18": { + "version": "2.5.17", + "reason": "https://github.com/vuejs/vue/pull/9173" + } } } }