Skip to content

Commit

Permalink
⬆️ Bump nextjs monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 18, 2024
1 parent 72c38c1 commit fa95801
Show file tree
Hide file tree
Showing 5 changed files with 948 additions and 168 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rm -rf .turbo && rm -rf node_modules"
},
"dependencies": {
"next": "14.1.0",
"next": "14.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"ui": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion apps/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.15.6",
"@mui/material": "5.15.6",
"next": "14.1.0",
"next": "14.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"ui": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rm -rf .turbo && rm -rf node_modules"
},
"dependencies": {
"next": "14.1.0",
"next": "14.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"ui": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.19.1",
"eslint": "8.56.0",
"eslint-config-next": "13.3.0",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "8.10.0",
"eslint-config-turbo": "latest",
"eslint-plugin-react": "7.32.2"
Expand Down

0 comments on commit fa95801

Please sign in to comment.