Skip to content

Commit

Permalink
update prettier to fix graphql bug.
Browse files Browse the repository at this point in the history
Closes #1626
  • Loading branch information
imolorhe committed Sep 17, 2021
1 parent 4bcf08c commit e645b1c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/altair-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"ngx-toastr": "^14.1.0",
"object-path": "^0.11.5",
"popper.js": "^1.15.0",
"prettier": "^1.18.2",
"prettier": "^2.4.1",
"rxjs": "^6.6.6",
"sortablejs": "^1.10.2",
"subscriptions-transport-ws": "^0.9.16",
Expand Down
20 changes: 10 additions & 10 deletions packages/altair-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3003,10 +3003,10 @@ alphanum-sort@^1.0.0:
resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=

altair-graphql-core@^4.0.8:
version "4.0.8"
resolved "https://registry.yarnpkg.com/altair-graphql-core/-/altair-graphql-core-4.0.8.tgz#74fab1c3bfb43ed270b0a15c2f955d43acd0f0a2"
integrity sha512-vxrUvdN9lxZgXrGGOvhaADfLDk31mOXu/WxjrvF/UEkrqxGSOdjAGe2hpRcLNifn2CBL9UxX1AlhuIPzs6Hssg==
altair-graphql-core@^4.0.9:
version "4.0.9"
resolved "https://registry.yarnpkg.com/altair-graphql-core/-/altair-graphql-core-4.0.9.tgz#c52fd7238bae91114f94c693646182bdf042c47e"
integrity sha512-nL6hCHRanErWaVFVJsVkDmFg1z6iegqywX0W2naovnH7LUHzNFk79lFODMLDtliKqvXa+oQQt+K97emOBpeTVQ==
dependencies:
"@apollo/client" "^3.3.20"
actioncable "^5.2.6"
Expand All @@ -3016,7 +3016,7 @@ altair-graphql-core@^4.0.8:
aws-appsync-auth-link "^3.0.2"
aws-appsync-subscription-link "^3.0.3"
deepmerge "^4.2.2"
graphql "15.0.0"
graphql "^15.5.1"
graphql-ws "^5.1.2"
loglevel "^1.7.1"
loglevel-plugin-prefix "^0.8.4"
Expand Down Expand Up @@ -7102,7 +7102,7 @@ graphql-ws@^5.1.2:
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.3.0.tgz#345f73686b639735f1f4ef0b9ea28e17c7f6a745"
integrity sha512-53MbSTOmgx5i6hf3DHVD5PrXix1drDmt2ja8MW7NG+aTpKGzkXVLyNcyNpxme4SK8jVtIV6ZIHkiwirqN0efpw==

graphql@*, graphql@15.0.0:
graphql@*:
version "15.0.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.0.0.tgz#042a5eb5e2506a2e2111ce41eb446a8e570b8be9"
integrity sha512-ZyVO1xIF9F+4cxfkdhOJINM+51B06Friuv4M66W7HzUOeFd+vNzUn4vtswYINPi6sysjf1M2Ri/rwZALqgwbaQ==
Expand Down Expand Up @@ -10953,10 +10953,10 @@ prepend-http@^2.0.0:
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=

prettier@^1.18.2:
version "1.19.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
prettier@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.1.tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c"
integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==

pretty-bytes@^5.3.0:
version "5.6.0"
Expand Down

0 comments on commit e645b1c

Please sign in to comment.