Skip to content

Commit

Permalink
chore(deps): update nextjs monorepo to ^13.5.3 (#425)
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 Oct 1, 2023
1 parent 06c32b2 commit bfe28c7
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 @@ -11,7 +11,7 @@
"dev": "NODE_ENV=development nodemon ./dist"
},
"peerDependencies": {
"next": "^13.5.2"
"next": "^13.5.3"
},
"dependencies": {
"@discordjs/collection": "^1.5.3",
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": "^13.5.2",
"next": "^13.5.2",
"@next/font": "^13.5.3",
"next": "^13.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
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": "13.5.2",
"next": "13.5.3",
"react": "^18.2.0",
"react-dom": "18.2.0"
},
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": "^13.5.2",
"@next/font": "^13.5.3",
"react": "^18.2.0",
"react-dom": "18.2.0"
},
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": "13.5.2",
"next": "13.5.3",
"react": "^18.2.0",
"react-dom": "18.2.0"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ __metadata:
rc-progress: ^3.5.1
typescript: ^5.2.2
peerDependencies:
next: 13.5.2
next: 13.5.3
react: ^18.2.0
react-dom: 18.2.0
languageName: unknown
Expand All @@ -382,7 +382,7 @@ __metadata:
eslint: 8.50.0
typescript: ^5.2.2
peerDependencies:
"@next/font": ^13.5.2
"@next/font": ^13.5.3
react: ^18.2.0
react-dom: 18.2.0
languageName: unknown
Expand Down Expand Up @@ -441,7 +441,7 @@ __metadata:
eslint: 8.50.0
typescript: ^5.2.2
peerDependencies:
next: 13.5.2
next: 13.5.3
react: ^18.2.0
react-dom: 18.2.0
languageName: unknown
Expand Down Expand Up @@ -7687,7 +7687,7 @@ __metadata:
winston-daily-rotate-file: ^4.7.1
zip-lib: ^0.7.3
peerDependencies:
next: ^13.5.2
next: ^13.5.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8719,8 +8719,8 @@ __metadata:
tailwindcss: ^3.3.3
typescript: ^5.2.2
peerDependencies:
"@next/font": ^13.5.2
next: ^13.5.2
"@next/font": ^13.5.3
next: ^13.5.3
react: ^18.2.0
react-dom: ^18.2.0
languageName: unknown
Expand Down

0 comments on commit bfe28c7

Please sign in to comment.