Skip to content

Commit

Permalink
chore: stable pin to corel
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Jan 22, 2025
1 parent 42ae245 commit b6063ba
Show file tree
Hide file tree
Showing 6 changed files with 102 additions and 103 deletions.
2 changes: 1 addition & 1 deletion apps/next-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "next start"
},
"dependencies": {
"@sanity/client": "6.26.1",
"@sanity/client": "6.27.0",
"@sanity/preview-kit": "workspace:*",
"bulma": "0.9.4",
"groq": "3.71.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/next-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "next start"
},
"dependencies": {
"@sanity/client": "6.26.1",
"@sanity/client": "6.27.0",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "2.12.6",
"bulma": "0.9.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@remix-run/node": "2.15.2",
"@remix-run/react": "2.15.2",
"@sanity/client": "6.26.1",
"@sanity/client": "6.27.0",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "2.12.6",
"@vercel/remix": "2.15.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@faker-js/faker": "8.4.1",
"@sanity/client": "6.26.1",
"@sanity/client": "6.27.0",
"@sanity/icons": "3.5.7",
"@sanity/preview-kit": "workspace:*",
"@sanity/ui": "2.11.4",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
]
},
"overrides": {
"@sanity/vision": "3.71.1-corel.541",
"@sanity/vision": "corel",
"@types/react": "latest",
"@types/react-dom": "latest",
"sanity": "3.71.1-corel.541",
"sanity-plugin-iframe-pane": "3.1.6-corel.1"
"sanity": "corel",
"sanity-plugin-iframe-pane": "corel"
}
}
}
Loading

0 comments on commit b6063ba

Please sign in to comment.