Skip to content

Commit

Permalink
fix(deps): update dependency next to v10.0.6 (module-federation#685)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 30, 2021
1 parent 6a64d9b commit a9e616d
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 197 deletions.
2 changes: 1 addition & 1 deletion nextjs-bi-directional/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start --port 3001"
},
"dependencies": {
"next": "10.0.5",
"next": "10.0.6",
"react": "16.14.0",
"react-dom": "16.14.0"
}
Expand Down
2 changes: 1 addition & 1 deletion nextjs-bi-directional/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start --port 3002"
},
"dependencies": {
"next": "10.0.5",
"next": "10.0.6",
"react": "16.14.0",
"react-dom": "16.14.0"
}
Expand Down
2 changes: 1 addition & 1 deletion nextjs-sidecar/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"email": "[email protected]"
},
"dependencies": {
"next": "10.0.5",
"next": "10.0.6",
"react": "16.14.0",
"react-dom": "16.14.0"
}
Expand Down
Loading

0 comments on commit a9e616d

Please sign in to comment.