@sanity/table 1.1.4 → 2.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 +2 -2
package/README.md CHANGED
@@ -1,6 +1,5 @@
1
1
  # Sanity Table Plugin
2
2
 
3
- > This is a **Sanity Studio v3** plugin.
4
3
  > For the v2 version, please refer to the [v2 repository](https://github.com/rdunk/sanity-plugin-table).
5
4
 
6
5
  This is a (triple) fork of the Sanity Plugin Table, migrated to [Sanity Studio V3](https://beta.sanity.io/docs/platform/studio/v2-to-v3).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/table",
3
- "version": "1.1.4",
3
+ "version": "2.0.0",
4
4
  "description": "Table schema type and input component for Sanity Studio",
5
5
  "keywords": [
6
6
  "sanity",
@@ -51,7 +51,7 @@
51
51
  "dependencies": {
52
52
  "@sanity/icons": "^3.5.3",
53
53
  "@sanity/incompatible-plugin": "^1.0.5",
54
- "@sanity/ui": "^2.10.11"
54
+ "@sanity/ui": "^3.1.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@commitlint/cli": "^19.6.1",