@babel/plugin-transform-async-generator-functions
Advanced tools
Comparing version 7.25.0 to 7.25.4
{ | ||
"name": "@babel/plugin-transform-async-generator-functions", | ||
"version": "7.25.0", | ||
"version": "7.25.4", | ||
"description": "Turn async generator functions into ES2015 generators", | ||
@@ -23,3 +23,3 @@ "repository": { | ||
"@babel/plugin-syntax-async-generators": "^7.8.4", | ||
"@babel/traverse": "^7.25.0" | ||
"@babel/traverse": "^7.25.4" | ||
}, | ||
@@ -30,5 +30,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.24.9", | ||
"@babel/core": "^7.25.2", | ||
"@babel/helper-plugin-test-runner": "^7.24.7", | ||
"babel-plugin-polyfill-corejs3": "^0.10.4", | ||
"babel-plugin-polyfill-corejs3": "^0.10.6", | ||
"core-js-pure": "^3.30.2" | ||
@@ -35,0 +35,0 @@ }, |
@@ -18,4 +18,10 @@ /* This file is automatically generated by scripts/generators/tsconfig.js */ | ||
"path": "../../packages/babel-helper-remap-async-to-generator" | ||
}, | ||
{ | ||
"path": "../../packages/babel-traverse" | ||
}, | ||
{ | ||
"path": "../../packages/babel-core" | ||
} | ||
] | ||
} |
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
83341
182
Updated@babel/traverse@^7.25.4