@tinacms/graphql 1.6.2 → 1.6.3

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
@@ -3084,7 +3084,7 @@ var validateField = async (field) => {
3084
3084
  // package.json
3085
3085
  var package_default = {
3086
3086
  name: "@tinacms/graphql",
3087
- version: "1.6.2",
3087
+ version: "1.6.3",
3088
3088
  main: "dist/index.js",
3089
3089
  module: "dist/index.mjs",
3090
3090
  typings: "dist/index.d.ts",
@@ -3134,7 +3134,7 @@ var package_default = {
3134
3134
  "normalize-path": "catalog:",
3135
3135
  "readable-stream": "catalog:",
3136
3136
  scmp: "catalog:",
3137
- yup: "^0.32.11"
3137
+ yup: "^1.6.1"
3138
3138
  },
3139
3139
  publishConfig: {
3140
3140
  registry: "https://registry.npmjs.org"
@@ -3157,7 +3157,6 @@ var package_default = {
3157
3157
  "@types/node": "^22.13.1",
3158
3158
  "@types/normalize-path": "catalog:",
3159
3159
  "@types/ws": "catalog:",
3160
- "@types/yup": "^0.29.14",
3161
3160
  "jest-file-snapshot": "^0.5.0",
3162
3161
  "memory-level": "catalog:",
3163
3162
  typescript: "^5.7.3",
package/dist/index.mjs CHANGED
@@ -3022,7 +3022,7 @@ var validateField = async (field) => {
3022
3022
  // package.json
3023
3023
  var package_default = {
3024
3024
  name: "@tinacms/graphql",
3025
- version: "1.6.2",
3025
+ version: "1.6.3",
3026
3026
  main: "dist/index.js",
3027
3027
  module: "dist/index.mjs",
3028
3028
  typings: "dist/index.d.ts",
@@ -3072,7 +3072,7 @@ var package_default = {
3072
3072
  "normalize-path": "catalog:",
3073
3073
  "readable-stream": "catalog:",
3074
3074
  scmp: "catalog:",
3075
- yup: "^0.32.11"
3075
+ yup: "^1.6.1"
3076
3076
  },
3077
3077
  publishConfig: {
3078
3078
  registry: "https://registry.npmjs.org"
@@ -3095,7 +3095,6 @@ var package_default = {
3095
3095
  "@types/node": "^22.13.1",
3096
3096
  "@types/normalize-path": "catalog:",
3097
3097
  "@types/ws": "catalog:",
3098
- "@types/yup": "^0.29.14",
3099
3098
  "jest-file-snapshot": "^0.5.0",
3100
3099
  "memory-level": "catalog:",
3101
3100
  typescript: "^5.7.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "typings": "dist/index.d.ts",
@@ -41,9 +41,9 @@
41
41
  "normalize-path": "^3.0.0",
42
42
  "readable-stream": "^4.7.0",
43
43
  "scmp": "^2.1.0",
44
- "yup": "^0.32.11",
45
- "@tinacms/mdx": "1.8.2",
46
- "@tinacms/schema-tools": "1.10.0"
44
+ "yup": "^1.6.1",
45
+ "@tinacms/mdx": "1.8.3",
46
+ "@tinacms/schema-tools": "1.10.1"
47
47
  },
48
48
  "publishConfig": {
49
49
  "registry": "https://registry.npmjs.org"
@@ -64,14 +64,13 @@
64
64
  "@types/node": "^22.13.1",
65
65
  "@types/normalize-path": "^3.0.2",
66
66
  "@types/ws": "^7.4.7",
67
- "@types/yup": "^0.29.14",
68
67
  "jest-file-snapshot": "^0.5.0",
69
68
  "memory-level": "^1.0.0",
70
69
  "typescript": "^5.7.3",
71
70
  "vite": "^4.5.9",
72
71
  "vitest": "^0.32.4",
73
72
  "zod": "^3.24.2",
74
- "@tinacms/schema-tools": "1.10.0",
73
+ "@tinacms/schema-tools": "1.10.1",
75
74
  "@tinacms/scripts": "1.4.1"
76
75
  },
77
76
  "scripts": {