@mo36924/babel-plugin-graphql-tagged-template 1.5.1 → 1.5.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mo36924/babel-plugin-graphql-tagged-template",
|
3
|
-
"version": "1.5.
|
3
|
+
"version": "1.5.2",
|
4
4
|
"description": "babel-plugin-graphql-tagged-template",
|
5
5
|
"keywords": [],
|
6
6
|
"homepage": "https://github.com/mo36924/monorepo#readme",
|
@@ -33,13 +33,13 @@
|
|
33
33
|
}
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
|
-
"@babel/core": "^7.
|
37
|
-
"@mo36924/base52": "^1.5.
|
38
|
-
"@mo36924/graphql-schema": "^1.5.
|
39
|
-
"graphql": "^
|
36
|
+
"@babel/core": "^7.16.12",
|
37
|
+
"@mo36924/base52": "^1.5.2",
|
38
|
+
"@mo36924/graphql-schema": "^1.5.2",
|
39
|
+
"graphql": "^16.3.0"
|
40
40
|
},
|
41
41
|
"publishConfig": {
|
42
42
|
"access": "public"
|
43
43
|
},
|
44
|
-
"gitHead": "
|
44
|
+
"gitHead": "f0f9d902e7699b51567fac98cc7f39de8aae3643"
|
45
45
|
}
|