Skip to content

Commit 9b5119c

Browse files
chore(deps): update dependency @types/react-router to v5.1.20
1 parent e07a02f commit 9b5119c

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

package.json

+1-1
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.20",
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

+14-1
Original file line numberDiff line numberDiff line change
@@ -4355,6 +4355,11 @@
43554355
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.5.tgz#527d20ef68571a4af02ed74350164e7a67544860"
43564356
integrity sha512-wLD/Aq2VggCJXSjxEwrMafIP51Z+13H78nXIX0ABEuIGhmB5sNGbR113MOKo+yfw+RDo1ZU3DM6yfnnRF/+ouw==
43574357

4358+
"@types/history@^4.7.11":
4359+
version "4.7.11"
4360+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.11.tgz#56588b17ae8f50c53983a524fc3cc47437969d64"
4361+
integrity sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==
4362+
43584363
"@types/hoist-non-react-statics@*", "@types/hoist-non-react-statics@^3.3.1":
43594364
version "3.3.1"
43604365
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f"
@@ -4597,14 +4602,22 @@
45974602
"@types/react" "*"
45984603
"@types/react-router" "*"
45994604

4600-
"@types/react-router@*", "@types/[email protected]":
4605+
"@types/react-router@*":
46014606
version "5.1.5"
46024607
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.5.tgz#7b2f9b7cc3d350e92664c4e38c0ef529286fe628"
46034608
integrity sha512-RZPdCtZympi6X7EkGyaU7ISiAujDYTWgqMF9owE3P6efITw27IWQykcti0BvA5h4Mu1LLl5rxrpO3r8kHyUZ/Q==
46044609
dependencies:
46054610
"@types/history" "*"
46064611
"@types/react" "*"
46074612

4613+
4614+
version "5.1.20"
4615+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.20.tgz#88eccaa122a82405ef3efbcaaa5dcdd9f021387c"
4616+
integrity sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==
4617+
dependencies:
4618+
"@types/history" "^4.7.11"
4619+
"@types/react" "*"
4620+
46084621
46094622
version "11.0.5"
46104623
resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.5.tgz#0d546261b4021e1f9d85b50401c0a42acb106087"

0 commit comments

Comments
 (0)