@tinacms/graphql 0.63.15 → 0.63.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -2451,7 +2451,7 @@ var validateField = async (field) => {
2451
2451
 
2452
2452
  // package.json
2453
2453
  var name = "@tinacms/graphql";
2454
- var version = "0.63.15";
2454
+ var version = "0.63.16";
2455
2455
  var main = "dist/index.js";
2456
2456
  var typings = "dist/index.d.ts";
2457
2457
  var files = [
@@ -2492,7 +2492,7 @@ var dependencies = {
2492
2492
  "fast-glob": "^3.2.5",
2493
2493
  flat: "^5.0.2",
2494
2494
  "fs-extra": "^9.0.1",
2495
- graphql: "^15.3.0",
2495
+ graphql: "15.8.0",
2496
2496
  "graphql-type-json": "^0.3.2",
2497
2497
  "gray-matter": "^4.0.2",
2498
2498
  "js-yaml": "^3.14.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
- "version": "0.63.15",
3
+ "version": "0.63.16",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -20,8 +20,8 @@
20
20
  "dependencies": {
21
21
  "@graphql-tools/relay-operation-optimizer": "^6.4.1",
22
22
  "@tinacms/datalayer": "0.2.4",
23
- "@tinacms/schema-tools": "0.1.8",
24
- "@tinacms/mdx": "0.61.12",
23
+ "@tinacms/schema-tools": "0.1.9",
24
+ "@tinacms/mdx": "0.61.13",
25
25
  "body-parser": "^1.19.0",
26
26
  "cors": "^2.8.5",
27
27
  "dataloader": "^2.0.0",
@@ -33,7 +33,7 @@
33
33
  "fast-glob": "^3.2.5",
34
34
  "flat": "^5.0.2",
35
35
  "fs-extra": "^9.0.1",
36
- "graphql": "^15.3.0",
36
+ "graphql": "15.8.0",
37
37
  "graphql-type-json": "^0.3.2",
38
38
  "gray-matter": "^4.0.2",
39
39
  "js-yaml": "^3.14.0",
@@ -72,8 +72,8 @@
72
72
  },
73
73
  "devDependencies": {
74
74
  "@tinacms/datalayer": "0.2.4",
75
- "@tinacms/schema-tools": "0.1.8",
76
- "@tinacms/scripts": "0.51.2",
75
+ "@tinacms/schema-tools": "0.1.9",
76
+ "@tinacms/scripts": "0.51.3",
77
77
  "@types/cors": "^2.8.7",
78
78
  "@types/estree": "^0.0.50",
79
79
  "@types/express": "^4.17.8",