Skip to content

Commit 1b6c6f2

Browse files
committed
Update dependency @types/react-router to v5.1.17
1 parent 98bc995 commit 1b6c6f2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.17",
5555
"@types/react-router-dom": "5.1.7",
5656
"@types/react-test-renderer": "16.9.4",
5757
"@types/styled-components": "5.1.0",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3279,14 +3279,22 @@
32793279
"@types/react" "*"
32803280
"@types/react-router" "*"
32813281

3282-
"@types/react-router@*", "@types/[email protected]":
3282+
"@types/react-router@*":
32833283
version "5.1.5"
32843284
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.5.tgz#7b2f9b7cc3d350e92664c4e38c0ef529286fe628"
32853285
integrity sha512-RZPdCtZympi6X7EkGyaU7ISiAujDYTWgqMF9owE3P6efITw27IWQykcti0BvA5h4Mu1LLl5rxrpO3r8kHyUZ/Q==
32863286
dependencies:
32873287
"@types/history" "*"
32883288
"@types/react" "*"
32893289

3290+
3291+
version "5.1.17"
3292+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.17.tgz#087091006213b11042f39570e5cd414863693968"
3293+
integrity sha512-RNSXOyb3VyRs/EOGmjBhhGKTbnN6fHWvy5FNLzWfOWOGjgVUKqJZXfpKzLmgoU8h6Hj8mpALj/mbXQASOb92wQ==
3294+
dependencies:
3295+
"@types/history" "*"
3296+
"@types/react" "*"
3297+
32903298
32913299
version "11.0.4"
32923300
resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.4.tgz#d86d17697db62f98046874f62fdb3e53a0bbc4cd"

0 commit comments

Comments
 (0)