@sanity/table 1.1.3 → 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.
- package/LICENSE +4 -4
- package/README.md +0 -1
- package/package.json +3 -3
package/LICENSE
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
4
|
-
Copyright (c)
|
|
5
|
-
Copyright (c)
|
|
6
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2025 ʞunp ʇɹǝdnɹ
|
|
4
|
+
Copyright (c) 2025 Mathis Bullinger
|
|
5
|
+
Copyright (c) 2025 Dave Lucia
|
|
6
|
+
Copyright (c) 2025 Sanity.io
|
|
7
7
|
|
|
8
8
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
9
9
|
of this software and associated documentation files (the "Software"), to deal
|
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": "
|
|
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": "^
|
|
54
|
+
"@sanity/ui": "^3.1.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@commitlint/cli": "^19.6.1",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
85
|
"react": "^18 || ^19",
|
|
86
|
-
"sanity": "^3.0.0"
|
|
86
|
+
"sanity": "^3.0.0 || ^4.0.0"
|
|
87
87
|
},
|
|
88
88
|
"engines": {
|
|
89
89
|
"node": ">=18"
|