From f7d577fa308de6280d669a6d3312ac8faa040dc4 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 20 Feb 2020 16:31:51 +0100 Subject: [PATCH] chore: use fixed version of vue@next --- .github/contributing.md | 2 +- package.json | 4 ++-- playground/App.vue | 2 +- yarn.lock | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/contributing.md b/.github/contributing.md index acb811bd..16deb4c6 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -1,4 +1,4 @@ -# Vue.js Contributing Guide +# Vue.js Router Contributing Guide Hi! I'm really excited that you are interested in contributing to Vue.js. Before submitting your contribution, please make sure to take a moment and read through the following guidelines: diff --git a/package.json b/package.json index 0d2ea787..180e829c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@types/jsdom": "^16.1.0", "@types/webpack": "^4.41.6", "@types/webpack-env": "^1.15.0", - "@vue/compiler-sfc": "^3.0.0-alpha.3", + "@vue/compiler-sfc": "3.0.0-alpha.4", "axios": "^0.19.2", "browserstack-local": "^1.4.5", "chromedriver": "^80.0.1", @@ -60,7 +60,7 @@ "ts-loader": "^6.2.1", "ts-node": "^8.6.2", "typescript": "^3.7.5", - "vue": "next", + "vue": "3.0.0-alpha.4", "vue-loader": "next", "webpack": "^4.41.6", "webpack-cli": "^3.3.11", diff --git a/playground/App.vue b/playground/App.vue index 5287225b..99b8e242 100644 --- a/playground/App.vue +++ b/playground/App.vue @@ -109,7 +109,7 @@ -