Skip to content

Commit

Permalink
bump pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchuman committed Nov 24, 2024
1 parent 0b75833 commit 594b67f
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 80 deletions.
148 changes: 74 additions & 74 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanitypress",
"version": "5.1.10",
"version": "5.1.11",
"description": "A Next.js + Sanity.io Starter Template",
"author": "nuotsu <mitchell@nuotsu.dev> (https://nuotsu.dev)",
"license": "ISC",
Expand All @@ -19,7 +19,7 @@
"@sanity/dashboard": "^4.1.0",
"@sanity/image-url": "^1.1.0",
"@sanity/preview-url-secret": "^2.0.4",
"@sanity/vision": "^3.64.2",
"@sanity/vision": "^3.64.3",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"clsx": "^2.1.1",
Expand All @@ -33,23 +33,23 @@
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-is": "^18.3.1",
"sanity": "^3.64.2",
"sanity": "^3.64.3",
"sanity-plugin-dashboard-widget-vercel": "^2.0.1",
"shiki": "^1.23.1",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.5.4",
"tailwind-merge": "^2.5.5",
"zustand": "^5.0.1"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^4.0.0",
"@types/node": "^22.9.1",
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^9.15.0",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}

0 comments on commit 594b67f

Please sign in to comment.