From ec439b74626ced6a0a856818815f32a56d8fc6e3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 17 Jun 2019 17:13:25 +0000 Subject: [PATCH] Update @stencil/core requirement from ^0.18.0 to ^1.0.5 Updates the requirements on [@stencil/core](https://github.com/ionic-team/stencil) to permit the latest version. - [Release notes](https://github.com/ionic-team/stencil/releases) - [Changelog](https://github.com/ionic-team/stencil/blob/v1.0.5/CHANGELOG.md) - [Commits](https://github.com/ionic-team/stencil/compare/v0.18.0...v1.0.5) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e44c419..7227a2e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "url": "git+https://github.com/ionic-team/stencil-redux.git" }, "devDependencies": { - "@stencil/core": "^0.18.0", + "@stencil/core": "^1.0.5", "@types/jest": "^24.0.5", "@types/redux": "^3.6.0", "husky": "^2.1.0",