Skip to content

Commit 6628d3e

Browse files
committed
Update dependency @types/react-router to v5.1.17
1 parent da8095f commit 6628d3e

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
@@ -58,7 +58,7 @@
5858
"@types/mini-css-extract-plugin": "0.9.1",
5959
"@types/react": "16.14.20",
6060
"@types/react-dom": "16.9.10",
61-
"@types/react-router": "5.1.5",
61+
"@types/react-router": "5.1.17",
6262
"@types/react-router-dom": "5.1.7",
6363
"@types/react-test-renderer": "16.9.4",
6464
"@types/styled-components": "5.1.0",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4597,14 +4597,22 @@
45974597
"@types/react" "*"
45984598
"@types/react-router" "*"
45994599

4600-
"@types/react-router@*", "@types/[email protected]":
4600+
"@types/react-router@*":
46014601
version "5.1.5"
46024602
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.5.tgz#7b2f9b7cc3d350e92664c4e38c0ef529286fe628"
46034603
integrity sha512-RZPdCtZympi6X7EkGyaU7ISiAujDYTWgqMF9owE3P6efITw27IWQykcti0BvA5h4Mu1LLl5rxrpO3r8kHyUZ/Q==
46044604
dependencies:
46054605
"@types/history" "*"
46064606
"@types/react" "*"
46074607

4608+
4609+
version "5.1.17"
4610+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.17.tgz#087091006213b11042f39570e5cd414863693968"
4611+
integrity sha512-RNSXOyb3VyRs/EOGmjBhhGKTbnN6fHWvy5FNLzWfOWOGjgVUKqJZXfpKzLmgoU8h6Hj8mpALj/mbXQASOb92wQ==
4612+
dependencies:
4613+
"@types/history" "*"
4614+
"@types/react" "*"
4615+
46084616
46094617
version "11.0.5"
46104618
resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.5.tgz#0d546261b4021e1f9d85b50401c0a42acb106087"

0 commit comments

Comments
 (0)