@babel/plugin-transform-react-constant-elements
Advanced tools
Comparing version 7.0.0-rc.3 to 7.0.0-rc.4
{ | ||
"name": "@babel/plugin-transform-react-constant-elements", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Treat React JSX elements as value types and hoist them to the highest scope", | ||
@@ -12,4 +12,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements", | ||
"dependencies": { | ||
"@babel/helper-annotate-as-pure": "7.0.0-rc.3", | ||
"@babel/helper-plugin-utils": "7.0.0-rc.3" | ||
"@babel/helper-annotate-as-pure": "^7.0.0-rc.4", | ||
"@babel/helper-plugin-utils": "^7.0.0-rc.4" | ||
}, | ||
@@ -20,5 +20,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-rc.3", | ||
"@babel/helper-plugin-test-runner": "7.0.0-rc.3" | ||
"@babel/core": "^7.0.0-rc.4", | ||
"@babel/helper-plugin-test-runner": "^7.0.0-rc.4" | ||
} | ||
} |
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
5310
+ Added@babel/helper-annotate-as-pure@7.25.9(transitive)
+ Added@babel/helper-plugin-utils@7.25.9(transitive)
- Removed@babel/helper-annotate-as-pure@7.0.0-rc.3(transitive)
- Removed@babel/helper-plugin-utils@7.0.0-rc.3(transitive)
- Removed@babel/types@7.0.0-rc.3(transitive)
- Removedesutils@2.0.3(transitive)
- Removedlodash@4.17.21(transitive)
- Removedto-fast-properties@2.0.0(transitive)