Skip to content

Commit 0570e9d

Browse files
authored
fix prettier phantom dep, add dependency, bump types (#755)
* fix prettier phantom dep, add dependency, bump types * downgrade prettier version to match root
1 parent 83b4fd5 commit 0570e9d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/graphql-generator/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@
2929
"@aws-amplify/graphql-types-generator": "3.4.5",
3030
"@graphql-codegen/core": "^2.6.6",
3131
"@graphql-tools/apollo-engine-loader": "^8.0.0",
32-
"graphql": "^15.5.0"
32+
"graphql": "^15.5.0",
33+
"prettier": "^1.19.1"
3334
},
3435
"devDependencies": {
35-
"@types/prettier": "^1.0.0"
36+
"@types/prettier": "^1.19.1"
3637
},
3738
"typescript": {
3839
"definition": "lib/index.d.ts"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5725,7 +5725,7 @@
57255725
resolved "https://registry.npmjs.org/@types/pluralize/-/pluralize-0.0.29.tgz#6ffa33ed1fc8813c469b859681d09707eb40d03c"
57265726
integrity sha512-BYOID+l2Aco2nBik+iYS4SZX0Lf20KPILP5RGmM1IgzdwNdTs0eebiFriOPcej1sX9mLnSoiNte5zcFxssgpGA==
57275727

5728-
"@types/prettier@^1.0.0", "@types/prettier@^1.19.0":
5728+
"@types/prettier@^1.19.0", "@types/prettier@^1.19.1":
57295729
version "1.19.1"
57305730
resolved "https://registry.npmjs.org/@types/prettier/-/prettier-1.19.1.tgz#33509849f8e679e4add158959fdb086440e9553f"
57315731
integrity sha512-5qOlnZscTn4xxM5MeGXAMOsIOIKIbh9e85zJWfBRVPlRMEVawzoPhINYbRGkBZCI8LxvBe7tJCdWiarA99OZfQ==

0 commit comments

Comments
 (0)