Skip to content

Commit

Permalink
update stegaClean import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Christ committed Sep 25, 2024
1 parent 333f91c commit f33e307
Show file tree
Hide file tree
Showing 22 changed files with 98 additions and 106 deletions.
142 changes: 70 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanitypress",
"version": "4.7.5",
"version": "4.7.6",
"description": "A Next.js + Sanity.io Starter Template",
"author": "nuotsu <mitchell@nuotsu.dev> (https://nuotsu.dev)",
"license": "ISC",
Expand All @@ -17,12 +17,12 @@
"@sanity/dashboard": "^4.0.0",
"@sanity/image-url": "^1.0.2",
"@sanity/preview-url-secret": "^1.6.21",
"@sanity/vision": "^3.57.4",
"@sanity/vision": "^3.58.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"clsx": "^2.1.1",
"feed": "^4.2.2",
"groq": "^3.57.4",
"groq": "^3.58.0",
"next": "^14.2.13",
"next-sanity": "^9.5.0",
"next-sanity-image": "^6.1.1",
Expand All @@ -34,7 +34,7 @@
"react-is": "^18.3.1",
"rss": "^1.2.2",
"rxjs": "^7.8.1",
"sanity": "^3.57.4",
"sanity": "^3.58.0",
"sanity-plugin-dashboard-widget-vercel": "^2.0.1",
"shiki": "^1.18.0",
"styled-components": "^6.1.13",
Expand All @@ -43,15 +43,15 @@
},
"devDependencies": {
"@sanity/eslint-config-studio": "^4.0.0",
"@types/node": "^22.6.1",
"@types/react": "^18.3.8",
"@types/node": "^22.6.2",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.20",
"eslint": "^9.11.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/moduleProps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { stegaClean } from '@sanity/client/stega'
import { stegaClean } from 'next-sanity'

export default function ({ _type, uid, _key }: Partial<Sanity.Module>) {
return {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/processUrl.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { stegaClean } from '@sanity/client/stega'
import { stegaClean } from 'next-sanity'

export default function (
page: Sanity.PageBase,
Expand Down
Loading

0 comments on commit f33e307

Please sign in to comment.