Skip to content

Commit

Permalink
chore: bump canaries
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Sep 23, 2024
1 parent 009a4e0 commit c4c8aed
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 49 deletions.
2 changes: 1 addition & 1 deletion apps/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@repo/sanity-config": "workspace:*",
"@sanity/client": "6.21.4-canary.2",
"@sanity/client": "^6.22.0",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "3.57.4",
"groqd": "^0.15.11",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@next/bundle-analyzer": "15.0.0-canary.162",
"@next/env": "15.0.0-canary.162",
"@sanity/presentation": "1.16.6-canary.22",
"@sanity/presentation": "1.16.6-canary.23",
"@sanity/prettier-config": "1.0.3",
"eslint-config-next": "15.0.0-canary.162",
"next": "15.0.0-canary.162",
Expand Down
8 changes: 4 additions & 4 deletions packages/next-sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@
"browserslist": "extends @sanity/browserslist-config",
"dependencies": {
"@portabletext/react": "^3.1.0",
"@sanity/client": "6.21.4-canary.2",
"@sanity/next-loader": "0.0.1-canary.19",
"@sanity/visual-editing": "2.1.11-canary.22",
"@sanity/client": "^6.22.0",
"@sanity/next-loader": "0.0.1-canary.20",
"@sanity/visual-editing": "2.1.11-canary.23",
"groq": "^3.57.4",
"history": "^5.3.0"
},
Expand Down Expand Up @@ -151,7 +151,7 @@
"vitest-github-actions-reporter": "^0.11.1"
},
"peerDependencies": {
"@sanity/client": "^6.21.3 || 6.21.4-canary.2",
"@sanity/client": "^6.22.0",
"@sanity/icons": "^3.4.0",
"@sanity/types": "^3.57.4",
"@sanity/ui": "^2.8.9",
Expand Down
1 change: 1 addition & 0 deletions packages/next-sanity/src/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from '@sanity/next-loader/hooks'
export {useOptimistic} from '@sanity/visual-editing'
Loading

0 comments on commit c4c8aed

Please sign in to comment.