Skip to content

Commit 4c29de7

Browse files
author
Dimitri POSTOLOV
authored
fix: make works graphql-eslint in yarn berry (#754)
1 parent a0d8885 commit 4c29de7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/metal-squids-listen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-eslint/eslint-plugin': patch
3+
---
4+
5+
fix: make works graphql-eslint in yarn berry

packages/plugin/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"prepack": "bob prepack"
2727
},
2828
"dependencies": {
29+
"@babel/code-frame": "7.16.0",
2930
"@graphql-tools/code-file-loader": "^7.0.2",
3031
"@graphql-tools/graphql-tag-pluck": "^7.0.2",
3132
"@graphql-tools/import": "^6.3.1",
@@ -35,7 +36,6 @@
3536
"lodash.lowercase": "^4.3.0"
3637
},
3738
"devDependencies": {
38-
"@babel/code-frame": "7.16.0",
3939
"@types/babel__code-frame": "7.0.3",
4040
"@types/eslint": "7.28.2",
4141
"@types/graphql-depth-limit": "1.1.3",
@@ -50,7 +50,6 @@
5050
"buildOptions": {
5151
"input": "./src/index.ts",
5252
"external": [
53-
"@babel/code-frame",
5453
"eslint",
5554
"graphql",
5655
"graphql/validation/rules/ExecutableDefinitionsRule",

0 commit comments

Comments
 (0)