@babel/plugin-transform-react-jsx
Advanced tools
+11
-11
| { | ||
| "name": "@babel/plugin-transform-react-jsx", | ||
| "version": "8.0.0-rc.4", | ||
| "version": "8.0.0-rc.5", | ||
| "description": "Turn JSX into React function calls", | ||
@@ -20,18 +20,18 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/helper-annotate-as-pure": "^8.0.0-rc.4", | ||
| "@babel/helper-module-imports": "^8.0.0-rc.4", | ||
| "@babel/helper-plugin-utils": "^8.0.0-rc.4", | ||
| "@babel/plugin-syntax-jsx": "^8.0.0-rc.4", | ||
| "@babel/types": "^8.0.0-rc.4" | ||
| "@babel/helper-annotate-as-pure": "^8.0.0-rc.5", | ||
| "@babel/helper-module-imports": "^8.0.0-rc.5", | ||
| "@babel/helper-plugin-utils": "^8.0.0-rc.5", | ||
| "@babel/plugin-syntax-jsx": "^8.0.0-rc.5", | ||
| "@babel/types": "^8.0.0-rc.5" | ||
| }, | ||
| "peerDependencies": { | ||
| "@babel/core": "^8.0.0-rc.4" | ||
| "@babel/core": "^8.0.0-rc.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-rc.4", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-rc.4", | ||
| "@babel/traverse": "^8.0.0-rc.4" | ||
| "@babel/core": "^8.0.0-rc.5", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-rc.5", | ||
| "@babel/traverse": "^8.0.0-rc.5" | ||
| }, | ||
| "engines": { | ||
| "node": "^20.19.0 || >=22.12.0" | ||
| "node": "^22.18.0 || >=24.11.0" | ||
| }, | ||
@@ -38,0 +38,0 @@ "author": "The Babel Team (https://babel.dev/team)", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
0
-100%+ Added
- Removed
Updated