@mo36924/graphql-plugin 1.6.0 → 1.6.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mo36924/graphql-plugin",
|
3
|
-
"version": "1.6.
|
3
|
+
"version": "1.6.4",
|
4
4
|
"description": "graphql-plugin",
|
5
5
|
"keywords": [],
|
6
6
|
"homepage": "https://github.com/mo36924/monorepo#readme",
|
@@ -37,7 +37,7 @@
|
|
37
37
|
"dist"
|
38
38
|
],
|
39
39
|
"dependencies": {
|
40
|
-
"@mo36924/graphql-schema": "^1.6.
|
40
|
+
"@mo36924/graphql-schema": "^1.6.4",
|
41
41
|
"graphql": "^16.3.0",
|
42
42
|
"graphql-language-service-interface": "^2.10.2",
|
43
43
|
"graphql-language-service-utils": "^2.7.1",
|
@@ -47,5 +47,5 @@
|
|
47
47
|
"publishConfig": {
|
48
48
|
"access": "public"
|
49
49
|
},
|
50
|
-
"gitHead": "
|
50
|
+
"gitHead": "d31e02b7fa864af39ce9fd8efaa6b2c2677f1537"
|
51
51
|
}
|