@babel/plugin-transform-react-jsx-self
Advanced tools
Comparing version 7.0.0-beta.51 to 7.0.0-beta.52
{ | ||
"name": "@babel/plugin-transform-react-jsx-self", | ||
"version": "7.0.0-beta.51", | ||
"version": "7.0.0-beta.52", | ||
"description": "Add a __self prop to all JSX Elements", | ||
@@ -12,4 +12,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self", | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "7.0.0-beta.51", | ||
"@babel/plugin-syntax-jsx": "7.0.0-beta.51" | ||
"@babel/helper-plugin-utils": "7.0.0-beta.52", | ||
"@babel/plugin-syntax-jsx": "7.0.0-beta.52" | ||
}, | ||
@@ -20,5 +20,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-beta.51", | ||
"@babel/helper-plugin-test-runner": "7.0.0-beta.51" | ||
"@babel/core": "7.0.0-beta.52", | ||
"@babel/helper-plugin-test-runner": "7.0.0-beta.52" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # @babel/plugin-transform-react-jsx-self | ||
See our website [@babel/plugin-transform-react-jsx-self](https://new.babeljs.io/docs/en/next/babel-plugin-transform-react-jsx-self.html) for more information. | ||
See our website [@babel/plugin-transform-react-jsx-self](https://babeljs.io/docs/en/next/babel-plugin-transform-react-jsx-self.html) for more information. | ||
@@ -13,3 +13,3 @@ ## Install | ||
```sh | ||
npm install --save @babel/plugin-transform-react-jsx-self | ||
npm install --save-dev @babel/plugin-transform-react-jsx-self | ||
``` | ||
@@ -20,3 +20,3 @@ | ||
```sh | ||
yarn add --save @babel/plugin-transform-react-jsx-self | ||
yarn add @babel/plugin-transform-react-jsx-self --dev | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1933
+ Added@babel/helper-plugin-utils@7.0.0-beta.52(transitive)
+ Added@babel/plugin-syntax-jsx@7.0.0-beta.52(transitive)
- Removed@babel/helper-plugin-utils@7.0.0-beta.51(transitive)
- Removed@babel/plugin-syntax-jsx@7.0.0-beta.51(transitive)