Skip to content

Commit 5ca8b5a

Browse files
committed
fix(build): project now builds after installing missing types
1 parent 60e4638 commit 5ca8b5a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"@fortawesome/fontawesome-svg-core": "^1.2.30",
1010
"@fortawesome/free-solid-svg-icons": "^5.14.0",
1111
"@fortawesome/react-fontawesome": "^0.1.11",
12+
"@types/react-router-dom": "^5.1.5",
1213
"emotion-theming": "^10.0.27",
1314
"mobx": "^5.15.4",
1415
"mobx-react-lite": "^2.0.7",

yarn.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2332,6 +2332,23 @@
23322332
dependencies:
23332333
"@types/react" "*"
23342334

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+
23352352
"@types/react-syntax-highlighter@11.0.4":
23362353
version "11.0.4"
23372354
resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.4.tgz#d86d17697db62f98046874f62fdb3e53a0bbc4cd"

0 commit comments

Comments
 (0)