@mo36924/babel-plugin-graphql-tagged-template 1.6.2 → 1.6.4
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": "@mo36924/babel-plugin-graphql-tagged-template",
|
3
|
-
"version": "1.6.
|
3
|
+
"version": "1.6.4",
|
4
4
|
"description": "babel-plugin-graphql-tagged-template",
|
5
5
|
"keywords": [],
|
6
6
|
"homepage": "https://github.com/mo36924/monorepo#readme",
|
@@ -38,13 +38,13 @@
|
|
38
38
|
],
|
39
39
|
"dependencies": {
|
40
40
|
"@babel/core": "^7.16.12",
|
41
|
-
"@mo36924/base52": "^1.6.
|
42
|
-
"@mo36924/graphql-schema": "^1.6.
|
41
|
+
"@mo36924/base52": "^1.6.4",
|
42
|
+
"@mo36924/graphql-schema": "^1.6.4",
|
43
43
|
"@types/babel__core": "^7.1.18",
|
44
44
|
"graphql": "^16.3.0"
|
45
45
|
},
|
46
46
|
"publishConfig": {
|
47
47
|
"access": "public"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "d31e02b7fa864af39ce9fd8efaa6b2c2677f1537"
|
50
50
|
}
|