Skip to content

Commit d56e89d

Browse files
committed
Update dependency @types/react-router to v5.1.13
1 parent 50288cf commit d56e89d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/mini-css-extract-plugin": "0.9.1",
5252
"@types/react": "16.14.2",
5353
"@types/react-dom": "16.9.10",
54-
"@types/react-router": "5.1.5",
54+
"@types/react-router": "5.1.13",
5555
"@types/react-router-dom": "5.1.6",
5656
"@types/react-test-renderer": "16.9.4",
5757
"@types/styled-components": "5.1.0",

yarn.lock

+9-1
Original file line numberDiff line numberDiff line change
@@ -3145,14 +3145,22 @@
31453145
"@types/react" "*"
31463146
"@types/react-router" "*"
31473147

3148-
"@types/react-router@*", "@types/[email protected]":
3148+
"@types/react-router@*":
31493149
version "5.1.5"
31503150
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.5.tgz#7b2f9b7cc3d350e92664c4e38c0ef529286fe628"
31513151
integrity sha512-RZPdCtZympi6X7EkGyaU7ISiAujDYTWgqMF9owE3P6efITw27IWQykcti0BvA5h4Mu1LLl5rxrpO3r8kHyUZ/Q==
31523152
dependencies:
31533153
"@types/history" "*"
31543154
"@types/react" "*"
31553155

3156+
3157+
version "5.1.13"
3158+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.13.tgz#051c0d229bd48ad90558a1db500708127cc512f7"
3159+
integrity sha512-ZIuaO9Yrln54X6elg8q2Ivp6iK6p4syPsefEYAhRDAoqNh48C8VYUmB9RkXjKSQAJSJV0mbIFCX7I4vZDcHrjg==
3160+
dependencies:
3161+
"@types/history" "*"
3162+
"@types/react" "*"
3163+
31563164
31573165
version "11.0.4"
31583166
resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.4.tgz#d86d17697db62f98046874f62fdb3e53a0bbc4cd"

0 commit comments

Comments
 (0)