@tinacms/graphql 1.5.3 → 1.5.4

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.
package/dist/index.js CHANGED
@@ -2882,7 +2882,7 @@ var validateField = async (field) => {
2882
2882
  // package.json
2883
2883
  var package_default = {
2884
2884
  name: "@tinacms/graphql",
2885
- version: "1.5.3",
2885
+ version: "1.5.4",
2886
2886
  main: "dist/index.js",
2887
2887
  module: "dist/index.mjs",
2888
2888
  typings: "dist/index.d.ts",
@@ -2919,7 +2919,7 @@ var package_default = {
2919
2919
  "abstract-level": "^1.0.4",
2920
2920
  "date-fns": "^2.30.0",
2921
2921
  "fast-glob": "^3.3.2",
2922
- "fs-extra": "^9.1.0",
2922
+ "fs-extra": "^11.2.0",
2923
2923
  "glob-parent": "^6.0.2",
2924
2924
  graphql: "15.8.0",
2925
2925
  "gray-matter": "^4.0.3",
@@ -2958,7 +2958,7 @@ var package_default = {
2958
2958
  "@types/lru-cache": "^5.1.1",
2959
2959
  "@types/mdast": "^3.0.15",
2960
2960
  "@types/micromatch": "^4.0.9",
2961
- "@types/node": "^22.7.3",
2961
+ "@types/node": "^22.7.4",
2962
2962
  "@types/normalize-path": "^3.0.2",
2963
2963
  "@types/ws": "^7.4.7",
2964
2964
  "@types/yup": "^0.29.14",
package/dist/index.mjs CHANGED
@@ -2815,7 +2815,7 @@ var validateField = async (field) => {
2815
2815
  // package.json
2816
2816
  var package_default = {
2817
2817
  name: "@tinacms/graphql",
2818
- version: "1.5.3",
2818
+ version: "1.5.4",
2819
2819
  main: "dist/index.js",
2820
2820
  module: "dist/index.mjs",
2821
2821
  typings: "dist/index.d.ts",
@@ -2852,7 +2852,7 @@ var package_default = {
2852
2852
  "abstract-level": "^1.0.4",
2853
2853
  "date-fns": "^2.30.0",
2854
2854
  "fast-glob": "^3.3.2",
2855
- "fs-extra": "^9.1.0",
2855
+ "fs-extra": "^11.2.0",
2856
2856
  "glob-parent": "^6.0.2",
2857
2857
  graphql: "15.8.0",
2858
2858
  "gray-matter": "^4.0.3",
@@ -2891,7 +2891,7 @@ var package_default = {
2891
2891
  "@types/lru-cache": "^5.1.1",
2892
2892
  "@types/mdast": "^3.0.15",
2893
2893
  "@types/micromatch": "^4.0.9",
2894
- "@types/node": "^22.7.3",
2894
+ "@types/node": "^22.7.4",
2895
2895
  "@types/normalize-path": "^3.0.2",
2896
2896
  "@types/ws": "^7.4.7",
2897
2897
  "@types/yup": "^0.29.14",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "typings": "dist/index.d.ts",
@@ -27,7 +27,7 @@
27
27
  "abstract-level": "^1.0.4",
28
28
  "date-fns": "^2.30.0",
29
29
  "fast-glob": "^3.3.2",
30
- "fs-extra": "^9.1.0",
30
+ "fs-extra": "^11.2.0",
31
31
  "glob-parent": "^6.0.2",
32
32
  "graphql": "15.8.0",
33
33
  "gray-matter": "^4.0.3",
@@ -44,8 +44,8 @@
44
44
  "readable-stream": "^4.5.2",
45
45
  "scmp": "^2.1.0",
46
46
  "yup": "^0.32.11",
47
- "@tinacms/mdx": "1.4.3",
48
- "@tinacms/schema-tools": "1.6.3"
47
+ "@tinacms/mdx": "1.4.4",
48
+ "@tinacms/schema-tools": "1.6.4"
49
49
  },
50
50
  "publishConfig": {
51
51
  "registry": "https://registry.npmjs.org"
@@ -66,7 +66,7 @@
66
66
  "@types/lru-cache": "^5.1.1",
67
67
  "@types/mdast": "^3.0.15",
68
68
  "@types/micromatch": "^4.0.9",
69
- "@types/node": "^22.7.3",
69
+ "@types/node": "^22.7.4",
70
70
  "@types/normalize-path": "^3.0.2",
71
71
  "@types/ws": "^7.4.7",
72
72
  "@types/yup": "^0.29.14",
@@ -77,8 +77,8 @@
77
77
  "memory-level": "^1.0.0",
78
78
  "nodemon": "3.1.4",
79
79
  "typescript": "^5.6.2",
80
- "@tinacms/schema-tools": "1.6.3",
81
- "@tinacms/scripts": "1.2.2"
80
+ "@tinacms/scripts": "1.2.3",
81
+ "@tinacms/schema-tools": "1.6.4"
82
82
  },
83
83
  "scripts": {
84
84
  "types": "pnpm tsc",