From 336ffd8268833167e3bf1c8c784901bf2c204b63 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 18 Oct 2018 19:06:08 +0000 Subject: [PATCH] fix(package): update steal to version 2.1.5 Closes #3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f7999f..f67f522 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ ] }, "dependencies": { - "steal": "^1.0.10", + "steal": "^2.1.5", "steal-tools": "^1.0.3", "vue": "^2.1.4" },