From 070b2e4e278f6432d23710d29755a9e653a67e12 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Tue, 18 Jun 2019 19:34:35 +0800 Subject: [PATCH] chore: update vuepress to v1 stable --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 69d1bf0eb..fe1b5e13d 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,8 @@ }, "devDependencies": { "@babel/core": "^7.4.5", - "@vuepress/plugin-pwa": "^1.0.0-alpha.48", - "@vuepress/theme-vue": "^1.0.0-alpha.48", + "@vuepress/plugin-pwa": "^1.0.1", + "@vuepress/theme-vue": "^1.0.1", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.0.1", "babel-jest": "^24.8.0", @@ -72,7 +72,7 @@ "rimraf": "^2.6.2", "semver": "^6.1.0", "typescript": "^3.4.5", - "vuepress": "1.0.0-alpha.47", + "vuepress": "^1.0.1", "webpack": ">=4 < 4.29", "yorkie": "^2.0.0" },