Skip to content

Commit

Permalink
Install "react" and "react-dom" packages
Browse files Browse the repository at this point in the history
Since Gatsby v2, React (1) is a peer dependency which allows users to
freely choose the version they'd like to use. Nord Docs will initially
be build with the currently latest stable version 16.6.3 (2).

References:
  (1) https://reactjs.org
  (2) https://www.npmjs.com/package/react/v/16.6.3

Relates to GH-24
Closes GH-33
  • Loading branch information
arcticicestudio committed Nov 20, 2018
1 parent 7734d05 commit 24aecae
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
31 changes: 31 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
"gatsby-plugin-remove-trailing-slashes": "2.0.5",
"gatsby-source-filesystem": "2.0.8",
"gatsby-transformer-yaml": "2.1.5",
"nord": ">=0.2.1 <1.0.0"
"nord": ">=0.2.1 <1.0.0",
"react": "16.6.3",
"react-dom": "16.6.3"
}
}

0 comments on commit 24aecae

Please sign in to comment.