Skip to content

Commit

Permalink
fix: move react-transition-context to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed May 7, 2019
1 parent 7b44fb4 commit a36df60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-router-transition-switch": "^1.0.2",
"react-transition-context": "^5.0.0",
"rimraf": "^2.6.0",
"semantic-release": "^15.13.3",
"sinon": "^2.3.5",
Expand All @@ -156,7 +155,8 @@
"dependencies": {
"@babel/runtime": "^7.1.5",
"inline-style-prefixer": "^3.0.6",
"prop-types": "^15.6.0"
"prop-types": "^15.6.0",
"react-transition-context": "^5.0.0"
},
"renovate": {
"extends": [
Expand Down

0 comments on commit a36df60

Please sign in to comment.