sanity-plugin-latex-input
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "sanity-plugin-latex-input", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Latex input for Portable Text Editor in Sanity Studio V3.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,3 +0,3 @@ | ||
const {showIncompatiblePluginDialog} = require('@sanity/incompatible-plugin') | ||
const {name, version, sanityExchangeUrl} = require('./package.json') | ||
const { showIncompatiblePluginDialog } = require('@sanity/incompatible-plugin'); | ||
const { name, version, sanityExchangeUrl } = require('./package.json'); | ||
@@ -8,5 +8,5 @@ export default showIncompatiblePluginDialog({ | ||
v3: version, | ||
v2: '^2.30.0', | ||
v2: '^1.0.0', | ||
}, | ||
sanityExchangeUrl, | ||
}) | ||
}); |
19547