Skip to content

Commit 995cd76

Browse files
fix(package): update react-router-dom to version 5.1.1
Closes #41
1 parent 0818b35 commit 995cd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react": "^15.4.0",
1111
"react-dom": "^15.4.0",
1212
"react-router": "^4.0.0",
13-
"react-router-dom": "^4.0.0"
13+
"react-router-dom": "^5.1.1"
1414
},
1515
"scripts": {
1616
"now-start": "cd build && serve -s ./",

0 commit comments

Comments
 (0)