Skip to content

Commit 5b6fe03

Browse files
committed
Fix bad version selector on react-router-native
1 parent a51165b commit 5b6fe03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-router-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-native",
3-
"version": "5.3.2",
3+
"version": "5.3.3",
44
"description": "React Native bindings for React Router",
55
"homepage": "https://reactrouter.com/",
66
"repository": {
@@ -32,6 +32,6 @@
3232
},
3333
"dependencies": {
3434
"prop-types": "^15.6.1",
35-
"react-router": "2"
35+
"react-router": "5.3.3"
3636
}
3737
}

0 commit comments

Comments
 (0)