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

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.6",
3
+ "version": "1.6.7",
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.6",
42
- "@mo36924/graphql-config": "^1.6.6",
43
- "@mo36924/graphql-model": "^1.6.6",
41
+ "@mo36924/graphql-build": "^1.6.7",
42
+ "@mo36924/graphql-config": "^1.6.7",
43
+ "@mo36924/graphql-model": "^1.6.7",
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": "61a41d0f48aab6ee3b2ea0719ea721a7c89c4997"
50
+ "gitHead": "e719de1d391e39bad6400c67e79e5610eb348f32"
51
51
  }