@tinacms/app 0.0.0-942e18f-20250102010803 → 0.0.0-984566a-20250219181559

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/CHANGELOG.md +42 -4
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,12 +1,50 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-942e18f-20250102010803
3
+ ## 0.0.0-984566a-20250219181559
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`4aadf3e`](https://github.com/tinacms/tinacms/commit/4aadf3ee0b5e7ba6614baee9507a3b51abc92053), [`82b0039`](https://github.com/tinacms/tinacms/commit/82b00393da8bbcc2cf357fbbb546904f07e8d89c), [`0b40d71`](https://github.com/tinacms/tinacms/commit/0b40d714c6e4b35cc31b3e3829589039519bf489)]:
8
- - tinacms@0.0.0-942e18f-20250102010803
9
- - @tinacms/mdx@0.0.0-942e18f-20250102010803
7
+ - [#5486](https://github.com/tinacms/tinacms/pull/5486) [`d7c5ec1`](https://github.com/tinacms/tinacms/commit/d7c5ec1b174419dcc6ddba3cfb3684dd469da571) Thanks [@JackDevAU](https://github.com/JackDevAU)! - Update dependencies across packages
8
+
9
+ - Updated dependencies [[`3974aa7`](https://github.com/tinacms/tinacms/commit/3974aa759192713140733b99ee0254a1a056e124), [`7541614`](https://github.com/tinacms/tinacms/commit/7541614527a02268ea453b23ce84637f978dcf2d), [`d7c5ec1`](https://github.com/tinacms/tinacms/commit/d7c5ec1b174419dcc6ddba3cfb3684dd469da571), [`cbc7476`](https://github.com/tinacms/tinacms/commit/cbc7476bbc4cb08a8ec4a319abbe1d2c2ca14a48)]:
10
+ - tinacms@0.0.0-984566a-20250219181559
11
+ - @tinacms/mdx@0.0.0-984566a-20250219181559
12
+
13
+ ## 2.1.19
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies []:
18
+ - tinacms@2.6.4
19
+
20
+ ## 2.1.18
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [[`05ba069`](https://github.com/tinacms/tinacms/commit/05ba0692a7e990fbb671177829562869d517e7c1), [`42daaf7`](https://github.com/tinacms/tinacms/commit/42daaf7af125da265d2c5998168e9c7345dc0a59), [`bc986dd`](https://github.com/tinacms/tinacms/commit/bc986dd48f9a7da264281b55926ec51ce1068bb7), [`3af2354`](https://github.com/tinacms/tinacms/commit/3af23542b984c10e138d0cf10a165d50b99bb0e9)]:
25
+ - tinacms@2.6.3
26
+
27
+ ## 2.1.17
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies []:
32
+ - tinacms@2.6.2
33
+
34
+ ## 2.1.16
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [[`61c45f4`](https://github.com/tinacms/tinacms/commit/61c45f49a2abe82336b661dedbbe2a15d0f3da05)]:
39
+ - tinacms@2.6.1
40
+
41
+ ## 2.1.15
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies [[`9931d5a`](https://github.com/tinacms/tinacms/commit/9931d5a0d7e5e9e5165170047cf5653041bddd7a), [`4aadf3e`](https://github.com/tinacms/tinacms/commit/4aadf3ee0b5e7ba6614baee9507a3b51abc92053), [`92b683b`](https://github.com/tinacms/tinacms/commit/92b683bd3d73b47271eee5b8ff648ed4dcde51e3), [`82b0039`](https://github.com/tinacms/tinacms/commit/82b00393da8bbcc2cf357fbbb546904f07e8d89c), [`877699d`](https://github.com/tinacms/tinacms/commit/877699d08b3e2c2470742a3acf25d02a95e440b3)]:
46
+ - tinacms@2.6.0
47
+ - @tinacms/mdx@1.5.4
10
48
 
11
49
  ## 2.1.14
12
50
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-942e18f-20250102010803",
3
+ "version": "0.0.0-984566a-20250219181559",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
7
- "@types/react": "^18.3.12",
8
- "@types/react-dom": "^18.3.1",
9
- "typescript": "^5.6.3"
7
+ "@types/react": "^18.3.18",
8
+ "@types/react-dom": "^18.3.5",
9
+ "typescript": "^5.7.3"
10
10
  },
11
11
  "dependencies": {
12
12
  "@graphiql/toolkit": "0.8.4",
@@ -20,9 +20,9 @@
20
20
  "react": "^18.3.1",
21
21
  "react-dom": "^18.3.1",
22
22
  "react-router-dom": "6.3.0",
23
- "typescript": "^5.6.3",
24
- "zod": "^3.23.8",
25
- "@tinacms/mdx": "0.0.0-942e18f-20250102010803",
26
- "tinacms": "0.0.0-942e18f-20250102010803"
23
+ "typescript": "^5.7.3",
24
+ "zod": "^3.24.2",
25
+ "@tinacms/mdx": "0.0.0-984566a-20250219181559",
26
+ "tinacms": "0.0.0-984566a-20250219181559"
27
27
  }
28
28
  }