Skip to content

Commit

Permalink
fix: make works graphql-eslint in yarn berry (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri POSTOLOV committed Nov 11, 2021
1 parent a0d8885 commit 4c29de7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/metal-squids-listen.md
@@ -0,0 +1,5 @@
---
'@graphql-eslint/eslint-plugin': patch
---

fix: make works graphql-eslint in yarn berry
3 changes: 1 addition & 2 deletions packages/plugin/package.json
Expand Up @@ -26,6 +26,7 @@
"prepack": "bob prepack"
},
"dependencies": {
"@babel/code-frame": "7.16.0",
"@graphql-tools/code-file-loader": "^7.0.2",
"@graphql-tools/graphql-tag-pluck": "^7.0.2",
"@graphql-tools/import": "^6.3.1",
Expand All @@ -35,7 +36,6 @@
"lodash.lowercase": "^4.3.0"
},
"devDependencies": {
"@babel/code-frame": "7.16.0",
"@types/babel__code-frame": "7.0.3",
"@types/eslint": "7.28.2",
"@types/graphql-depth-limit": "1.1.3",
Expand All @@ -50,7 +50,6 @@
"buildOptions": {
"input": "./src/index.ts",
"external": [
"@babel/code-frame",
"eslint",
"graphql",
"graphql/validation/rules/ExecutableDefinitionsRule",
Expand Down

0 comments on commit 4c29de7

Please sign in to comment.