v7.0.0-rc.4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-jscript",
|
||||
"version": "7.0.0-rc.3",
|
||||
"version": "7.0.0-rc.4",
|
||||
"description": "Babel plugin to fix buggy JScript named function expressions",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jscript",
|
||||
"license": "MIT",
|
||||
@@ -9,13 +9,13 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "7.0.0-rc.3"
|
||||
"@babel/helper-plugin-utils": "^7.0.0-rc.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.0.0-rc.3",
|
||||
"@babel/helper-plugin-test-runner": "7.0.0-rc.3"
|
||||
"@babel/core": "^7.0.0-rc.4",
|
||||
"@babel/helper-plugin-test-runner": "^7.0.0-rc.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user