@graphql-eslint/eslint-plugin 3.18.0 → 3.18.1-alpha-20230519144328-0e3b663
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-eslint/eslint-plugin",
|
3
|
-
"version": "3.18.
|
3
|
+
"version": "3.18.1-alpha-20230519144328-0e3b663",
|
4
4
|
"description": "GraphQL plugin for ESLint",
|
5
5
|
"sideEffects": false,
|
6
6
|
"peerDependencies": {
|
@@ -8,9 +8,9 @@
|
|
8
8
|
},
|
9
9
|
"dependencies": {
|
10
10
|
"@babel/code-frame": "^7.18.6",
|
11
|
-
"@graphql-tools/code-file-loader": "^
|
12
|
-
"@graphql-tools/graphql-tag-pluck": "^
|
13
|
-
"@graphql-tools/utils": "^
|
11
|
+
"@graphql-tools/code-file-loader": "^8.0.0",
|
12
|
+
"@graphql-tools/graphql-tag-pluck": "^8.0.0",
|
13
|
+
"@graphql-tools/utils": "^10.0.0",
|
14
14
|
"chalk": "^4.1.2",
|
15
15
|
"debug": "^4.3.4",
|
16
16
|
"fast-glob": "^3.2.12",
|