@tinacms/app 2.5.11 → 2.5.12

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/app",
3
- "version": "2.5.11",
3
+ "version": "2.5.12",
4
4
  "main": "src/main.tsx",
5
5
  "files": [
6
6
  "src",
@@ -25,19 +25,19 @@
25
25
  "react-dom": ">=18.3.1 <20.0.0"
26
26
  },
27
27
  "dependencies": {
28
- "@graphiql/toolkit": "0.8.4",
28
+ "@graphiql/toolkit": "^0.11.3",
29
29
  "@monaco-editor/loader": "^1.7.0",
30
30
  "@radix-ui/react-popover": "^1.1.18",
31
- "final-form": "4.20.10",
32
- "graphiql": "3.0.0-alpha.1",
31
+ "final-form": "^5.0.1",
32
+ "graphiql": "^4.1.2",
33
33
  "graphql": "15.8.0",
34
34
  "lucide-react": "^0.424.0",
35
35
  "react": "^18.3.1",
36
36
  "react-dom": "^18.3.1",
37
37
  "react-router-dom": "^6.30.3",
38
38
  "zod": "^3.24.2",
39
- "tinacms": "^3.12.0",
40
- "@tinacms/mdx": "^2.2.0"
39
+ "@tinacms/mdx": "^2.2.1",
40
+ "tinacms": "^3.12.1"
41
41
  },
42
42
  "repository": {
43
43
  "url": "https://github.com/tinacms/tinacms.git",
@@ -6,7 +6,7 @@ import { Folder } from 'lucide-react';
6
6
  import React from 'react';
7
7
  import { useCMS } from 'tinacms';
8
8
 
9
- import 'graphiql/graphiql.min.css';
9
+ import 'graphiql/style.css';
10
10
 
11
11
  const Playground = () => {
12
12
  const cms = useCMS();
@@ -141,7 +141,6 @@ const Playground = () => {
141
141
  query={query}
142
142
  defaultEditorToolsVisibility='variables'
143
143
  isHeadersEditorEnabled={false}
144
- defaultTabs={[]}
145
144
  plugins={[
146
145
  {
147
146
  title: 'Queries',