Skip to content

Commit

Permalink
chore(deps): update dependency @babel/generator to v7.12.17 (#2211)
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 Feb 22, 2021
1 parent f533e66 commit 478f590
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
48 changes: 24 additions & 24 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.12.11",
"@babel/generator": "7.12.17",
"@babel/parser": "^7.1.3",
"@babel/types": "7.10.4",
"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.12.11",
"@babel/generator": "7.12.17",
"@babel/types": "7.10.4",
"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.12.11",
"@babel/generator": "7.12.17",
"@babel/types": "7.10.4",
"apollo-codegen-core": "file:../apollo-codegen-core",
"change-case": "^4.0.0",
Expand Down

0 comments on commit 478f590

Please sign in to comment.