v7.14.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-async-do-expressions",
|
||||
"version": "7.13.11",
|
||||
"version": "7.14.0",
|
||||
"description": "Transform async do expressions to ES2021",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -19,9 +19,9 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-hoist-variables": "workspace:^7.13.0",
|
||||
"@babel/helper-hoist-variables": "workspace:^7.13.16",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/plugin-syntax-async-do-expressions": "workspace:^7.13.0"
|
||||
"@babel/plugin-syntax-async-do-expressions": "workspace:^7.14.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.13.0"
|
||||
|
||||
Reference in New Issue
Block a user