Skip to content

Commit

Permalink
chore: switch to canaries
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Sep 19, 2024
1 parent 9da7588 commit e369287
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
{
"matchDepNames": ["babel-plugin-react-compiler", "eslint-plugin-react-compiler"],
"followTag": "experimental"
},
{
"matchDepNames": ["@sanity/client", "@sanity/presentation", "@sanity/next-loader", "@sanity/visual-editing"],
"matchFileNames": ["package.json", "packages/next-sanity/package.json"],
"followTag": "canary"
}
],
"ignorePresets": [":ignoreModulesAndTests", "github>sanity-io/renovate-config:group-non-major"]
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"devDependencies": {
"@next/bundle-analyzer": "15.0.0-canary.159",
"@next/env": "15.0.0-canary.159",
"@sanity/presentation": "1.16.6-canary.11",
"@sanity/prettier-config": "1.0.2",
"eslint-config-next": "15.0.0-canary.159",
"next": "15.0.0-canary.159",
Expand All @@ -35,6 +36,7 @@
"overrides": {
"@next/bundle-analyzer": "$@next/bundle-analyzer",
"@next/env": "$@next/env",
"@sanity/presentation": "$@sanity/presentation",
"eslint-config-next": "$eslint-config-next",
"next": "$next"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/next-sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@
"dependencies": {
"@portabletext/react": "^3.1.0",
"@sanity/client": "^6.21.3",
"@sanity/next-loader": "0.0.1-canary.8",
"@sanity/preview-kit": "5.1.1",
"@sanity/visual-editing": "2.1.10",
"@sanity/visual-editing": "2.1.11-canary.11",
"groq": "^3.57.4",
"history": "^5.3.0"
},
Expand Down
114 changes: 96 additions & 18 deletions pnpm-lock.yaml

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

0 comments on commit e369287

Please sign in to comment.