From ee31bfe227d04980b3ee4ade00d6dc4c16535ecb Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Fri, 6 Sep 2019 18:30:58 -0400 Subject: [PATCH] Update eligible dependencies to version 7.6.0. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f0289f14d1..2ec106a3cb 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,10 @@ "@babel/plugin-transform-arrow-functions": "^7.2.0", "@babel/plugin-transform-async-to-generator": "^7.5.0", "@babel/plugin-transform-block-scoped-functions": "^7.2.0", - "@babel/plugin-transform-block-scoping": "^7.5.5", + "@babel/plugin-transform-block-scoping": "^7.6.0", "@babel/plugin-transform-classes": "^7.5.5", "@babel/plugin-transform-computed-properties": "^7.2.0", - "@babel/plugin-transform-destructuring": "^7.5.0", + "@babel/plugin-transform-destructuring": "^7.6.0", "@babel/plugin-transform-exponentiation-operator": "^7.2.0", "@babel/plugin-transform-flow-strip-types": "^7.4.4", "@babel/plugin-transform-for-of": "^7.4.4", @@ -37,6 +37,6 @@ "@babel/plugin-transform-unicode-regex": "^7.4.4" }, "devDependencies": { - "@babel/core": "^7.5.5" + "@babel/core": "^7.6.0" } }