Skip to content

Commit

Permalink
fix bug for next package
Browse files Browse the repository at this point in the history
downgrade version of 'next' package to match @zeit/next-css and webpack4, upgrade react and react-dom to prepare for the latest 'next' version
  • Loading branch information
GatoonJin authored May 10, 2022
1 parent eab776d commit a45ca57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/todo-app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"express": "^4.17.1",
"isomorphic-fetch": "^3.0.0",
"mongodb": "^3.5.8",
"next": "^12.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"next": "^10.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"request": "^2.88.2",
"servicebus": "^2.3.3",
"styled-jsx": "^5.0.1"
Expand Down

0 comments on commit a45ca57

Please sign in to comment.