|
1874 | 1874 | dependencies: |
1875 | 1875 | regenerator-runtime "^0.13.4" |
1876 | 1876 |
|
| 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 | + |
1877 | 1884 | "@babel/template@^7.14.5": |
1878 | 1885 | version "7.14.5" |
1879 | 1886 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4" |
|
3279 | 3286 | "@types/react" "*" |
3280 | 3287 | "@types/react-router" "*" |
3281 | 3288 |
|
3282 | | -"@types/react-router@*", "@types/react-router@5.1.5": |
| 3289 | +"@types/react-router@*": |
3283 | 3290 | version "5.1.5" |
3284 | 3291 | resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.5.tgz#7b2f9b7cc3d350e92664c4e38c0ef529286fe628" |
3285 | 3292 | integrity sha512-RZPdCtZympi6X7EkGyaU7ISiAujDYTWgqMF9owE3P6efITw27IWQykcti0BvA5h4Mu1LLl5rxrpO3r8kHyUZ/Q== |
3286 | 3293 | dependencies: |
3287 | 3294 | "@types/history" "*" |
3288 | 3295 | "@types/react" "*" |
3289 | 3296 |
|
| 3297 | +"@types/react-router@5.1.17": |
| 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 | + |
3290 | 3305 | "@types/react-syntax-highlighter@11.0.4": |
3291 | 3306 | version "11.0.4" |
3292 | 3307 | 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: |
11106 | 11121 | gud "^1.0.0" |
11107 | 11122 | tiny-warning "^1.0.2" |
11108 | 11123 |
|
| 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 | + |
11109 | 11132 | mini-css-extract-plugin@0.9.0: |
11110 | 11133 | version "0.9.0" |
11111 | 11134 | resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e" |
@@ -13501,6 +13524,22 @@ react-router@5.1.2: |
13501 | 13524 | tiny-invariant "^1.0.2" |
13502 | 13525 | tiny-warning "^1.0.0" |
13503 | 13526 |
|
| 13527 | +react-router@5.2.1: |
| 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 | + |
13504 | 13543 | react-select@^3.0.8: |
13505 | 13544 | version "3.1.0" |
13506 | 13545 | resolved "https://registry.yarnpkg.com/react-select/-/react-select-3.1.0.tgz#ab098720b2e9fe275047c993f0d0caf5ded17c27" |
@@ -15452,7 +15491,7 @@ tiny-invariant@^1.0.2: |
15452 | 15491 | resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875" |
15453 | 15492 | integrity sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw== |
15454 | 15493 |
|
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: |
15456 | 15495 | version "1.0.3" |
15457 | 15496 | resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754" |
15458 | 15497 | integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA== |
|
0 commit comments