Skip to content

Commit

Permalink
chore(deps): update app dependencies to v19 (major) (#1421)
Browse files Browse the repository at this point in the history
chore(deps): update app dependencies to v19

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 7d4558e commit 5184378
Show file tree
Hide file tree
Showing 6 changed files with 367 additions and 328 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 @@ -27,8 +27,8 @@
"devDependencies": {
"@next/bundle-analyzer": "15.0.3",
"@types/node": "^18.18.6",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.1",
"eslint-config-next": "15.0.3",
"typescript": "^5.7.2"
},
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 @@ -19,15 +19,15 @@
"groq": "3.65.1",
"groqd": "0.15.12",
"next": "15.0.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"ui": "workspace:*"
},
"devDependencies": {
"@next/bundle-analyzer": "15.0.3",
"@types/node": "^18.18.6",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.1",
"eslint-config-next": "15.0.3",
"typescript": "^5.7.2"
},
Expand Down
8 changes: 4 additions & 4 deletions apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"groq": "3.65.1",
"groqd": "0.15.12",
"isbot": "latest",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"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",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"eslint": "^8.57.1",
"typescript": "^5.7.2"
Expand Down
8 changes: 4 additions & 4 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"@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",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.1",
"esbuild": "^0.24.0",
"esbuild-register": "^3.6.0",
"eslint": "^8.57.1",
"groq": "3.65.1",
"groqd-playground": "0.0.20",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"sanity": "3.65.1",
"sanity-plugin-iframe-pane": "3.1.6",
"styled-components": "6.1.13",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
},
"devDependencies": {
"@sanity/pkg-utils": "6.11.14",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint": "^8.57.1",
Expand All @@ -65,12 +65,12 @@
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"react": "18.3.1",
"react": "19.0.0",
"rimraf": "5.0.1",
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.0.0"
"react": "^18.0.0 || ^19.0.0"
},
"engines": {
"node": ">=14"
Expand Down
Loading

0 comments on commit 5184378

Please sign in to comment.