v7.0.0-beta.37
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-react-jsx-source",
|
||||
"version": "7.0.0-beta.36",
|
||||
"version": "7.0.0-beta.37",
|
||||
"description": "Add a __source prop to all JSX Elements",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-source",
|
||||
"license": "MIT",
|
||||
@@ -9,13 +9,13 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/plugin-syntax-jsx": "7.0.0-beta.36"
|
||||
"@babel/plugin-syntax-jsx": "7.0.0-beta.37"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "7.0.0-beta.36"
|
||||
"@babel/core": "7.0.0-beta.37"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.0.0-beta.36",
|
||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.36"
|
||||
"@babel/core": "7.0.0-beta.37",
|
||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.37"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user