@mo36924/babel-plugin-graphql-tagged-template 1.6.9 → 1.6.11
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mo36924/babel-plugin-graphql-tagged-template",
|
3
|
-
"version": "1.6.
|
3
|
+
"version": "1.6.11",
|
4
4
|
"description": "babel-plugin-graphql-tagged-template",
|
5
5
|
"keywords": [],
|
6
6
|
"homepage": "https://github.com/mo36924/monorepo#readme",
|
@@ -39,14 +39,14 @@
|
|
39
39
|
],
|
40
40
|
"dependencies": {
|
41
41
|
"@babel/core": "^7.17.8",
|
42
|
-
"@mo36924/graphql-build": "^1.6.
|
43
|
-
"@mo36924/graphql-config": "^1.6.
|
44
|
-
"@mo36924/graphql-model": "^1.6.
|
42
|
+
"@mo36924/graphql-build": "^1.6.11",
|
43
|
+
"@mo36924/graphql-config": "^1.6.11",
|
44
|
+
"@mo36924/graphql-model": "^1.6.11",
|
45
45
|
"@types/babel__core": "^7.1.19",
|
46
46
|
"graphql": "^16.3.0"
|
47
47
|
},
|
48
48
|
"publishConfig": {
|
49
49
|
"access": "public"
|
50
50
|
},
|
51
|
-
"gitHead": "
|
51
|
+
"gitHead": "5272a63e6ed50e20346c253155e6c6f7041ea566"
|
52
52
|
}
|