Skip to content

Commit

Permalink
fix(deps): update nextjs monorepo to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
homarr-renovate[bot] authored Nov 15, 2024
1 parent 2fb014f commit 1d7b81e
Show file tree
Hide file tree
Showing 11 changed files with 362 additions and 149 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"glob": "^11.0.0",
"jotai": "^2.10.2",
"mantine-react-table": "2.0.0-beta.7",
"next": "^14.2.18",
"next": "^15.0.3",
"postcss-preset-mantine": "^1.17.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@trpc/react-query": "next",
"@trpc/server": "next",
"dockerode": "^4.0.2",
"next": "^14.2.18",
"next": "^15.0.3",
"react": "^18.3.1",
"superjson": "2.2.1",
"trpc-swagger": "^1.2.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"bcrypt": "^5.1.1",
"cookies": "^0.9.1",
"ldapts": "7.2.1",
"next": "^14.2.18",
"next": "^15.0.3",
"next-auth": "5.0.0-beta.25",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@homarr/log": "workspace:^0.1.0",
"dayjs": "^1.11.13",
"next": "^14.2.18",
"next": "^15.0.3",
"react": "^18.3.1",
"tldts": "^6.1.61"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/modals-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@mantine/core": "^7.14.0",
"@tabler/icons-react": "^3.22.0",
"dayjs": "^1.11.13",
"next": "^14.2.18",
"next": "^15.0.3",
"react": "^18.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/spotlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@mantine/spotlight": "^7.14.0",
"@tabler/icons-react": "^3.22.0",
"jotai": "^2.10.2",
"next": "^14.2.18",
"next": "^15.0.3",
"react": "^18.3.1",
"use-deep-compare-effect": "^1.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/translation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dayjs": "^1.11.13",
"deepmerge": "4.3.1",
"mantine-react-table": "2.0.0-beta.7",
"next": "^14.2.18",
"next": "^15.0.3",
"next-intl": "3.25.1",
"react": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@mantine/hooks": "^7.14.0",
"@tabler/icons-react": "^3.22.0",
"mantine-react-table": "2.0.0-beta.7",
"next": "^14.2.18",
"next": "^15.0.3",
"react": "^18.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"mantine-react-table": "2.0.0-beta.7",
"next": "^14.2.18",
"next": "^15.0.3",
"react": "^18.3.1",
"video.js": "^8.19.1"
},
Expand Down
491 changes: 352 additions & 139 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tooling/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@next/eslint-plugin-next": "^14.2.18",
"@next/eslint-plugin-next": "^15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.3.0",
"eslint-plugin-import": "^2.31.0",
Expand Down

0 comments on commit 1d7b81e

Please sign in to comment.