Skip to content

Commit 3a2ac06

Browse files
committed
Update dependency react-router to v5.2.1
1 parent 98bc995 commit 3a2ac06

File tree

2 files changed

+43
-4
lines changed

2 files changed

+43
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react": "17.0.2",
2727
"react-dom": "17.0.2",
2828
"react-hot-loader": "4.13.0",
29-
"react-router": "5.1.2",
29+
"react-router": "5.2.1",
3030
"react-router-dom": "5.1.2",
3131
"styled-components": "5.1.0"
3232
},
@@ -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: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1874,6 +1874,13 @@
18741874
dependencies:
18751875
regenerator-runtime "^0.13.4"
18761876

1877+
"@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13":
1878+
version "7.16.0"
1879+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.0.tgz#e27b977f2e2088ba24748bf99b5e1dece64e4f0b"
1880+
integrity sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==
1881+
dependencies:
1882+
regenerator-runtime "^0.13.4"
1883+
18771884
"@babel/template@^7.14.5":
18781885
version "7.14.5"
18791886
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
@@ -3279,14 +3286,22 @@
32793286
"@types/react" "*"
32803287
"@types/react-router" "*"
32813288

3282-
"@types/react-router@*", "@types/[email protected]":
3289+
"@types/react-router@*":
32833290
version "5.1.5"
32843291
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.5.tgz#7b2f9b7cc3d350e92664c4e38c0ef529286fe628"
32853292
integrity sha512-RZPdCtZympi6X7EkGyaU7ISiAujDYTWgqMF9owE3P6efITw27IWQykcti0BvA5h4Mu1LLl5rxrpO3r8kHyUZ/Q==
32863293
dependencies:
32873294
"@types/history" "*"
32883295
"@types/react" "*"
32893296

3297+
3298+
version "5.1.17"
3299+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.17.tgz#087091006213b11042f39570e5cd414863693968"
3300+
integrity sha512-RNSXOyb3VyRs/EOGmjBhhGKTbnN6fHWvy5FNLzWfOWOGjgVUKqJZXfpKzLmgoU8h6Hj8mpALj/mbXQASOb92wQ==
3301+
dependencies:
3302+
"@types/history" "*"
3303+
"@types/react" "*"
3304+
32903305
32913306
version "11.0.4"
32923307
resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.4.tgz#d86d17697db62f98046874f62fdb3e53a0bbc4cd"
@@ -11106,6 +11121,14 @@ mini-create-react-context@^0.3.0:
1110611121
gud "^1.0.0"
1110711122
tiny-warning "^1.0.2"
1110811123

11124+
mini-create-react-context@^0.4.0:
11125+
version "0.4.1"
11126+
resolved "https://registry.yarnpkg.com/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz#072171561bfdc922da08a60c2197a497cc2d1d5e"
11127+
integrity sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==
11128+
dependencies:
11129+
"@babel/runtime" "^7.12.1"
11130+
tiny-warning "^1.0.3"
11131+
1110911132
1111011133
version "0.9.0"
1111111134
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e"
@@ -13501,6 +13524,22 @@ [email protected]:
1350113524
tiny-invariant "^1.0.2"
1350213525
tiny-warning "^1.0.0"
1350313526

13527+
13528+
version "5.2.1"
13529+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.2.1.tgz#4d2e4e9d5ae9425091845b8dbc6d9d276239774d"
13530+
integrity sha512-lIboRiOtDLFdg1VTemMwud9vRVuOCZmUIT/7lUoZiSpPODiiH1UQlfXy+vPLC/7IWdFYnhRwAyNqA/+I7wnvKQ==
13531+
dependencies:
13532+
"@babel/runtime" "^7.12.13"
13533+
history "^4.9.0"
13534+
hoist-non-react-statics "^3.1.0"
13535+
loose-envify "^1.3.1"
13536+
mini-create-react-context "^0.4.0"
13537+
path-to-regexp "^1.7.0"
13538+
prop-types "^15.6.2"
13539+
react-is "^16.6.0"
13540+
tiny-invariant "^1.0.2"
13541+
tiny-warning "^1.0.0"
13542+
1350413543
react-select@^3.0.8:
1350513544
version "3.1.0"
1350613545
resolved "https://registry.yarnpkg.com/react-select/-/react-select-3.1.0.tgz#ab098720b2e9fe275047c993f0d0caf5ded17c27"
@@ -15452,7 +15491,7 @@ tiny-invariant@^1.0.2:
1545215491
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875"
1545315492
integrity sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==
1545415493

15455-
tiny-warning@^1.0.0, tiny-warning@^1.0.2:
15494+
tiny-warning@^1.0.0, tiny-warning@^1.0.2, tiny-warning@^1.0.3:
1545615495
version "1.0.3"
1545715496
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
1545815497
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==

0 commit comments

Comments
 (0)