🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@babel/preset-react

Package Overview
Dependencies
Maintainers
4
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/preset-react - npm Package Compare versions

Comparing version
8.0.0
to
8.0.1
+7
-7
package.json
{
"name": "@babel/preset-react",
"version": "8.0.0",
"version": "8.0.1",
"description": "Babel preset for all React plugins.",

@@ -19,8 +19,8 @@ "author": "The Babel Team (https://babel.dev/team)",

"dependencies": {
"@babel/helper-plugin-utils": "^8.0.0",
"@babel/helper-plugin-utils": "^8.0.1",
"@babel/helper-validator-option": "^8.0.0",
"@babel/plugin-transform-react-display-name": "^8.0.0",
"@babel/plugin-transform-react-jsx": "^8.0.0",
"@babel/plugin-transform-react-jsx-development": "^8.0.0",
"@babel/plugin-transform-react-pure-annotations": "^8.0.0"
"@babel/plugin-transform-react-display-name": "^8.0.1",
"@babel/plugin-transform-react-jsx": "^8.0.1",
"@babel/plugin-transform-react-jsx-development": "^8.0.1",
"@babel/plugin-transform-react-pure-annotations": "^8.0.1"
},

@@ -31,3 +31,3 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^8.0.0",
"@babel/core": "^8.0.1",
"@babel/helper-plugin-test-runner": "^8.0.0"

@@ -34,0 +34,0 @@ },