Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
downgrading to eslint-plugin-graphql 2.1.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Sissons committed Oct 26, 2018
1 parent 0005236 commit 182566d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
* Updated `plugin:shopify/prettier`, `plugin:shopify/react`, and `plugin:shopify/typescript` to use `overrides` ([#173](https://github.com/Shopify/eslint-plugin-shopify/pull/173))
* Update `import/order` rule to enforce ordering of internal, parent and sibling imports ([#189](https://github.com/Shopify/eslint-plugin-shopify/pull/189))

### Fixed

* Rolling back `eslint-plugin-graphql` to `2.1.0-0` for multiple schema support ([#195](https://github.com/Shopify/eslint-plugin-shopify/pull/195))

## [25.1.0] - 2018-10-01

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"eslint-plugin-chai-expect": "1.1.1",
"eslint-plugin-eslint-comments": "3.0.1",
"eslint-plugin-flowtype": "2.41.0",
"eslint-plugin-graphql": "2.1.1",
"eslint-plugin-graphql": "2.1.0-0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jest": "21.22.0",
"eslint-plugin-jsx-a11y": "6.1.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1816,10 +1816,10 @@ eslint-plugin-flowtype@2.41.0:
dependencies:
lodash "^4.15.0"

eslint-plugin-graphql@2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-graphql/-/eslint-plugin-graphql-2.1.1.tgz#dae5d597080075320ea8e98795056309ffe73a18"
integrity sha512-JT2paUyu3e9ZDnroSshwUMc6pKcnkfXTsZInX1+/rPotvqOLVLtdrx/cmfb7PTJwjiEAshwcpm3/XPdTpsKJPw==
eslint-plugin-graphql@2.1.0-0:
version "2.1.0-0"
resolved "https://registry.yarnpkg.com/eslint-plugin-graphql/-/eslint-plugin-graphql-2.1.0-0.tgz#49eb0126f4aef142ecb0b444baece5d481388361"
integrity sha512-BSLC0/LpCW+LEFnCWaM7UQ5sBJzxO1WtsS+8nmtErkFULvF76yVzVW8LdJ6ZRKE8W/gakJIh21VlaXjhUuqyqQ==
dependencies:
graphql-config "^2.0.1"
lodash "^4.11.1"
Expand Down Expand Up @@ -1919,7 +1919,7 @@ eslint-plugin-react@7.11.1:
eslint-plugin-chai-expect "1.1.1"
eslint-plugin-eslint-comments "3.0.1"
eslint-plugin-flowtype "2.41.0"
eslint-plugin-graphql "2.1.1"
eslint-plugin-graphql "2.1.0-0"
eslint-plugin-import "2.14.0"
eslint-plugin-jest "21.22.0"
eslint-plugin-jsx-a11y "6.1.1"
Expand Down

0 comments on commit 182566d

Please sign in to comment.