Skip to content
This repository has been archived by the owner on Jul 28, 2019. It is now read-only.

Commit

Permalink
feat: upgrade to next@4 and react@16
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Kluge committed Oct 10, 2017
1 parent 50adacf commit 84ba794
Show file tree
Hide file tree
Showing 11 changed files with 2,104 additions and 568 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.5
8.6
2 changes: 1 addition & 1 deletion examples/simple/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.4
8.6
6 changes: 3 additions & 3 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"license": "MIT",
"dependencies": {
"isomorphic-fetch": "2.2.1",
"next": "3.2.2",
"next": "4.0.1",
"phox": "0.1.0",
"prop-types": "15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1"
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"serve": "6.0.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/pages/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Default = ({ meta, body }) => (
headline={meta.title}
>
<HomeLink />
<p dangerouslySetInnerHTML={{ __html: body }} />
<div dangerouslySetInnerHTML={{ __html: body }} />
</Frame>
);
// eslint-enable react/no-danger
Expand Down

0 comments on commit 84ba794

Please sign in to comment.