Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
chore(deps): update nextjs monorepo to ^13.4.4 (#338)
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] authored May 28, 2023
1 parent db54d4c commit 5836204
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 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.4.3"
"next": "^13.4.4"
},
"dependencies": {
"@discordjs/collection": "^1.5.1",
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.4.3",
"next": "^13.4.3",
"@next/font": "^13.4.4",
"next": "^13.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/buttons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"next": "^13.4.3",
"next": "^13.4.4",
"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.4.3",
"@next/font": "^13.4.4",
"react": "^18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"next": "^13.4.3",
"next": "^13.4.4",
"react": "^18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/navbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"next": "^13.4.3",
"next": "^13.4.4",
"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 @@ -9,7 +9,7 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"next": "13.4.3",
"next": "13.4.4",
"react": "^18.2.0",
"react-dom": "18.2.0"
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ __metadata:
eslint: 8.41.0
typescript: ^5.0.4
peerDependencies:
next: ^13.4.3
next: ^13.4.4
react: ^18.2.0
react-dom: 18.2.0
languageName: unknown
Expand Down Expand Up @@ -807,7 +807,7 @@ __metadata:
eslint: 8.41.0
typescript: ^5.0.4
peerDependencies:
"@next/font": ^13.4.3
"@next/font": ^13.4.4
react: ^18.2.0
react-dom: 18.2.0
languageName: unknown
Expand Down Expand Up @@ -839,7 +839,7 @@ __metadata:
framer-motion: ^10.12.12
typescript: ^5.0.4
peerDependencies:
next: ^13.4.3
next: ^13.4.4
react: ^18.2.0
react-dom: 18.2.0
languageName: unknown
Expand All @@ -865,7 +865,7 @@ __metadata:
react-spinners: ^0.13.8
typescript: ^5.0.4
peerDependencies:
next: ^13.4.3
next: ^13.4.4
react: ^18.2.0
react-dom: 18.2.0
languageName: unknown
Expand Down Expand Up @@ -913,7 +913,7 @@ __metadata:
typescript: ^5.0.4
yup: ^1.1.1
peerDependencies:
next: 13.4.3
next: 13.4.4
react: ^18.2.0
react-dom: 18.2.0
languageName: unknown
Expand Down Expand Up @@ -7941,7 +7941,7 @@ __metadata:
winston-daily-rotate-file: ^4.7.1
zip-lib: ^0.7.3
peerDependencies:
next: ^13.4.3
next: ^13.4.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -9156,8 +9156,8 @@ __metadata:
typescript: ^5.0.4
yup: ^1.1.1
peerDependencies:
"@next/font": ^13.4.3
next: ^13.4.3
"@next/font": ^13.4.4
next: ^13.4.4
react: ^18.2.0
react-dom: ^18.2.0
languageName: unknown
Expand Down

0 comments on commit 5836204

Please sign in to comment.