Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nanchen committed Aug 3, 2020
1 parent 731b067 commit a4fd618
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"peerDependencies": {
"react": "~16.8.0",
"react-dom": "~16.8.0",
"react-router-dom": "~4.4.0 || ~3.2.1"
"react-router-dom": "^4.3.1"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
Expand All @@ -86,6 +86,9 @@
"@types/react-router-dom": "~4.3.1",
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"react": "~16.8.0",
"react-dom": "~16.8.0",
"react-router-dom": "^4.3.1",
"babel-jest": "^24.9.0",
"commitlint": "^8.2.0",
"cross-env": "^7.0.2",
Expand Down

0 comments on commit a4fd618

Please sign in to comment.