Skip to content

Commit

Permalink
Update nextjs monorepo to v13.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent 8f8ad2f commit 9855b53
Show file tree
Hide file tree
Showing 3 changed files with 558 additions and 98 deletions.
2 changes: 1 addition & 1 deletion apps/example-typescript-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "13.4.12",
"next": "13.5.5",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint-config-next": "13.4.12",
"eslint-config-next": "13.5.5",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-import": "2.28.0",
Expand All @@ -28,6 +28,6 @@
},
"devDependencies": {
"eslint": "8.48.0",
"next": "13.4.12"
"next": "13.5.5"
}
}
Loading

0 comments on commit 9855b53

Please sign in to comment.