Skip to content

Commit 856eff0

Browse files
committed
fix(deps): update dependency @types/react-router to v5.1.18
1 parent b1b5b87 commit 856eff0

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/node": "14.17.9",
1616
"@types/react": "17.0.47",
1717
"@types/react-dom": "17.0.17",
18-
"@types/react-router": "5.1.16",
18+
"@types/react-router": "5.1.18",
1919
"@types/react-router-dom": "5.1.8",
2020
"ionicons": "5.5.3",
2121
"react": "17.0.2",

yarn.lock

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2014,6 +2014,11 @@
20142014
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.9.tgz#1cfb6d60ef3822c589f18e70f8b12f9a28ce8724"
20152015
integrity sha512-MUc6zSmU3tEVnkQ78q0peeEjKWPUADMlC/t++2bI8WnAG2tvYRPIgHG8lWkXwqc8MsUF6Z2MOf+Mh5sazOmhiQ==
20162016

2017+
"@types/history@^4.7.11":
2018+
version "4.7.11"
2019+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.11.tgz#56588b17ae8f50c53983a524fc3cc47437969d64"
2020+
integrity sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==
2021+
20172022
"@types/html-minifier-terser@^5.0.0":
20182023
version "5.1.2"
20192024
resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz#693b316ad323ea97eed6b38ed1a3cc02b1672b57"
@@ -2107,14 +2112,22 @@
21072112
"@types/react" "*"
21082113
"@types/react-router" "*"
21092114

2110-
"@types/react-router@*", "@types/react-router@5.1.16":
2115+
"@types/react-router@*":
21112116
version "5.1.16"
21122117
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.16.tgz#f3ba045fb96634e38b21531c482f9aeb37608a99"
21132118
integrity sha512-8d7nR/fNSqlTFGHti0R3F9WwIertOaaA1UEB8/jr5l5mDMOs4CidEgvvYMw4ivqrBK+vtVLxyTj2P+Pr/dtgzg==
21142119
dependencies:
21152120
"@types/history" "*"
21162121
"@types/react" "*"
21172122

2123+
"@types/react-router@5.1.18":
2124+
version "5.1.18"
2125+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.18.tgz#c8851884b60bc23733500d86c1266e1cfbbd9ef3"
2126+
integrity sha512-YYknwy0D0iOwKQgz9v8nOzt2J6l4gouBmDnWqUUznltOTaon+r8US8ky8HvN0tXvc38U9m6z/t2RsVsnd1zM0g==
2127+
dependencies:
2128+
"@types/history" "^4.7.11"
2129+
"@types/react" "*"
2130+
21182131
"@types/react@*":
21192132
version "17.0.15"
21202133
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.15.tgz#c7533dc38025677e312606502df7656a6ea626d0"

0 commit comments

Comments
 (0)