Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hrasekj committed Apr 30, 2019
1 parent c829767 commit 2ffc00b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@
},
"dependencies": {
"director": "^1.2.8",
"mobx": "^5.9.4",
"mobx-react": "^5.4.3",
"path-to-regexp": "^3.0.0",
"query-string": "^6.5.0",
"react": "^16.8.6"
"query-string": "^6.5.0"
},
"peerDependencies": {
"mobx": "^5.x",
"mobx-react": "^5.x",
"react": "^16.x"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
Expand Down

0 comments on commit 2ffc00b

Please sign in to comment.