File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"packages" : [" packages/*" , " website" ],
3
- "version" : " 5.0.0 "
3
+ "version" : " 5.0.1 "
4
4
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router-config" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " Static route config matching for React Router" ,
5
5
"repository" : " ReactTraining/react-router" ,
6
6
"license" : " MIT" ,
48
48
"raf" : " ^3.4.1" ,
49
49
"react" : " ^16.5.2" ,
50
50
"react-dom" : " ^16.5.2" ,
51
- "react-router" : " 5.0.0 " ,
51
+ "react-router" : " 5.0.1 " ,
52
52
"rollup" : " ^0.66.6" ,
53
53
"rollup-plugin-babel" : " ^4.3.2" ,
54
54
"rollup-plugin-commonjs" : " ^9.3.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router-dom" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " DOM bindings for React Router" ,
5
5
"repository" : " ReactTraining/react-router" ,
6
6
"license" : " MIT" ,
47
47
"history" : " ^4.9.0" ,
48
48
"loose-envify" : " ^1.3.1" ,
49
49
"prop-types" : " ^15.6.2" ,
50
- "react-router" : " 5.0.0 " ,
50
+ "react-router" : " 5.0.1 " ,
51
51
"tiny-invariant" : " ^1.0.2" ,
52
52
"tiny-warning" : " ^1.0.0"
53
53
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router-native" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " React Native bindings for React Router" ,
5
5
"repository" : " ReactTraining/react-router" ,
6
6
"license" : " MIT" ,
29
29
},
30
30
"dependencies" : {
31
31
"prop-types" : " ^15.6.1" ,
32
- "react-router" : " 5.0.0 "
32
+ "react-router" : " 5.0.1 "
33
33
},
34
34
"devDependencies" : {
35
35
"babel-jest" : " ^24.8.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " Declarative routing for React" ,
5
5
"repository" : " ReactTraining/react-router" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " react-router-website" ,
4
- "version" : " 5.0.0 " ,
4
+ "version" : " 5.0.1 " ,
5
5
"scripts" : {
6
6
"build" : " cross-env NODE_ENV=production webpack -p" ,
7
7
"start" : " webpack-dev-server --inline --host 0.0.0.0"
You can’t perform that action at this time.
0 commit comments