mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
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:
parent
79d119eebb
commit
70e39d7096
2 changed files with 4 additions and 4 deletions
6
src/FilterLists.Web/npm-shrinkwrap.json
generated
6
src/FilterLists.Web/npm-shrinkwrap.json
generated
|
|
@ -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": "*",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue