@mo36924/babel-plugin-graphql-tagged-template 1.6.7 → 1.6.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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.7",
3
+ "version": "1.6.8",
4
4
  "description": "babel-plugin-graphql-tagged-template",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/mo36924/monorepo#readme",
@@ -38,14 +38,14 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@babel/core": "^7.17.8",
41
- "@mo36924/graphql-build": "^1.6.7",
42
- "@mo36924/graphql-config": "^1.6.7",
43
- "@mo36924/graphql-model": "^1.6.7",
41
+ "@mo36924/graphql-build": "^1.6.8",
42
+ "@mo36924/graphql-config": "^1.6.8",
43
+ "@mo36924/graphql-model": "^1.6.8",
44
44
  "@types/babel__core": "^7.1.19",
45
45
  "graphql": "^16.3.0"
46
46
  },
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "e719de1d391e39bad6400c67e79e5610eb348f32"
50
+ "gitHead": "6369d95644289ba35260102031e7ffd4c8332880"
51
51
  }