Skip to content

Commit

Permalink
chore(deps): update dependency @babel/generator to v7.14.2 (#2310)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored May 15, 2021
1 parent efe3165 commit 6ff7ccd
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 23 deletions.
37 changes: 17 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/apollo-codegen-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"npm": ">=6"
},
"dependencies": {
"@babel/generator": "7.14.0",
"@babel/generator": "7.14.2",
"@babel/parser": "^7.1.3",
"@babel/types": "7.14.2",
"apollo-env": "file:../apollo-env",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-codegen-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"npm": ">=6"
},
"dependencies": {
"@babel/generator": "7.14.0",
"@babel/generator": "7.14.2",
"@babel/types": "7.14.2",
"apollo-codegen-core": "file:../apollo-codegen-core",
"change-case": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-codegen-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"npm": ">=6"
},
"dependencies": {
"@babel/generator": "7.14.0",
"@babel/generator": "7.14.2",
"@babel/types": "7.14.2",
"apollo-codegen-core": "file:../apollo-codegen-core",
"change-case": "^4.0.0",
Expand Down

0 comments on commit 6ff7ccd

Please sign in to comment.