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