From 9d0d9bf3d2edc735c420a958fc3c60357f94470f Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 16 Jul 2018 11:26:47 -0500 Subject: [PATCH] chore(stencil): update stencil to 0.10.7 --- core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/package.json b/core/package.json index 717942d811..2ca324f520 100644 --- a/core/package.json +++ b/core/package.json @@ -27,7 +27,7 @@ "ionicons": "4.2.4" }, "devDependencies": { - "@stencil/core": "^0.10.5", + "@stencil/core": "^0.10.7", "@stencil/dev-server": "latest", "@stencil/sass": "latest", "@stencil/utils": "latest",