Skip to content

Commit

Permalink
<<yarn --immutable-cache && git add yarn.lock>> is run
Browse files Browse the repository at this point in the history
  • Loading branch information
Yokubjon-J authored and nicolo-ribaudo committed Jun 23, 2022
1 parent cad4911 commit 03fd7d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/babel-helper-remap-async-to-generator/package.json
Expand Up @@ -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:^"
Expand Down
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Expand Up @@ -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:^"
Expand Down Expand Up @@ -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:^"
Expand Down

0 comments on commit 03fd7d2

Please sign in to comment.