@tinacms/graphql 2.4.7 → 2.4.9

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 +3 -3
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -3052,7 +3052,7 @@ var assertCheckboxGroupIsList = (field) => {
3052
3052
  var package_default = {
3053
3053
  name: "@tinacms/graphql",
3054
3054
  type: "module",
3055
- version: "2.4.7",
3055
+ version: "2.4.9",
3056
3056
  main: "dist/index.js",
3057
3057
  module: "./dist/index.js",
3058
3058
  files: [
@@ -3084,8 +3084,8 @@ var package_default = {
3084
3084
  },
3085
3085
  dependencies: {
3086
3086
  "@iarna/toml": "catalog:",
3087
- "@tinacms/mdx": "workspace:*",
3088
- "@tinacms/schema-tools": "workspace:*",
3087
+ "@tinacms/mdx": "workspace:^",
3088
+ "@tinacms/schema-tools": "workspace:^",
3089
3089
  "abstract-level": "catalog:",
3090
3090
  "date-fns": "4.1.0",
3091
3091
  "es-toolkit": "^1.42.0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tinacms/graphql",
3
3
  "type": "module",
4
- "version": "2.4.7",
4
+ "version": "2.4.9",
5
5
  "main": "dist/index.js",
6
6
  "module": "./dist/index.js",
7
7
  "files": [
@@ -43,8 +43,8 @@
43
43
  "normalize-path": "^3.0.0",
44
44
  "readable-stream": "^4.7.0",
45
45
  "yup": "^1.6.1",
46
- "@tinacms/schema-tools": "2.8.3",
47
- "@tinacms/mdx": "2.1.9"
46
+ "@tinacms/mdx": "^2.1.11",
47
+ "@tinacms/schema-tools": "^2.8.3"
48
48
  },
49
49
  "publishConfig": {
50
50
  "registry": "https://registry.npmjs.org"
@@ -72,8 +72,8 @@
72
72
  "vite": "^4.5.9",
73
73
  "vitest": "^0.32.4",
74
74
  "zod": "^3.24.2",
75
- "@tinacms/scripts": "1.6.2",
76
- "@tinacms/schema-tools": "2.8.3"
75
+ "@tinacms/schema-tools": "2.8.3",
76
+ "@tinacms/scripts": "1.6.2"
77
77
  },
78
78
  "scripts": {
79
79
  "types": "pnpm tsc",