Skip to content

Commit

Permalink
chore(deps): update app dependencies (#1448)
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 Jan 2, 2025
1 parent 5e19c2d commit 697b7c0
Show file tree
Hide file tree
Showing 6 changed files with 445 additions and 380 deletions.
8 changes: 4 additions & 4 deletions apps/next-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"bulma": "0.9.4",
"groq": "3.68.3",
"groqd": "0.15.12",
"next": "15.1.2",
"next-sanity": "9.8.29",
"next": "15.1.3",
"next-sanity": "9.8.30",
"react": "19.0.0",
"react-dom": "19.0.0",
"server-only": "^0.0.1",
"ui": "workspace:*"
},
"devDependencies": {
"@next/bundle-analyzer": "15.1.2",
"@next/bundle-analyzer": "15.1.3",
"@types/node": "^18.18.6",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"eslint-config-next": "15.1.2",
"eslint-config-next": "15.1.3",
"typescript": "^5.7.2"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 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.24.1",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "2.11.1",
"@sanity/visual-editing": "2.11.3",
"bulma": "0.9.4",
"groq": "3.68.3",
"groqd": "0.15.12",
"next": "15.1.2",
"next": "15.1.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"ui": "workspace:*"
},
"devDependencies": {
"@next/bundle-analyzer": "15.1.2",
"@next/bundle-analyzer": "15.1.3",
"@types/node": "^18.18.6",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"eslint-config-next": "15.1.2",
"eslint-config-next": "15.1.3",
"typescript": "^5.7.2"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@remix-run/react": "2.15.2",
"@sanity/client": "6.24.1",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "2.11.1",
"@sanity/visual-editing": "2.11.3",
"@vercel/remix": "2.15.2",
"groq": "3.68.3",
"groqd": "0.15.12",
Expand All @@ -29,7 +29,7 @@
"@remix-run/serve": "2.15.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"eslint": "^8.57.1",
"typescript": "^5.7.2"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"dependencies": {
"@faker-js/faker": "8.4.1",
"@sanity/client": "6.24.1",
"@sanity/icons": "3.5.5",
"@sanity/presentation": "1.19.14",
"@sanity/icons": "3.5.6",
"@sanity/presentation": "1.19.16",
"@sanity/preview-kit": "workspace:*",
"@sanity/ui": "2.10.12",
"@sanity/ui": "2.10.14",
"@sanity/vision": "3.68.3",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@
"groqd": "0.15.12"
},
"devDependencies": {
"@sanity/pkg-utils": "6.12.2",
"@sanity/pkg-utils": "6.12.3",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-gitignore": "^0.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"react": "19.0.0",
Expand Down
Loading

0 comments on commit 697b7c0

Please sign in to comment.