UNPKG

sanity-plugin-icon-picker-fix

Version:
12 lines (10 loc) 283 B
import { showIncompatiblePluginDialog } from '@sanity/incompatible-plugin'; import { name, sanityExchangeUrl, version } from './package.json'; export default showIncompatiblePluginDialog({ name: name, versions: { v3: version, v2: '^2.1.0', }, sanityExchangeUrl, });