@tinacms/app 0.0.0-bdea884-20250606054015 → 0.0.0-bed2404-20250610030125
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/CHANGELOG.md +3 -8
- package/package.json +4 -6
- package/src/index.css +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
# @tinacms/app
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- [#5744](https://github.com/tinacms/tinacms/pull/5744) [`d774d98`](https://github.com/tinacms/tinacms/commit/d774d987933bcb2cd0a434eeb59aada05467276a) Thanks [@Ben0189](https://github.com/Ben0189)! - Upgrade Plate editor to v48 beta, integrating latest features and improvements.
|
|
3
|
+
## 0.0.0-bed2404-20250610030125
|
|
8
4
|
|
|
9
5
|
### Patch Changes
|
|
10
6
|
|
|
11
|
-
- Updated dependencies [[`
|
|
12
|
-
-
|
|
13
|
-
- tinacms@0.0.0-bdea884-20250606054015
|
|
7
|
+
- Updated dependencies [[`2a3ed6c`](https://github.com/tinacms/tinacms/commit/2a3ed6c3ec3233fd90fd94f3dd3d0243aaad079a), [`bc47f93`](https://github.com/tinacms/tinacms/commit/bc47f938431c400714808613f633b05659a87be1), [`23fe9d2`](https://github.com/tinacms/tinacms/commit/23fe9d23aea219ecf5f5935348cb2d67935435a7)]:
|
|
8
|
+
- tinacms@0.0.0-bed2404-20250610030125
|
|
14
9
|
|
|
15
10
|
## 2.2.8
|
|
16
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/app",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-bed2404-20250610030125",
|
|
4
4
|
"main": "src/main.tsx",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"devDependencies": {
|
|
@@ -16,17 +16,15 @@
|
|
|
16
16
|
"@graphiql/toolkit": "0.8.4",
|
|
17
17
|
"@headlessui/react": "2.1.8",
|
|
18
18
|
"@heroicons/react": "^1.0.6",
|
|
19
|
-
"@monaco-editor/react": "4.
|
|
19
|
+
"@monaco-editor/react": "4.7.0-rc.0",
|
|
20
20
|
"final-form": "4.20.10",
|
|
21
21
|
"graphiql": "3.0.0-alpha.1",
|
|
22
22
|
"graphql": "15.8.0",
|
|
23
23
|
"monaco-editor": "0.31.0",
|
|
24
|
-
"react": "^18.3.1",
|
|
25
|
-
"react-dom": "^18.3.1",
|
|
26
24
|
"react-router-dom": "6.3.0",
|
|
27
25
|
"typescript": "^5.7.3",
|
|
28
26
|
"zod": "^3.24.2",
|
|
29
|
-
"@tinacms/mdx": "
|
|
30
|
-
"tinacms": "0.0.0-
|
|
27
|
+
"@tinacms/mdx": "1.6.3",
|
|
28
|
+
"tinacms": "0.0.0-bed2404-20250610030125"
|
|
31
29
|
}
|
|
32
30
|
}
|