@tinacms/app 0.0.0-756178e-20241111054910 → 0.0.0-772b413-20241118042751

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 +6 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,16 +1,18 @@
1
1
  # @tinacms/app
2
2
 
3
- ## 0.0.0-756178e-20241111054910
3
+ ## 0.0.0-772b413-20241118042751
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - [#5276](https://github.com/tinacms/tinacms/pull/5276) [`108fe1c`](https://github.com/tinacms/tinacms/commit/108fe1cf93dc1b00f5979f8c56e099a3a11016a0) Thanks [@Ben0189](https://github.com/Ben0189)! - Apply `override` to addresses vulnerable package `dompurify` and performs updates to minor and patch dependencies
8
+
7
9
  - [#5218](https://github.com/tinacms/tinacms/pull/5218) [`03bb823`](https://github.com/tinacms/tinacms/commit/03bb8237df87dab9da503818b839d44209263a48) Thanks [@kldavis4](https://github.com/kldavis4)! - Adds referential integrity for renaming and deleting referenced documents.
8
10
 
9
11
  When a document is renamed, any documents which reference the document will be updated with the new document name. When a document is deleted, the user will be warned and any references to the document will be deleted.
10
12
 
11
- - Updated dependencies [[`03bb823`](https://github.com/tinacms/tinacms/commit/03bb8237df87dab9da503818b839d44209263a48), [`60fb710`](https://github.com/tinacms/tinacms/commit/60fb710addd539860eb7ba39196e02f3bb5f08c1), [`9088136`](https://github.com/tinacms/tinacms/commit/9088136891b07fbb520bd782756c161c3e02feb0)]:
12
- - tinacms@0.0.0-756178e-20241111054910
13
- - @tinacms/mdx@0.0.0-756178e-20241111054910
13
+ - Updated dependencies [[`108fe1c`](https://github.com/tinacms/tinacms/commit/108fe1cf93dc1b00f5979f8c56e099a3a11016a0), [`03bb823`](https://github.com/tinacms/tinacms/commit/03bb8237df87dab9da503818b839d44209263a48), [`60fb710`](https://github.com/tinacms/tinacms/commit/60fb710addd539860eb7ba39196e02f3bb5f08c1), [`f3aa146`](https://github.com/tinacms/tinacms/commit/f3aa1465423101520bd05939249228c8d8b2a0df)]:
14
+ - @tinacms/mdx@0.0.0-772b413-20241118042751
15
+ - tinacms@0.0.0-772b413-20241118042751
14
16
 
15
17
  ## 2.1.11
16
18
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-756178e-20241111054910",
3
+ "version": "0.0.0-772b413-20241118042751",
4
4
  "main": "src/main.tsx",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
7
- "@types/react": "^18.3.10",
8
- "@types/react-dom": "^18.3.0",
9
- "typescript": "^5.6.2"
7
+ "@types/react": "^18.3.12",
8
+ "@types/react-dom": "^18.3.1",
9
+ "typescript": "^5.6.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.2",
23
+ "typescript": "^5.6.3",
24
24
  "zod": "^3.23.8",
25
- "@tinacms/mdx": "0.0.0-756178e-20241111054910",
26
- "tinacms": "0.0.0-756178e-20241111054910"
25
+ "@tinacms/mdx": "0.0.0-772b413-20241118042751",
26
+ "tinacms": "0.0.0-772b413-20241118042751"
27
27
  }
28
28
  }