tinacms 3.7.4 → 3.7.5

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 +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -48040,7 +48040,7 @@ const NavProvider = ({
48040
48040
  const name = "tinacms";
48041
48041
  const type = "module";
48042
48042
  const typings = "dist/index.d.ts";
48043
- const version$1 = "3.7.4";
48043
+ const version$1 = "3.7.5";
48044
48044
  const main = "dist/index.js";
48045
48045
  const module = "./dist/index.js";
48046
48046
  const exports = {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "tinacms",
3
3
  "type": "module",
4
4
  "typings": "dist/index.d.ts",
5
- "version": "3.7.4",
5
+ "version": "3.7.5",
6
6
  "main": "dist/index.js",
7
7
  "module": "./dist/index.js",
8
8
  "exports": {
@@ -114,9 +114,9 @@
114
114
  "webfontloader": "1.6.28",
115
115
  "yup": "^1.6.1",
116
116
  "zod": "^3.24.2",
117
- "@tinacms/mdx": "2.1.2",
118
- "@tinacms/schema-tools": "2.7.2",
119
- "@tinacms/search": "1.2.11"
117
+ "@tinacms/mdx": "2.1.3",
118
+ "@tinacms/schema-tools": "2.7.3",
119
+ "@tinacms/search": "1.2.12"
120
120
  },
121
121
  "devDependencies": {
122
122
  "@graphql-tools/utils": "^10.8.1",