Skip to content

Commit

Permalink
fix(deps): Update dependency next-sanity to v6 (#309)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent c850553 commit 6d81ac9
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 51 deletions.
2 changes: 1 addition & 1 deletion apps/v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"json5": "^2.2.3",
"motion": "^10.16.2",
"next": "^14.0.0",
"next-sanity": "^5.0.0",
"next-sanity": "^6.0.0",
"polished": "^4.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"next": "^14.0.0",
"next-sanity": "^5.0.0",
"next-sanity": "^6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"next": "^14.0.0",
"next-sanity": "^5.0.0",
"next-sanity": "^6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.0",
Expand Down
87 changes: 39 additions & 48 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 6d81ac9

Please sign in to comment.