Skip to content

Commit

Permalink
chore(deps): update nextjs monorepo to ^14.2.7 (#586)
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] committed Sep 1, 2024
1 parent a0213c1 commit 1cd4530
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"#trpc/*": "./dist/trpc/*"
},
"peerDependencies": {
"next": "^14.2.6"
"next": "^14.2.7"
},
"dependencies": {
"@discordjs/collection": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"lint": "next lint"
},
"peerDependencies": {
"@next/font": "^14.2.6",
"next": "^14.2.6",
"@next/font": "^14.2.7",
"next": "^14.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"next": "14.2.6",
"next": "14.2.7",
"react": "^18.3.1",
"react-dom": "18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"@next/font": "^14.2.6",
"@next/font": "^14.2.7",
"react": "^18.3.1",
"react-dom": "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 @@ -29,7 +29,7 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"next": "14.2.6",
"next": "14.2.7",
"react": "^18.3.1",
"react-dom": "18.3.1"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ __metadata:
rc-progress: "npm:^4.0.0"
typescript: "npm:^5.4.2"
peerDependencies:
next: 14.2.6
next: 14.2.7
react: ^18.3.1
react-dom: 18.3.1
languageName: unknown
Expand All @@ -432,7 +432,7 @@ __metadata:
eslint: "npm:8.57.0"
typescript: "npm:^5.4.2"
peerDependencies:
"@next/font": ^14.2.6
"@next/font": ^14.2.7
react: ^18.3.1
react-dom: 18.3.1
languageName: unknown
Expand Down Expand Up @@ -491,7 +491,7 @@ __metadata:
eslint: "npm:8.57.0"
typescript: "npm:^5.4.2"
peerDependencies:
next: 14.2.6
next: 14.2.7
react: ^18.3.1
react-dom: 18.3.1
languageName: unknown
Expand Down Expand Up @@ -7996,7 +7996,7 @@ __metadata:
winston-daily-rotate-file: "npm:^5.0.0"
zip-lib: "npm:^1.0.3"
peerDependencies:
next: ^14.2.6
next: ^14.2.7
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -9078,8 +9078,8 @@ __metadata:
tailwindcss: "npm:^3.4.1"
typescript: "npm:^5.4.2"
peerDependencies:
"@next/font": ^14.2.6
next: ^14.2.6
"@next/font": ^14.2.7
next: ^14.2.7
react: ^18.3.1
react-dom: ^18.3.1
languageName: unknown
Expand Down

0 comments on commit 1cd4530

Please sign in to comment.