@babel/preset-react
Advanced tools
+1
-1
@@ -66,3 +66,3 @@ import { declarePreset } from '@babel/helper-plugin-utils'; | ||
| const index = declarePreset((api, opts) => { | ||
| api.assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-rc.5"); | ||
| api.assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-rc.6"); | ||
| const { | ||
@@ -69,0 +69,0 @@ development = api.env(env => env === "development"), |
+10
-10
| { | ||
| "name": "@babel/preset-react", | ||
| "version": "8.0.0-rc.5", | ||
| "version": "8.0.0-rc.6", | ||
| "description": "Babel preset for all React plugins.", | ||
@@ -19,15 +19,15 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
| "dependencies": { | ||
| "@babel/helper-plugin-utils": "^8.0.0-rc.5", | ||
| "@babel/helper-validator-option": "^8.0.0-rc.5", | ||
| "@babel/plugin-transform-react-display-name": "^8.0.0-rc.5", | ||
| "@babel/plugin-transform-react-jsx": "^8.0.0-rc.5", | ||
| "@babel/plugin-transform-react-jsx-development": "^8.0.0-rc.5", | ||
| "@babel/plugin-transform-react-pure-annotations": "^8.0.0-rc.5" | ||
| "@babel/helper-plugin-utils": "^8.0.0-rc.6", | ||
| "@babel/helper-validator-option": "^8.0.0-rc.6", | ||
| "@babel/plugin-transform-react-display-name": "^8.0.0-rc.6", | ||
| "@babel/plugin-transform-react-jsx": "^8.0.0-rc.6", | ||
| "@babel/plugin-transform-react-jsx-development": "^8.0.0-rc.6", | ||
| "@babel/plugin-transform-react-pure-annotations": "^8.0.0-rc.6" | ||
| }, | ||
| "peerDependencies": { | ||
| "@babel/core": "^8.0.0-rc.5" | ||
| "@babel/core": "^8.0.0-rc.6" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-rc.5", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-rc.5" | ||
| "@babel/core": "^8.0.0-rc.6", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-rc.6" | ||
| }, | ||
@@ -34,0 +34,0 @@ "engines": { |