Bump @types/react-router from 4.4.2 to 5.0.3 in /src/FilterLists.Web

Bumps [@types/react-router](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-router) from 4.4.2 to 5.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-router)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-07-26 22:25:05 +00:00 committed by GitHub
parent 79d119eebb
commit 70e39d7096
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -50,9 +50,9 @@
}
},
"@types/react-router": {
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-4.4.2.tgz",
"integrity": "sha512-EkRC1pDzrDwZ0WRCtjuAAmBGuoKyPcnO5r7mzDnMB8E+R05VkDanAF25ONaCLd3TyM13F0bHOpKcQPWYs+gzhg==",
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.0.3.tgz",
"integrity": "sha512-j2Gge5cvxca+5lK9wxovmGPgpVJMwjyu5lTA/Cd6fLGoPq7FXcUE1jFkEdxeyqGGz8VfHYSHCn5Lcn24BzaNKA==",
"dev": true,
"requires": {
"@types/history": "*",

View file

@ -7,7 +7,7 @@
"@types/react": "^16.7.13",
"@types/react-dom": "^16.0.11",
"@types/react-hot-loader": "^4.1.0",
"@types/react-router": "^4.4.2",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.4",
"@types/webpack-env": "^1.14.0",
"aspnet-webpack": "^3.0.0",