v7.0.0-rc.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-optional-catch-binding",
|
||||
"version": "7.0.0-beta.56",
|
||||
"version": "7.0.0-rc.0",
|
||||
"description": "Compile optional catch bindings",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-catch-binding",
|
||||
"license": "MIT",
|
||||
@@ -9,14 +9,14 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "7.0.0-beta.56",
|
||||
"@babel/plugin-syntax-optional-catch-binding": "7.0.0-beta.56"
|
||||
"@babel/helper-plugin-utils": "7.0.0-rc.0",
|
||||
"@babel/plugin-syntax-optional-catch-binding": "7.0.0-rc.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": ">=7.0.0-beta.50 <7.0.0-rc.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.0.0-beta.56",
|
||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.56"
|
||||
"@babel/core": "7.0.0-rc.0",
|
||||
"@babel/helper-plugin-test-runner": "7.0.0-rc.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user