From bcb7ee8d2adc980760151bd4ad5a4f9cca954325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Sun, 3 Feb 2019 18:00:56 +0900 Subject: [PATCH] Hotfix build fails refs: https://github.com/vuejs/vue-cli/issues/3407#issuecomment-459985313 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 0d5ce5a0c..ab74cd5ba 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,9 @@ "test": "gulp test", "format": "gulp format" }, + "resolutions": { + "teaser": "3.14.1" + } "dependencies": { "@fortawesome/fontawesome-svg-core": "1.2.14", "@fortawesome/free-brands-svg-icons": "5.6.3",