Skip to content

Commit

Permalink
chore(deps): update app dependencies (#1365)
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 Nov 6, 2024
1 parent f5cc61a commit 02413bb
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 138 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.22.2",
"@sanity/client": "6.22.3",
"@sanity/preview-kit": "workspace:*",
"bulma": "0.9.4",
"groq": "3.63.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/next-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"start": "next start"
},
"dependencies": {
"@sanity/client": "6.22.2",
"@sanity/client": "6.22.3",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "2.4.4",
"@sanity/visual-editing": "2.5.0",
"bulma": "0.9.4",
"groq": "3.63.0",
"groqd": "0.15.12",
Expand Down
4 changes: 2 additions & 2 deletions apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"dependencies": {
"@remix-run/node": "2.13.1",
"@remix-run/react": "2.13.1",
"@sanity/client": "6.22.2",
"@sanity/client": "6.22.3",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "2.4.4",
"@sanity/visual-editing": "2.5.0",
"@vercel/remix": "2.13.1",
"groq": "3.63.0",
"groqd": "0.15.12",
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.22.2",
"@sanity/client": "6.22.3",
"@sanity/icons": "3.4.0",
"@sanity/presentation": "1.17.8",
"@sanity/preview-kit": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"groqd": "0.15.12"
},
"devDependencies": {
"@sanity/pkg-utils": "6.11.8",
"@sanity/pkg-utils": "6.11.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.13.0",
Expand Down
Loading

0 comments on commit 02413bb

Please sign in to comment.