@babel/helpers
Advanced tools
Comparing version 7.12.5 to 7.12.13
{ | ||
"name": "@babel/helpers", | ||
"version": "7.12.5", | ||
"version": "7.12.13", | ||
"description": "Collection of helper functions used by Babel transforms.", | ||
"author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"homepage": "https://babeljs.io/", | ||
"homepage": "https://babel.dev/docs/en/next/babel-helpers", | ||
"license": "MIT", | ||
@@ -18,9 +18,9 @@ "publishConfig": { | ||
"dependencies": { | ||
"@babel/template": "^7.10.4", | ||
"@babel/traverse": "^7.12.5", | ||
"@babel/types": "^7.12.5" | ||
"@babel/template": "^7.12.13", | ||
"@babel/traverse": "^7.12.13", | ||
"@babel/types": "^7.12.13" | ||
}, | ||
"devDependencies": { | ||
"@babel/helper-plugin-test-runner": "7.10.4" | ||
"@babel/helper-plugin-test-runner": "7.12.13" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
76432
2112
Updated@babel/template@^7.12.13
Updated@babel/traverse@^7.12.13
Updated@babel/types@^7.12.13