@mo36924/babel-plugin-graphql-tagged-template 1.6.7 → 1.6.11
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -6
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",
|
@@ -29,7 +29,8 @@
|
|
29
29
|
"typesVersions": {
|
30
30
|
"*": {
|
31
31
|
"*": [
|
32
|
-
"dist/*.d.ts"
|
32
|
+
"dist/*.d.ts",
|
33
|
+
"*"
|
33
34
|
]
|
34
35
|
}
|
35
36
|
},
|
@@ -38,14 +39,14 @@
|
|
38
39
|
],
|
39
40
|
"dependencies": {
|
40
41
|
"@babel/core": "^7.17.8",
|
41
|
-
"@mo36924/graphql-build": "^1.6.
|
42
|
-
"@mo36924/graphql-config": "^1.6.
|
43
|
-
"@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",
|
44
45
|
"@types/babel__core": "^7.1.19",
|
45
46
|
"graphql": "^16.3.0"
|
46
47
|
},
|
47
48
|
"publishConfig": {
|
48
49
|
"access": "public"
|
49
50
|
},
|
50
|
-
"gitHead": "
|
51
|
+
"gitHead": "5272a63e6ed50e20346c253155e6c6f7041ea566"
|
51
52
|
}
|