@tinacms/app 0.0.0-20230719001413 → 0.0.0-20230719131046

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 +4 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-20230719001413
3
+ ## 0.0.0-20230719131046
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - bc812441b: Use .mjs extension for ES modules
8
8
  - Updated dependencies [bc812441b]
9
- - @tinacms/toolkit@0.0.0-20230719001413
10
- - @tinacms/mdx@0.0.0-20230719001413
11
- - tinacms@0.0.0-20230719001413
9
+ - @tinacms/toolkit@0.0.0-20230719131046
10
+ - @tinacms/mdx@0.0.0-20230719131046
11
+ - tinacms@0.0.0-20230719131046
12
12
 
13
13
  ## 1.2.23
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-20230719001413",
3
+ "version": "0.0.0-20230719131046",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
@@ -14,6 +14,8 @@
14
14
  "@headlessui/react": "1.6.6",
15
15
  "@heroicons/react": "1.0.6",
16
16
  "@monaco-editor/react": "4.4.5",
17
+ "@tinacms/mdx": "0.0.0-20230719131046",
18
+ "@tinacms/toolkit": "0.0.0-20230719131046",
17
19
  "@xstate/react": "3.0.0",
18
20
  "final-form": "4.20.7",
19
21
  "graphiql": "3.0.0-alpha.1",
@@ -25,10 +27,8 @@
25
27
  "react-dom": "17.0.2",
26
28
  "react-router-dom": "6.3.0",
27
29
  "tailwindcss": "^3.2.7",
30
+ "tinacms": "0.0.0-20230719131046",
28
31
  "typescript": "^4.6.4",
29
- "zod": "^3.14.3",
30
- "@tinacms/mdx": "0.0.0-20230719001413",
31
- "@tinacms/toolkit": "0.0.0-20230719001413",
32
- "tinacms": "0.0.0-20230719001413"
32
+ "zod": "^3.14.3"
33
33
  }
34
34
  }