@babel/plugin-transform-arrow-functions
Advanced tools
Comparing version 7.23.3 to 7.24.1
{ | ||
"name": "@babel/plugin-transform-arrow-functions", | ||
"version": "7.23.3", | ||
"version": "7.24.1", | ||
"description": "Compile ES2015 arrow functions to ES5", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.22.5" | ||
"@babel/helper-plugin-utils": "^7.24.0" | ||
}, | ||
@@ -27,6 +27,6 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.23.3", | ||
"@babel/helper-plugin-test-runner": "^7.22.5", | ||
"@babel/traverse": "^7.23.3", | ||
"@babel/types": "^7.23.3" | ||
"@babel/core": "^7.24.1", | ||
"@babel/helper-plugin-test-runner": "^7.24.1", | ||
"@babel/traverse": "^7.24.1", | ||
"@babel/types": "^7.24.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
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
5550