Skip to content

Commit

Permalink
Update Sanity example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Mar 11, 2024
1 parent 1cb16f8 commit a1d811d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/cms-sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"postsetup": "echo 'create the read token by following the rest of the guide: https://github.com/vercel/next.js/tree/canary/examples/cms-sanity#creating-a-read-token'"
},
"dependencies": {
"@sanity/assist": "^2.0.1",
"@sanity/icons": "^2.10.3",
"@sanity/assist": "^2.0.2",
"@sanity/icons": "^2.11.2",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.32.0",
"@tailwindcss/typography": "^0.5.10",
Expand All @@ -20,9 +20,9 @@
"@types/react-dom": "^18.2.21",
"@vercel/speed-insights": "^1.0.10",
"autoprefixer": "^10.4.18",
"date-fns": "^3.3.1",
"date-fns": "^3.4.0",
"next": "latest",
"next-sanity": "8.3.0",
"next-sanity": "^8.3.2",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit a1d811d

Please sign in to comment.