Skip to content

Commit

Permalink
fix: Move react, react-dom to peerDependencies
Browse files Browse the repository at this point in the history
fix #301
  • Loading branch information
simenandre committed Oct 24, 2020
1 parent 5d33ad5 commit b4fd437
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"ts-node-dev": "^1.0.0-pre.40",
"typedoc": "^0.19.2",
"typedoc-plugin-markdown": "^3.0.3",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-router": "^5.1.2",
"typescript": "^3.5.3"
},
"jest": {
Expand All @@ -69,10 +72,12 @@
}
},
"homepage": "https://github.com/bjerkio/oidc-react#readme",
"dependencies": {
"oidc-client": "^1.9.1",
"peerDependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-router": "^5.1.2"
},
"dependencies": {
"oidc-client": "^1.9.1"
}
}

0 comments on commit b4fd437

Please sign in to comment.