Skip to content

Commit d525291

Browse files
committed
update sanitypress-utils
1 parent 6f50e66 commit d525291

File tree

3 files changed

+22
-18
lines changed

3 files changed

+22
-18
lines changed

package-lock.json

Lines changed: 17 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sanitypress",
3-
"version": "6.3.26",
4-
"description": "An impressive Next.js + Sanity.io starter template",
3+
"version": "7.0.0",
4+
"description": "An impressive Sanity.io starter template with Next.js 15 and Tailwind 4",
55
"author": "nuotsu <mitchell@nuotsu.dev> (https://nuotsu.dev)",
66
"license": "ISC",
77
"scripts": {
@@ -37,8 +37,7 @@
3737
"react-icons": "^5.5.0",
3838
"sanity": "^3.78.0",
3939
"sanity-plugin-dashboard-widget-vercel": "^2.0.1",
40-
"sanity-plugin-sanitypress": "^0.0.3",
41-
"sanitypress-utils": "^0.0.1",
40+
"sanitypress-utils": "^0.0.2",
4241
"shiki": "^3.1.0",
4342
"styled-components": "^6.1.15",
4443
"tailwind-merge": "^3.0.2",

sanity.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { defineConfig } from 'sanity'
55
import { projectId, dataset, apiVersion } from '@/sanity/lib/env'
66
import { structure } from './src/sanity/structure'
77
import { presentation } from './src/sanity/presentation'
8-
import { sanitypress, icon, infoWidget } from 'sanity-plugin-sanitypress'
8+
import { sanitypress, icon, infoWidget } from 'sanitypress-utils'
99
import {
1010
dashboardTool,
1111
projectInfoWidget,
@@ -30,7 +30,7 @@ export default defineConfig({
3030
structure,
3131
presentation,
3232
sanitypress({
33-
// licenseKey: process.env.NEXT_PUBLIC_SANITYPRESS_PRO_LICENSE_KEY!,
33+
licenseKey: process.env.NEXT_PUBLIC_SANITYPRESS_PRO_LICENSE_KEY!,
3434
singletonTypes: ['site'],
3535
// defaultLang: DEFAULT_LANG,
3636
}),

0 commit comments

Comments
 (0)