Skip to content

Commit 0565165

Browse files
elliottsjtrevor-scheer
authored andcommitted
Add missing dependencies "@babel/generator", "common-tags" (#1071)
Fixes #1070
1 parent 4cedfce commit 0565165

6 files changed

Lines changed: 56 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
- The keyword "type" is escaped when generating scala.js via client:codegen [#1066](https://github.com/apollographql/apollo-tooling/pull/1066)
1010
- Include targetUrl in the output of the `service:check` command [#1072](https://github.com/apollographql/apollo-tooling/pull/1072)
1111
- Import apollo-env utility types directly instead of treating them as globals [#1074](https://github.com/apollographql/apollo-tooling/pull/1074)
12+
- `apollo-codegen-flow`
13+
- Add missing dependencies `@babel/generator`, `common-tags` [#1071](https://github.com/apollographql/apollo-tooling/pull/1071)
14+
- `apollo-codegen-scala`
15+
- Add missing dependencies `@babel/generator`, `common-tags` [#1071](https://github.com/apollographql/apollo-tooling/pull/1071)
16+
- `apollo-codegen-swift`
17+
- Add missing dependencies `@babel/generator`, `common-tags` [#1071](https://github.com/apollographql/apollo-tooling/pull/1071)
18+
- `apollo-codegen-typescript`
19+
- Add missing dependencies `@babel/generator`, `common-tags` [#1071](https://github.com/apollographql/apollo-tooling/pull/1071)
1220

1321
# `apollo@2.5.3`
1422

package-lock.json

Lines changed: 42 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/apollo-codegen-flow/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717
"npm": ">=6"
1818
},
1919
"dependencies": {
20+
"@babel/generator": "7.1.3",
2021
"@babel/types": "7.3.4",
2122
"apollo-codegen-core": "file:../apollo-codegen-core",
2223
"apollo-env": "file:../apollo-env",
2324
"change-case": "^3.0.1",
25+
"common-tags": "^1.5.1",
2426
"inflected": "^2.0.3"
2527
},
2628
"jest": {

packages/apollo-codegen-scala/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"apollo-codegen-core": "file:../apollo-codegen-core",
2121
"apollo-env": "file:../apollo-env",
2222
"change-case": "^3.0.1",
23+
"common-tags": "^1.5.1",
2324
"inflected": "^2.0.3"
2425
},
2526
"jest": {

packages/apollo-codegen-swift/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"apollo-codegen-core": "file:../apollo-codegen-core",
2121
"apollo-env": "file:../apollo-env",
2222
"change-case": "^3.0.1",
23+
"common-tags": "^1.5.1",
2324
"inflected": "^2.0.3"
2425
},
2526
"jest": {

packages/apollo-codegen-typescript/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717
"npm": ">=6"
1818
},
1919
"dependencies": {
20+
"@babel/generator": "7.1.3",
2021
"@babel/types": "7.3.4",
2122
"apollo-codegen-core": "file:../apollo-codegen-core",
2223
"apollo-env": "file:../apollo-env",
2324
"change-case": "^3.0.1",
25+
"common-tags": "^1.5.1",
2426
"inflected": "^2.0.3"
2527
},
2628
"jest": {

0 commit comments

Comments
 (0)