Skip to content

Commit 4ca6f44

Browse files
committed
Additional changes
1 parent c0a3ea4 commit 4ca6f44

File tree

3 files changed

+126
-12
lines changed

3 files changed

+126
-12
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
"@types/node": "^12.0.0",
1111
"@types/react": "^17.0.0",
1212
"@types/react-dom": "^17.0.0",
13+
"@types/react-router-dom": "^5.1.7",
1314
"react": "^17.0.2",
1415
"react-dom": "^17.0.2",
16+
"react-router-dom": "^5.2.0",
1517
"react-scripts": "4.0.3",
1618
"typescript": "^4.1.2",
1719
"web-vitals": "^1.0.1"
@@ -39,5 +41,6 @@
3941
"last 1 firefox version",
4042
"last 1 safari version"
4143
]
42-
}
44+
},
45+
"devDependencies": {}
4346
}

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"jsx": "react-jsx"
2222
},
2323
"include": [
24-
"src"
24+
"src",
25+
"./src/components/**.tsx"
2526
]
2627
}

yarn.lock

+120-10
Original file line numberDiff line numberDiff line change
@@ -1091,20 +1091,20 @@
10911091
dependencies:
10921092
regenerator-runtime "^0.13.4"
10931093

1094+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.9.2":
1095+
version "7.13.10"
1096+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
1097+
integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==
1098+
dependencies:
1099+
regenerator-runtime "^0.13.4"
1100+
10941101
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
10951102
version "7.12.18"
10961103
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.18.tgz#af137bd7e7d9705a412b3caaf991fe6aaa97831b"
10971104
integrity sha512-BogPQ7ciE6SYAUPtlm9tWbgI9+2AgqSam6QivMgXgAT+fKbgppaj4ZX15MHeLC1PVF5sNk70huBu20XxWOs8Cg==
10981105
dependencies:
10991106
regenerator-runtime "^0.13.4"
11001107

1101-
"@babel/runtime@^7.12.5", "@babel/runtime@^7.9.2":
1102-
version "7.13.10"
1103-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
1104-
integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==
1105-
dependencies:
1106-
regenerator-runtime "^0.13.4"
1107-
11081108
"@babel/template@^7.10.4", "@babel/template@^7.12.13", "@babel/template@^7.3.3":
11091109
version "7.12.13"
11101110
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
@@ -1709,6 +1709,11 @@
17091709
dependencies:
17101710
"@types/node" "*"
17111711

1712+
"@types/history@*":
1713+
version "4.7.8"
1714+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
1715+
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
1716+
17121717
"@types/html-minifier-terser@^5.0.0":
17131718
version "5.1.1"
17141719
resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz#3c9ee980f1a10d6021ae6632ca3e79ca2ec4fb50"
@@ -1798,6 +1803,23 @@
17981803
dependencies:
17991804
"@types/react" "*"
18001805

1806+
"@types/react-router-dom@^5.1.7":
1807+
version "5.1.7"
1808+
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.1.7.tgz#a126d9ea76079ffbbdb0d9225073eb5797ab7271"
1809+
integrity sha512-D5mHD6TbdV/DNHYsnwBTv+y73ei+mMjrkGrla86HthE4/PVvL1J94Bu3qABU+COXzpL23T1EZapVVpwHuBXiUg==
1810+
dependencies:
1811+
"@types/history" "*"
1812+
"@types/react" "*"
1813+
"@types/react-router" "*"
1814+
1815+
"@types/react-router@*":
1816+
version "5.1.13"
1817+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.13.tgz#051c0d229bd48ad90558a1db500708127cc512f7"
1818+
integrity sha512-ZIuaO9Yrln54X6elg8q2Ivp6iK6p4syPsefEYAhRDAoqNh48C8VYUmB9RkXjKSQAJSJV0mbIFCX7I4vZDcHrjg==
1819+
dependencies:
1820+
"@types/history" "*"
1821+
"@types/react" "*"
1822+
18011823
"@types/react@*", "@types/react@^17.0.0":
18021824
version "17.0.3"
18031825
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.3.tgz#ba6e215368501ac3826951eef2904574c262cc79"
@@ -5422,6 +5444,18 @@ hex-color-regex@^1.1.0:
54225444
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
54235445
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
54245446

5447+
history@^4.9.0:
5448+
version "4.10.1"
5449+
resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
5450+
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
5451+
dependencies:
5452+
"@babel/runtime" "^7.1.2"
5453+
loose-envify "^1.2.0"
5454+
resolve-pathname "^3.0.0"
5455+
tiny-invariant "^1.0.2"
5456+
tiny-warning "^1.0.0"
5457+
value-equal "^1.0.1"
5458+
54255459
hmac-drbg@^1.0.1:
54265460
version "1.0.1"
54275461
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
@@ -5431,6 +5465,13 @@ hmac-drbg@^1.0.1:
54315465
minimalistic-assert "^1.0.0"
54325466
minimalistic-crypto-utils "^1.0.1"
54335467

5468+
hoist-non-react-statics@^3.1.0:
5469+
version "3.3.2"
5470+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
5471+
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
5472+
dependencies:
5473+
react-is "^16.7.0"
5474+
54345475
hoopy@^0.1.4:
54355476
version "0.1.4"
54365477
resolved "https://registry.yarnpkg.com/hoopy/-/hoopy-0.1.4.tgz#609207d661100033a9a9402ad3dea677381c1b1d"
@@ -6101,6 +6142,11 @@ is-wsl@^2.1.1, is-wsl@^2.2.0:
61016142
dependencies:
61026143
is-docker "^2.0.0"
61036144

6145+
6146+
version "0.0.1"
6147+
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
6148+
integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
6149+
61046150
[email protected], isarray@^1.0.0, isarray@~1.0.0:
61056151
version "1.0.0"
61066152
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
@@ -6947,7 +6993,7 @@ loglevel@^1.6.8:
69476993
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197"
69486994
integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==
69496995

6950-
loose-envify@^1.1.0, loose-envify@^1.4.0:
6996+
loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
69516997
version "1.4.0"
69526998
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
69536999
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -7153,6 +7199,14 @@ min-indent@^1.0.0:
71537199
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
71547200
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
71557201

7202+
mini-create-react-context@^0.4.0:
7203+
version "0.4.1"
7204+
resolved "https://registry.yarnpkg.com/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz#072171561bfdc922da08a60c2197a497cc2d1d5e"
7205+
integrity sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==
7206+
dependencies:
7207+
"@babel/runtime" "^7.12.1"
7208+
tiny-warning "^1.0.3"
7209+
71567210
71577211
version "0.11.3"
71587212
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz#15b0910a7f32e62ffde4a7430cfefbd700724ea6"
@@ -7912,6 +7966,13 @@ [email protected]:
79127966
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
79137967
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
79147968

7969+
path-to-regexp@^1.7.0:
7970+
version "1.8.0"
7971+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
7972+
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
7973+
dependencies:
7974+
isarray "0.0.1"
7975+
79157976
path-type@^2.0.0:
79167977
version "2.0.0"
79177978
resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
@@ -8767,7 +8828,7 @@ [email protected], prompts@^2.0.1:
87678828
kleur "^3.0.3"
87688829
sisteransi "^1.0.5"
87698830

8770-
prop-types@^15.7.2:
8831+
prop-types@^15.6.2, prop-types@^15.7.2:
87718832
version "15.7.2"
87728833
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
87738834
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -8987,7 +9048,7 @@ react-error-overlay@^6.0.9:
89879048
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.9.tgz#3c743010c9359608c375ecd6bc76f35d93995b0a"
89889049
integrity sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==
89899050

8990-
react-is@^16.8.1:
9051+
react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
89919052
version "16.13.1"
89929053
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
89939054
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -9002,6 +9063,35 @@ react-refresh@^0.8.3:
90029063
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f"
90039064
integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==
90049065

9066+
react-router-dom@^5.2.0:
9067+
version "5.2.0"
9068+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.2.0.tgz#9e65a4d0c45e13289e66c7b17c7e175d0ea15662"
9069+
integrity sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==
9070+
dependencies:
9071+
"@babel/runtime" "^7.1.2"
9072+
history "^4.9.0"
9073+
loose-envify "^1.3.1"
9074+
prop-types "^15.6.2"
9075+
react-router "5.2.0"
9076+
tiny-invariant "^1.0.2"
9077+
tiny-warning "^1.0.0"
9078+
9079+
9080+
version "5.2.0"
9081+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.2.0.tgz#424e75641ca8747fbf76e5ecca69781aa37ea293"
9082+
integrity sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==
9083+
dependencies:
9084+
"@babel/runtime" "^7.1.2"
9085+
history "^4.9.0"
9086+
hoist-non-react-statics "^3.1.0"
9087+
loose-envify "^1.3.1"
9088+
mini-create-react-context "^0.4.0"
9089+
path-to-regexp "^1.7.0"
9090+
prop-types "^15.6.2"
9091+
react-is "^16.6.0"
9092+
tiny-invariant "^1.0.2"
9093+
tiny-warning "^1.0.0"
9094+
90059095
90069096
version "4.0.3"
90079097
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-4.0.3.tgz#b1cafed7c3fa603e7628ba0f187787964cb5d345"
@@ -9366,6 +9456,11 @@ resolve-from@^5.0.0:
93669456
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
93679457
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
93689458

9459+
resolve-pathname@^3.0.0:
9460+
version "3.0.0"
9461+
resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
9462+
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
9463+
93699464
resolve-url-loader@^3.1.2:
93709465
version "3.1.2"
93719466
resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.2.tgz#235e2c28e22e3e432ba7a5d4e305c59a58edfc08"
@@ -10461,6 +10556,16 @@ timsort@^0.3.0:
1046110556
resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
1046210557
integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
1046310558

10559+
tiny-invariant@^1.0.2:
10560+
version "1.1.0"
10561+
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875"
10562+
integrity sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==
10563+
10564+
tiny-warning@^1.0.0, tiny-warning@^1.0.3:
10565+
version "1.0.3"
10566+
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
10567+
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
10568+
1046410569
1046510570
version "1.0.4"
1046610571
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
@@ -10883,6 +10988,11 @@ validate-npm-package-license@^3.0.1:
1088310988
spdx-correct "^3.0.0"
1088410989
spdx-expression-parse "^3.0.0"
1088510990

10991+
value-equal@^1.0.1:
10992+
version "1.0.1"
10993+
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
10994+
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
10995+
1088610996
vary@~1.1.2:
1088710997
version "1.1.2"
1088810998
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"

0 commit comments

Comments
 (0)