UNPKG
@sanity/table
Version:
latest (3.1.6)
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.0.1
2.0.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Table schema type and input component for Sanity Studio
github.com/sanity-io/table
sanity-io/table
@sanity/table
/
v2-incompatible.js
12 lines
(10 loc)
•
294 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
{ showIncompatiblePluginDialog } =
require
(
'@sanity/incompatible-plugin'
);
const
{ name, version, sanityExchangeUrl } =
require
(
'./package.json'
); export
default
showIncompatiblePluginDialog
({
name
: name,
versions
: {
v3
: version,
v2
: undefined, }, sanityExchangeUrl, });