Skip to content

Commit

Permalink
fix: bump sanity and @sanity/visual-editing to latest (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored Nov 15, 2024
1 parent cc33b26 commit a1274ea
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 88 deletions.
10 changes: 5 additions & 5 deletions packages/sanity-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"prepublishOnly": "pnpm build"
},
"devDependencies": {
"@sanity/client": "^6.21.3",
"@sanity/visual-editing": "^2.1.9",
"@sanity/client": "^6.22.4",
"@sanity/visual-editing": "^2.7.1",
"@types/serialize-javascript": "^5.0.4",
"astro": "^4.14.5",
"react": "^18.3.1",
Expand All @@ -64,12 +64,12 @@
"vite-plugin-dts": "^4.0.3"
},
"peerDependencies": {
"@sanity/client": "^6.18.3",
"@sanity/visual-editing": "^2.1.1",
"@sanity/client": "^6.22.4",
"@sanity/visual-editing": "^2.7.1",
"astro": "^2.0.0 || ^3.0.0 || ^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "^3.43.0"
"sanity": "^3.64.1"
},
"engines": {
"node": ">=18.14.1"
Expand Down
Loading

0 comments on commit a1274ea

Please sign in to comment.