diff --git a/package.json b/package.json index e8c19251a402..97801ccfd940 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-destructuring", - "version": "7.1.3", + "version": "7.2.0", "description": "Compile ES2015 destructuring to ES5", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring", "license": "MIT", @@ -18,7 +18,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.0.0", + "@babel/core": "^7.2.0", "@babel/helper-plugin-test-runner": "^7.0.0" } }