Skip to content

Commit

Permalink
chore(deps): update app dependencies (#1397)
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 27, 2024
1 parent 746ad97 commit e6bae23
Show file tree
Hide file tree
Showing 6 changed files with 388 additions and 405 deletions.
4 changes: 2 additions & 2 deletions apps/next-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@sanity/client": "6.22.5",
"@sanity/preview-kit": "workspace:*",
"bulma": "0.9.4",
"groq": "3.64.3",
"groq": "3.65.0",
"groqd": "0.15.12",
"next": "15.0.3",
"next-sanity": "9.8.16",
Expand All @@ -30,7 +30,7 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint-config-next": "15.0.3",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=14"
Expand Down
6 changes: 3 additions & 3 deletions apps/next-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"dependencies": {
"@sanity/client": "6.22.5",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "2.8.0",
"@sanity/visual-editing": "2.10.0",
"bulma": "0.9.4",
"groq": "3.64.3",
"groq": "3.65.0",
"groqd": "0.15.12",
"next": "15.0.3",
"react": "18.3.1",
Expand All @@ -29,7 +29,7 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint-config-next": "15.0.3",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=14"
Expand Down
6 changes: 3 additions & 3 deletions apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@remix-run/react": "2.15.0",
"@sanity/client": "6.22.5",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "2.8.0",
"@sanity/visual-editing": "2.10.0",
"@vercel/remix": "2.15.0",
"groq": "3.64.3",
"groq": "3.65.0",
"groqd": "0.15.12",
"isbot": "latest",
"react": "18.3.1",
Expand All @@ -31,7 +31,7 @@
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"eslint": "^8.57.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=14"
Expand Down
10 changes: 5 additions & 5 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
"@faker-js/faker": "8.4.1",
"@sanity/client": "6.22.5",
"@sanity/icons": "3.4.0",
"@sanity/presentation": "1.18.5",
"@sanity/presentation": "1.19.0",
"@sanity/preview-kit": "workspace:*",
"@sanity/ui": "2.8.25",
"@sanity/vision": "3.64.3",
"@sanity/vision": "3.65.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"esbuild": "^0.24.0",
"esbuild-register": "^3.6.0",
"eslint": "^8.57.1",
"groq": "3.64.3",
"groq": "3.65.0",
"groqd-playground": "0.0.20",
"react": "18.3.1",
"react-dom": "18.3.1",
"sanity": "3.64.3",
"sanity": "3.65.0",
"sanity-plugin-iframe-pane": "3.1.6",
"styled-components": "6.1.13",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"date-fns": "4.1.0",
"@vercel/stega": "0.1.2",
"bulma": "0.9.4",
"groq": "3.64.3",
"groq": "3.65.0",
"groqd": "0.15.12"
},
"devDependencies": {
"@sanity/pkg-utils": "6.11.12",
"@sanity/pkg-utils": "6.11.13",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
Expand All @@ -67,7 +67,7 @@
"eslint-plugin-simple-import-sort": "^12.1.1",
"react": "18.3.1",
"rimraf": "5.0.1",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.0.0"
Expand Down
Loading

0 comments on commit e6bae23

Please sign in to comment.