Skip to content

Commit

Permalink
update next.js and react (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
umutzd authored Apr 1, 2021
1 parent e3225da commit d741f8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"start": "next start"
},
"dependencies": {
"next": "10.0.3",
"react": "17.0.1",
"react-dom": "17.0.1",
"next": "10.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"next-compose-plugins": "^2.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit d741f8b

Please sign in to comment.