@sanity/form-toolkit 2.2.2 → 2.2.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
@@ -4,8 +4,6 @@
4
4
 
5
5
  Plugin for integrating 3rd party form services or building your own forms with Sanity.
6
6
 
7
- > This is a **Sanity Studio v3** plugin.
8
-
9
7
  ## Installation
10
8
 
11
9
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/form-toolkit",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "Tool kit for integrating forms with a Sanity Studio",
5
5
  "keywords": [
6
6
  "sanity",
@@ -121,7 +121,7 @@
121
121
  },
122
122
  "peerDependencies": {
123
123
  "react": "^18 || ^19",
124
- "sanity": "^3 || ^4.0.0-0"
124
+ "sanity": "^3 || ^4.0.0-0 || ^5.0.0"
125
125
  },
126
126
  "engines": {
127
127
  "node": ">=18"