Skip to content

Commit

Permalink
chore(deps): update dependency @babel/types (#2411)
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 Aug 28, 2021
1 parent de7f543 commit 6d69f22
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
54 changes: 27 additions & 27 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@oclif/dev-cli": "1.26.0",
"@oclif/test": "1.2.8",
"@types/babel__generator": "7.6.3",
"@types/babel-types": "7.0.10",
"@types/babel-types": "7.0.11",
"@types/common-tags": "1.8.1",
"@types/core-js": "2.5.5",
"@types/cosmiconfig": "5.0.3",
Expand Down
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.8",
"@babel/types": "7.15.0",
"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.8",
"@babel/types": "7.15.0",
"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.8",
"@babel/types": "7.15.0",
"apollo-codegen-core": "file:../apollo-codegen-core",
"change-case": "^4.0.0",
"common-tags": "^1.5.1",
Expand Down

0 comments on commit 6d69f22

Please sign in to comment.