diff --git a/packages/babel-helper-remap-async-to-generator/package.json b/packages/babel-helper-remap-async-to-generator/package.json index 52eba1b5fe5a..84b796908bb3 100644 --- a/packages/babel-helper-remap-async-to-generator/package.json +++ b/packages/babel-helper-remap-async-to-generator/package.json @@ -14,11 +14,11 @@ }, "main": "./lib/index.js", "dependencies": { + "@babel/core": "workspace:^", "@babel/helper-annotate-as-pure": "workspace:^", + "@babel/helper-environment-visitor": "workspace:^", "@babel/helper-wrap-function": "workspace:^", - "@babel/helper-environment-visitor":"workspace:^", - "@babel/types": "workspace:^", - "@babel/core":"workspace:^" + "@babel/types": "workspace:^" }, "devDependencies": { "@babel/traverse": "workspace:^" diff --git a/packages/babel-plugin-proposal-async-generator-functions/package.json b/packages/babel-plugin-proposal-async-generator-functions/package.json index bdf1210c7dc5..0b665ee4c529 100644 --- a/packages/babel-plugin-proposal-async-generator-functions/package.json +++ b/packages/babel-plugin-proposal-async-generator-functions/package.json @@ -17,10 +17,10 @@ "babel-plugin" ], "dependencies": { + "@babel/helper-environment-visitor": "workspace:^", "@babel/helper-plugin-utils": "workspace:^", "@babel/helper-remap-async-to-generator": "workspace:^", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/helper-environment-visitor":"workspace:^" + "@babel/plugin-syntax-async-generators": "^7.8.4" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/yarn.lock b/yarn.lock index 7de9a3584102..13a8b5fd7f75 100644 --- a/yarn.lock +++ b/yarn.lock @@ -856,7 +856,9 @@ __metadata: version: 0.0.0-use.local resolution: "@babel/helper-remap-async-to-generator@workspace:packages/babel-helper-remap-async-to-generator" dependencies: + "@babel/core": "workspace:^" "@babel/helper-annotate-as-pure": "workspace:^" + "@babel/helper-environment-visitor": "workspace:^" "@babel/helper-wrap-function": "workspace:^" "@babel/traverse": "workspace:^" "@babel/types": "workspace:^" @@ -1225,6 +1227,7 @@ __metadata: resolution: "@babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions" dependencies: "@babel/core": "workspace:^" + "@babel/helper-environment-visitor": "workspace:^" "@babel/helper-plugin-test-runner": "workspace:^" "@babel/helper-plugin-utils": "workspace:^" "@babel/helper-remap-async-to-generator": "workspace:^"