File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @graphql-eslint/eslint-plugin ' : patch
3
+ ---
4
+
5
+ fix: make works graphql-eslint in yarn berry
Original file line number Diff line number Diff line change 26
26
"prepack" : " bob prepack"
27
27
},
28
28
"dependencies" : {
29
+ "@babel/code-frame" : " 7.16.0" ,
29
30
"@graphql-tools/code-file-loader" : " ^7.0.2" ,
30
31
"@graphql-tools/graphql-tag-pluck" : " ^7.0.2" ,
31
32
"@graphql-tools/import" : " ^6.3.1" ,
35
36
"lodash.lowercase" : " ^4.3.0"
36
37
},
37
38
"devDependencies" : {
38
- "@babel/code-frame" : " 7.16.0" ,
39
39
"@types/babel__code-frame" : " 7.0.3" ,
40
40
"@types/eslint" : " 7.28.2" ,
41
41
"@types/graphql-depth-limit" : " 1.1.3" ,
50
50
"buildOptions" : {
51
51
"input" : " ./src/index.ts" ,
52
52
"external" : [
53
- " @babel/code-frame" ,
54
53
" eslint" ,
55
54
" graphql" ,
56
55
" graphql/validation/rules/ExecutableDefinitionsRule" ,
You can’t perform that action at this time.
0 commit comments