Skip to content

Commit

Permalink
fix(deps): update nextjs monorepo to ^14.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
homarr-renovate[bot] authored Sep 4, 2024
1 parent 364d6f4 commit 925c90a
Show file tree
Hide file tree
Showing 9 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"glob": "^11.0.0",
"jotai": "^2.9.3",
"mantine-react-table": "2.0.0-beta.6",
"next": "^14.2.7",
"next": "^14.2.8",
"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 @@ -37,7 +37,7 @@
"@trpc/react-query": "next",
"@trpc/server": "next",
"dockerode": "^4.0.2",
"next": "^14.2.7",
"next": "^14.2.8",
"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.1.1",
"next": "^14.2.7",
"next": "^14.2.8",
"next-auth": "5.0.0-beta.20",
"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 @@ -26,7 +26,7 @@
"prettier": "@homarr/prettier-config",
"dependencies": {
"dayjs": "^1.11.13",
"next": "^14.2.7",
"next": "^14.2.8",
"react": "^18.3.1",
"tldts": "^6.1.41"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/spotlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@mantine/spotlight": "^7.12.2",
"@tabler/icons-react": "^3.14.0",
"jotai": "^2.9.3",
"next": "^14.2.7",
"next": "^14.2.8",
"react": "^18.3.1",
"use-deep-compare-effect": "^1.8.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.12.2",
"@tabler/icons-react": "^3.14.0",
"mantine-react-table": "2.0.0-beta.6",
"next": "^14.2.7",
"next": "^14.2.8",
"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 @@ -57,7 +57,7 @@
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"mantine-react-table": "2.0.0-beta.6",
"next": "^14.2.7",
"next": "^14.2.8",
"react": "^18.3.1",
"video.js": "^8.17.3"
},
Expand Down
142 changes: 71 additions & 71 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.7",
"@next/eslint-plugin-next": "^14.2.8",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.1.1",
"eslint-plugin-import": "^2.30.0",
Expand Down

0 comments on commit 925c90a

Please sign in to comment.