From 472e76fa259ea10352ebb649e5bc62fb56d419e4 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Mon, 12 Nov 2018 19:11:39 -0500 Subject: [PATCH] Update relevant dependencies to 7.1.5. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 257ec0792d..501577f0ab 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,10 @@ "@babel/plugin-transform-arrow-functions": "^7.0.0", "@babel/plugin-transform-async-to-generator": "^7.1.0", "@babel/plugin-transform-block-scoped-functions": "^7.0.0", - "@babel/plugin-transform-block-scoping": "^7.0.0", + "@babel/plugin-transform-block-scoping": "^7.1.5", "@babel/plugin-transform-classes": "^7.1.0", "@babel/plugin-transform-computed-properties": "^7.0.0", - "@babel/plugin-transform-destructuring": "^7.1.2", + "@babel/plugin-transform-destructuring": "^7.1.3", "@babel/plugin-transform-exponentiation-operator": "^7.1.0", "@babel/plugin-transform-flow-strip-types": "^7.0.0", "@babel/plugin-transform-for-of": "^7.0.0", @@ -35,6 +35,6 @@ "@babel/plugin-transform-unicode-regex": "^7.0.0" }, "devDependencies": { - "@babel/core": "^7.1.2" + "@babel/core": "^7.1.5" } }