tinacms 2.5.2 → 2.6.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tinacms",
3
- "version": "2.5.2",
3
+ "version": "2.6.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "exports": {
@@ -92,6 +92,7 @@
92
92
  "@udecode/plate-resizable": "36.0.0",
93
93
  "@udecode/plate-slash-command": "^36.0.0",
94
94
  "@udecode/plate-table": "36.5.8",
95
+ "async-lock": "^1.4.1",
95
96
  "class-variance-authority": "^0.7.0",
96
97
  "clsx": "^2.1.1",
97
98
  "cmdk": "^1.0.4",
@@ -118,8 +119,8 @@
118
119
  "react-dropzone": "14.2.3",
119
120
  "react-final-form": "^6.5.9",
120
121
  "react-icons": "^5.3.0",
121
- "react-onclickoutside": "^6.13.1",
122
122
  "react-router-dom": "6.3.0",
123
+ "react-use": "^17.6.0",
123
124
  "slate": "^0.103.0",
124
125
  "slate-history": "^0.100.0",
125
126
  "slate-hyperscript": "^0.100.0",
@@ -128,9 +129,9 @@
128
129
  "webfontloader": "1.6.28",
129
130
  "yup": "^1.4.0",
130
131
  "zod": "^3.23.8",
131
- "@tinacms/mdx": "1.5.3",
132
- "@tinacms/search": "1.0.36",
133
- "@tinacms/schema-tools": "1.6.9"
132
+ "@tinacms/mdx": "1.5.4",
133
+ "@tinacms/search": "1.0.37",
134
+ "@tinacms/schema-tools": "1.7.0"
134
135
  },
135
136
  "devDependencies": {
136
137
  "@graphql-tools/utils": "^10.5.6",