Skip to content

Commit

Permalink
chore(deps): update app dependencies (#1429)
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 12, 2024
1 parent 0cd4519 commit eac706f
Show file tree
Hide file tree
Showing 6 changed files with 865 additions and 984 deletions.
18 changes: 9 additions & 9 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.24.1",
"@sanity/preview-kit": "workspace:*",
"bulma": "0.9.4",
"groq": "3.65.1",
"groq": "3.67.1",
"groqd": "0.15.12",
"next": "15.0.3",
"next-sanity": "9.8.22",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"next": "15.1.0",
"next-sanity": "9.8.25",
"react": "19.0.0",
"react-dom": "19.0.0",
"server-only": "^0.0.1",
"ui": "workspace:*"
},
"devDependencies": {
"@next/bundle-analyzer": "15.0.3",
"@next/bundle-analyzer": "15.1.0",
"@types/node": "^18.18.6",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"eslint-config-next": "15.0.3",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"eslint-config-next": "15.1.0",
"typescript": "^5.7.2"
},
"engines": {
Expand Down
14 changes: 7 additions & 7 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.10.4",
"@sanity/visual-editing": "2.10.7",
"bulma": "0.9.4",
"groq": "3.65.1",
"groq": "3.67.1",
"groqd": "0.15.12",
"next": "15.0.3",
"next": "15.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"ui": "workspace:*"
},
"devDependencies": {
"@next/bundle-analyzer": "15.0.3",
"@next/bundle-analyzer": "15.1.0",
"@types/node": "^18.18.6",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"eslint-config-next": "15.0.3",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"eslint-config-next": "15.1.0",
"typescript": "^5.7.2"
},
"engines": {
Expand Down
22 changes: 11 additions & 11 deletions apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
"lint": "eslint --max-warnings 0 ."
},
"dependencies": {
"@remix-run/node": "2.15.0",
"@remix-run/react": "2.15.0",
"@remix-run/node": "2.15.1",
"@remix-run/react": "2.15.1",
"@sanity/client": "6.24.1",
"@sanity/preview-kit": "workspace:*",
"@sanity/visual-editing": "2.10.4",
"@vercel/remix": "2.15.0",
"groq": "3.65.1",
"@sanity/visual-editing": "2.10.7",
"@vercel/remix": "2.15.1",
"groq": "3.67.1",
"groqd": "0.15.12",
"isbot": "latest",
"react": "18.3.1",
"react-dom": "18.3.1",
"ui": "workspace:*"
},
"devDependencies": {
"@remix-run/dev": "2.15.0",
"@remix-run/eslint-config": "2.15.0",
"@remix-run/serve": "2.15.0",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@remix-run/dev": "2.15.1",
"@remix-run/eslint-config": "2.15.1",
"@remix-run/serve": "2.15.1",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"eslint": "^8.57.1",
"typescript": "^5.7.2"
},
Expand Down
16 changes: 8 additions & 8 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"dependencies": {
"@faker-js/faker": "8.4.1",
"@sanity/client": "6.24.1",
"@sanity/icons": "3.5.0",
"@sanity/presentation": "1.19.5",
"@sanity/icons": "3.5.2",
"@sanity/presentation": "1.19.8",
"@sanity/preview-kit": "workspace:*",
"@sanity/ui": "2.9.1",
"@sanity/vision": "3.65.1",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@sanity/ui": "2.10.9",
"@sanity/vision": "3.67.1",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"esbuild": "^0.24.0",
"esbuild-register": "^3.6.0",
"eslint": "^8.57.1",
"groq": "3.65.1",
"groq": "3.67.1",
"groqd-playground": "0.0.20",
"react": "18.3.1",
"react-dom": "18.3.1",
"sanity": "3.65.1",
"sanity": "3.67.1",
"sanity-plugin-iframe-pane": "3.1.6",
"styled-components": "6.1.13",
"typescript": "^5.7.2"
Expand Down
14 changes: 7 additions & 7 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@
"date-fns": "4.1.0",
"@vercel/stega": "0.1.2",
"bulma": "0.9.4",
"groq": "3.65.1",
"groq": "3.67.1",
"groqd": "0.15.12"
},
"devDependencies": {
"@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",
"@sanity/pkg-utils": "6.12.0",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.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-hooks": "^5.0.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"react": "18.3.1",
"rimraf": "5.0.1",
Expand Down
Loading

0 comments on commit eac706f

Please sign in to comment.