v7.10.4
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "@babel/plugin-codemod-optional-catch-binding",
|
||||
"version": "7.7.4",
|
||||
"version": "7.10.4",
|
||||
"description": "Remove unused catch bindings",
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/babel/babel.git",
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/babel.git",
|
||||
"directory": "codemods/babel-plugin-codemod-remove-unused-catch-binding"
|
||||
},
|
||||
"license": "MIT",
|
||||
@@ -23,7 +23,7 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.7.4",
|
||||
"@babel/helper-plugin-test-runner": "^7.7.4"
|
||||
"@babel/core": "^7.10.4",
|
||||
"@babel/helper-plugin-test-runner": "^7.10.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user