v7.13.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-async-generator-functions",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.0",
|
||||
"description": "Turn async generator functions into ES2015 generators",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -17,8 +17,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "workspace:^7.12.13",
|
||||
"@babel/helper-remap-async-to-generator": "workspace:^7.12.13",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/helper-remap-async-to-generator": "workspace:^7.13.0",
|
||||
"@babel/plugin-syntax-async-generators": "^7.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user