Skip to content

Commit

Permalink
chore(deps): update app dependencies (#1359)
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 5, 2024
1 parent 0938a75 commit 7f469d1
Show file tree
Hide file tree
Showing 6 changed files with 584 additions and 654 deletions.
10 changes: 5 additions & 5 deletions apps/next-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"@sanity/client": "6.22.2",
"@sanity/preview-kit": "workspace:*",
"bulma": "0.9.4",
"groq": "3.62.2",
"groq": "3.63.0",
"groqd": "0.15.12",
"next": "15.0.1",
"next-sanity": "9.8.7",
"next": "15.0.2",
"next-sanity": "9.8.8",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"server-only": "^0.0.1",
"ui": "workspace:*"
},
"devDependencies": {
"@next/bundle-analyzer": "15.0.1",
"@next/bundle-analyzer": "15.0.2",
"@types/node": "^18.18.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint-config-next": "15.0.1",
"eslint-config-next": "15.0.2",
"typescript": "^5.6.3"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions apps/next-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
"dependencies": {
"@sanity/client": "6.22.2",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "2.4.2",
"@sanity/visual-editing": "2.4.4",
"bulma": "0.9.4",
"groq": "3.62.2",
"groq": "3.63.0",
"groqd": "0.15.12",
"next": "15.0.1",
"next": "15.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"ui": "workspace:*"
},
"devDependencies": {
"@next/bundle-analyzer": "15.0.1",
"@next/bundle-analyzer": "15.0.2",
"@types/node": "^18.18.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint-config-next": "15.0.1",
"eslint-config-next": "15.0.2",
"typescript": "^5.6.3"
},
"engines": {
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.13.1",
"@sanity/client": "6.22.2",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "2.4.2",
"@sanity/visual-editing": "2.4.4",
"@vercel/remix": "2.13.1",
"groq": "3.62.2",
"groq": "3.63.0",
"groqd": "0.15.12",
"isbot": "latest",
"react": "18.3.1",
Expand All @@ -29,7 +29,7 @@
"@remix-run/serve": "2.13.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"eslint": "^8.57.1",
"typescript": "^5.6.3"
},
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,20 +10,20 @@
"@faker-js/faker": "8.4.1",
"@sanity/client": "6.22.2",
"@sanity/icons": "3.4.0",
"@sanity/presentation": "1.17.7",
"@sanity/presentation": "1.17.8",
"@sanity/preview-kit": "workspace:*",
"@sanity/ui": "2.8.10",
"@sanity/vision": "3.62.2",
"@sanity/ui": "2.8.19",
"@sanity/vision": "3.63.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.62.2",
"groq": "3.63.0",
"groqd-playground": "0.0.20",
"react": "18.3.1",
"react-dom": "18.3.1",
"sanity": "3.62.2",
"sanity": "3.63.0",
"sanity-plugin-iframe-pane": "3.1.6",
"styled-components": "6.1.13",
"typescript": "^5.6.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"date-fns": "4.1.0",
"@vercel/stega": "0.1.2",
"bulma": "0.9.4",
"groq": "3.62.2",
"groq": "3.63.0",
"groqd": "0.15.12"
},
"devDependencies": {
"@sanity/pkg-utils": "6.11.4",
"@sanity/pkg-utils": "6.11.8",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-gitignore": "^0.1.0",
Expand Down
Loading

0 comments on commit 7f469d1

Please sign in to comment.