@sanity/dashboard 4.1.3 → 5.0.0

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 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,5 @@
1
1
  Sanity Dashboard
2
2
 
3
- > This is a **Sanity Studio v3** plugin.
4
3
  > For the v2 version, please refer to the [v2-branch](https://github.com/sanity-io/dashboard/tree/studio-v2).
5
4
 
6
5
  ## What is it?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/dashboard",
3
- "version": "4.1.3",
3
+ "version": "5.0.0",
4
4
  "description": "Tool for rendering dashboard widgets",
5
5
  "keywords": [
6
6
  "sanity",
@@ -59,7 +59,7 @@
59
59
  "@sanity/icons": "^3.5.2",
60
60
  "@sanity/image-url": "^1.1.0",
61
61
  "@sanity/incompatible-plugin": "^1.0.4",
62
- "@sanity/ui": "^2.10.9",
62
+ "@sanity/ui": "^3.1.0",
63
63
  "lodash": "^4.17.21",
64
64
  "rxjs": "^7.8.1"
65
65
  },
@@ -94,7 +94,7 @@
94
94
  },
95
95
  "peerDependencies": {
96
96
  "react": "^18 || >=19.0.0-0",
97
- "sanity": "^3",
97
+ "sanity": "^3 || ^4.0.0-0",
98
98
  "styled-components": "^6.1"
99
99
  },
100
100
  "engines": {