Skip to content

Commit

Permalink
Add @prefresh/next to dependencies of preact example (vercel#14649)
Browse files Browse the repository at this point in the history
Add @prefresh/next as dependency

Closes vercel#14607
  • Loading branch information
IamLizu authored and rokinsky committed Jul 11, 2020
1 parent 7fe8fc3 commit d4759be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/using-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"start": "next start"
},
"devDependencies": {
"@prefresh/next": "^0.3.0",
"react-refresh": "^0.8.3"
},
"dependencies": {
"@prefresh/next": "^0.3.0",
"next": "^9.4.0",
"preact": "^10.4.4",
"preact-render-to-string": "^5.1.9",
Expand Down

0 comments on commit d4759be

Please sign in to comment.