v7.0.0-beta.39
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helpers",
|
||||
"version": "7.0.0-beta.38",
|
||||
"version": "7.0.0-beta.39",
|
||||
"description": "Collection of helper functions used by Babel transforms.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -8,11 +8,11 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/template": "7.0.0-beta.38",
|
||||
"@babel/traverse": "7.0.0-beta.38",
|
||||
"@babel/types": "7.0.0-beta.38"
|
||||
"@babel/template": "7.0.0-beta.39",
|
||||
"@babel/traverse": "7.0.0-beta.39",
|
||||
"@babel/types": "7.0.0-beta.39"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.38"
|
||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.39"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user