Skip to content

Commit

Permalink
chore(deps): update app dependencies (#1410)
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 Dec 4, 2024
1 parent 022a1db commit 757c30d
Show file tree
Hide file tree
Showing 6 changed files with 187 additions and 274 deletions.
6 changes: 3 additions & 3 deletions apps/next-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"start": "next start"
},
"dependencies": {
"@sanity/client": "6.23.0",
"@sanity/client": "6.24.1",
"@sanity/preview-kit": "workspace:*",
"bulma": "0.9.4",
"groq": "3.65.1",
"groqd": "0.15.12",
"next": "15.0.3",
"next-sanity": "9.8.19",
"next-sanity": "9.8.20",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"server-only": "^0.0.1",
Expand All @@ -27,7 +27,7 @@
"devDependencies": {
"@next/bundle-analyzer": "15.0.3",
"@types/node": "^18.18.6",
"@types/react": "^18.3.12",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"eslint-config-next": "15.0.3",
"typescript": "^5.7.2"
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,7 +12,7 @@
"start": "next start"
},
"dependencies": {
"@sanity/client": "6.23.0",
"@sanity/client": "6.24.1",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "2.10.3",
"bulma": "0.9.4",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@next/bundle-analyzer": "15.0.3",
"@types/node": "^18.18.6",
"@types/react": "^18.3.12",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"eslint-config-next": "15.0.3",
"typescript": "^5.7.2"
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,7 +12,7 @@
"dependencies": {
"@remix-run/node": "2.15.0",
"@remix-run/react": "2.15.0",
"@sanity/client": "6.23.0",
"@sanity/client": "6.24.1",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "2.10.3",
"@vercel/remix": "2.15.0",
Expand All @@ -27,7 +27,7 @@
"@remix-run/dev": "2.15.0",
"@remix-run/eslint-config": "2.15.0",
"@remix-run/serve": "2.15.0",
"@types/react": "^18.3.12",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"eslint": "^8.57.1",
Expand Down
6 changes: 3 additions & 3 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"@faker-js/faker": "8.4.1",
"@sanity/client": "6.23.0",
"@sanity/client": "6.24.1",
"@sanity/icons": "3.5.0",
"@sanity/presentation": "1.19.4",
"@sanity/preview-kit": "workspace:*",
"@sanity/ui": "2.9.0",
"@sanity/ui": "2.9.1",
"@sanity/vision": "3.65.1",
"@types/react": "^18.3.12",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"esbuild": "^0.24.0",
"esbuild-register": "^3.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"groqd": "0.15.12"
},
"devDependencies": {
"@sanity/pkg-utils": "6.11.13",
"@types/react": "^18.3.12",
"@sanity/pkg-utils": "6.11.14",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
Expand Down
Loading

0 comments on commit 757c30d

Please sign in to comment.