@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression
Advanced tools
Comparing version 7.17.12 to 7.18.6
{ | ||
"name": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", | ||
"version": "7.17.12", | ||
"version": "7.18.6", | ||
"description": "Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.17.12" | ||
"@babel/helper-plugin-utils": "^7.18.6" | ||
}, | ||
@@ -32,6 +32,6 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.17.12", | ||
"@babel/helper-function-name": "^7.17.9", | ||
"@babel/helper-plugin-test-runner": "^7.16.7", | ||
"@babel/traverse": "^7.17.12" | ||
"@babel/core": "^7.18.6", | ||
"@babel/helper-function-name": "^7.18.6", | ||
"@babel/helper-plugin-test-runner": "^7.18.6", | ||
"@babel/traverse": "^7.18.6" | ||
}, | ||
@@ -41,3 +41,4 @@ "engines": { | ||
}, | ||
"author": "The Babel Team (https://babel.dev/team)" | ||
"author": "The Babel Team (https://babel.dev/team)", | ||
"type": "commonjs" | ||
} |
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
7747
2