From 6f25c64945485619abca068a48fa06ddbb788b4c Mon Sep 17 00:00:00 2001 From: Ilya Radchenko Date: Fri, 1 Jun 2018 16:17:35 -0400 Subject: [PATCH] fix: update babel to 6.14 Prevents a deprecation warning for babel --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9aaaa4c..de6d5fc 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "blueimp-md5": "^2.7.0", "broccoli-funnel": "^1.2.0", "broccoli-merge-trees": "^2.0.0", - "ember-cli-babel": "^6.3.0", + "ember-cli-babel": "^6.14.0", "ember-cli-htmlbars": "^1.0.3" }, "devDependencies": {