v7.0.0-beta.46

This commit is contained in:
Logan Smyth
2018-04-22 21:29:42 -07:00
parent c8b57f777a
commit 3a2aa9b862
141 changed files with 850 additions and 850 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-destructuring",
"version": "7.0.0-beta.45",
"version": "7.0.0-beta.46",
"description": "Compile ES2015 destructuring to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring",
"license": "MIT",
@@ -9,13 +9,13 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "7.0.0-beta.45"
"@babel/helper-plugin-utils": "7.0.0-beta.46"
},
"peerDependencies": {
"@babel/core": "7.0.0-beta.45"
"@babel/core": "7.0.0-beta.46"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.45",
"@babel/helper-plugin-test-runner": "7.0.0-beta.45"
"@babel/core": "7.0.0-beta.46",
"@babel/helper-plugin-test-runner": "7.0.0-beta.46"
}
}