@sanity/hierarchical-document-list 2.1.2 → 2.1.3

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/README.md +0 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # sanity-plugin-hierarchical-document-list
2
2
 
3
- > This is a **Sanity Studio v3** plugin.
4
-
5
3
  Plugin for visually organizing documents as hierarchies in the [Sanity studio](https://www.sanity.io/docs/sanity-studio). Applications include:
6
4
 
7
5
  - Tables of content - such as a book's sections and chapters
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/hierarchical-document-list",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Sanity Plugin - Hierarchical Document List",
5
5
  "keywords": [
6
6
  "sanity",
@@ -89,7 +89,7 @@
89
89
  "react": "^18.3 || ^19",
90
90
  "react-dom": "^18.3 || ^19",
91
91
  "react-is": "^18.3 || ^19",
92
- "sanity": "^3 || ^4.0.0-0",
92
+ "sanity": "^3 || ^4.0.0-0 || ^5.0.0",
93
93
  "styled-components": "^6.1"
94
94
  },
95
95
  "overrides": {