File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 9
9
"@fortawesome/fontawesome-svg-core" : " ^1.2.30" ,
10
10
"@fortawesome/free-solid-svg-icons" : " ^5.14.0" ,
11
11
"@fortawesome/react-fontawesome" : " ^0.1.11" ,
12
+ "@types/react-router-dom" : " ^5.1.5" ,
12
13
"emotion-theming" : " ^10.0.27" ,
13
14
"mobx" : " ^5.15.4" ,
14
15
"mobx-react-lite" : " ^2.0.7" ,
Original file line number Diff line number Diff line change 2332
2332
dependencies:
2333
2333
"@types/react" "*"
2334
2334
2335
+ "@types/react-router-dom@^5.1.5":
2336
+ version "5.1.5"
2337
+ resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.1.5.tgz#7c334a2ea785dbad2b2dcdd83d2cf3d9973da090"
2338
+ integrity sha512-ArBM4B1g3BWLGbaGvwBGO75GNFbLDUthrDojV2vHLih/Tq8M+tgvY1DSwkuNrPSwdp/GUL93WSEpTZs8nVyJLw==
2339
+ dependencies:
2340
+ "@types/history" "*"
2341
+ "@types/react" "*"
2342
+ "@types/react-router" "*"
2343
+
2344
+ "@types/react-router@*":
2345
+ version "5.1.8"
2346
+ resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.8.tgz#4614e5ba7559657438e17766bb95ef6ed6acc3fa"
2347
+ integrity sha512-HzOyJb+wFmyEhyfp4D4NYrumi+LQgQL/68HvJO+q6XtuHSDvw6Aqov7sCAhjbNq3bUPgPqbdvjXC5HeB2oEAPg==
2348
+ dependencies:
2349
+ "@types/history" "*"
2350
+ "@types/react" "*"
2351
+
2335
2352
"@types/react-syntax-highlighter@11.0.4":
2336
2353
version "11.0.4"
2337
2354
resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.4.tgz#d86d17697db62f98046874f62fdb3e53a0bbc4cd"
You can’t perform that action at this time.
0 commit comments