Skip to content

Commit

Permalink
chore(deps): update dependency @babel/types to v7.14.8 (#2389)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jul 24, 2021
1 parent 99507fb commit c05c9e4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 40 deletions.
51 changes: 14 additions & 37 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 @@ -19,7 +19,7 @@
"dependencies": {
"@babel/generator": "7.14.8",
"@babel/parser": "^7.1.3",
"@babel/types": "7.14.5",
"@babel/types": "7.14.8",
"apollo-env": "file:../apollo-env",
"apollo-language-server": "file:../apollo-language-server",
"ast-types": "^0.14.0",
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 @@ -18,7 +18,7 @@
},
"dependencies": {
"@babel/generator": "7.14.8",
"@babel/types": "7.14.5",
"@babel/types": "7.14.8",
"apollo-codegen-core": "file:../apollo-codegen-core",
"change-case": "^4.0.0",
"common-tags": "^1.5.1",
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 @@ -18,7 +18,7 @@
},
"dependencies": {
"@babel/generator": "7.14.8",
"@babel/types": "7.14.5",
"@babel/types": "7.14.8",
"apollo-codegen-core": "file:../apollo-codegen-core",
"change-case": "^4.0.0",
"common-tags": "^1.5.1",
Expand Down

0 comments on commit c05c9e4

Please sign in to comment.