Skip to content

Commit

Permalink
fix(dependencies): upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Kopriwa committed Mar 21, 2019
1 parent dd7e733 commit 29baa05
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,10 @@
"raf": "^3.4.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-test-renderer": "^16.8.4",
"rollup": "^1.6.0",
"rollup": "^1.7.0",
"semantic-release": "^15.13.3",
"toctoc": "^0.3.2",
"webpack": "^4.29.6"
Expand All @@ -239,9 +239,9 @@
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-router-dom": "^4.3.1 || ^5.0.0"
"react": "^16.0.0.",
"react-dom": "^16.0.0",
"react-router-dom": "^4.2.2 || ^5.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down

0 comments on commit 29baa05

Please sign in to comment.