This commit is contained in:
Nicolò Ribaudo
2021-04-29 21:59:57 +02:00
parent 0f2a1a8153
commit 3c0152a217
27 changed files with 131 additions and 132 deletions

View File

@@ -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"