From 386d67663fc0f8b851208ef7c2592823e0f056e9 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Tue, 11 Jun 2019 09:01:37 +0800 Subject: [PATCH] chore: update workbox-build to v4 (#1607) fixed annoying deprecation warnings of the outdated joi dependencies --- packages/@vuepress/plugin-pwa/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vuepress/plugin-pwa/package.json b/packages/@vuepress/plugin-pwa/package.json index c6353a4e..b4048538 100644 --- a/packages/@vuepress/plugin-pwa/package.json +++ b/packages/@vuepress/plugin-pwa/package.json @@ -20,7 +20,7 @@ "dependencies": { "@vuepress/shared-utils": "^1.0.1", "register-service-worker": "^1.5.2", - "workbox-build": "^3.1.0" + "workbox-build": "^4.3.1" }, "author": "ULIVZ ", "license": "MIT", -- GitLab