v7.0.0-beta.52

This commit is contained in:
Henry Zhu
2018-07-05 20:59:03 -04:00
parent 85b7154f91
commit 663c96db04
145 changed files with 766 additions and 766 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-function-sent",
"version": "7.0.0-beta.51",
"version": "7.0.0-beta.52",
"description": "Allow parsing of the function.sent meta property",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-sent",
"license": "MIT",
@@ -9,12 +9,12 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "7.0.0-beta.51"
"@babel/helper-plugin-utils": "7.0.0-beta.52"
},
"peerDependencies": {
"@babel/core": ">=7.0.0-beta.50 <7.0.0-rc.0"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.51"
"@babel/core": "7.0.0-beta.52"
}
}