Skip to content

Commit 00d0729

Browse files
chore(deps): update dependency @types/react-router to v5.1.19
1 parent fc5215c commit 00d0729

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/react": "16.9.27",
5757
"@types/react-dom": "16.9.5",
5858
"@types/react-native": "0.62.0",
59-
"@types/react-router": "5.1.4",
59+
"@types/react-router": "5.1.19",
6060
"@types/react-router-dom": "5.1.3",
6161
"@types/react-test-renderer": "16.9.2",
6262
"@types/web3": "1.0.20",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3384,6 +3384,11 @@
33843384
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.3.tgz#856c99cdc1551d22c22b18b5402719affec9839a"
33853385
integrity sha512-cS5owqtwzLN5kY+l+KgKdRJ/Cee8tlmQoGQuIE9tWnSmS3JMKzmxo2HIAk2wODMifGwO20d62xZQLYz+RLfXmw==
33863386

3387+
"@types/history@^4.7.11":
3388+
version "4.7.11"
3389+
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.11.tgz#56588b17ae8f50c53983a524fc3cc47437969d64"
3390+
integrity sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==
3391+
33873392
"@types/is-function@^1.0.0":
33883393
version "1.0.0"
33893394
resolved "https://registry.yarnpkg.com/@types/is-function/-/is-function-1.0.0.tgz#1b0b819b1636c7baf0d6785d030d12edf70c3e83"
@@ -3521,12 +3526,12 @@
35213526
"@types/history" "*"
35223527
"@types/react" "*"
35233528

3524-
"@types/react-router@5.1.4":
3525-
version "5.1.4"
3526-
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.4.tgz#7d70bd905543cb6bcbdcc6bd98902332054f31a6"
3527-
integrity sha512-PZtnBuyfL07sqCJvGg3z+0+kt6fobc/xmle08jBiezLS8FrmGeiGkJnuxL/8Zgy9L83ypUhniV5atZn/L8n9MQ==
3529+
"@types/react-router@5.1.19":
3530+
version "5.1.19"
3531+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.19.tgz#9b404246fba7f91474d7008a3d48c17b6e075ad6"
3532+
integrity sha512-Fv/5kb2STAEMT3wHzdKQK2z8xKq38EDIGVrutYLmQVVLe+4orDFquU52hQrULnEHinMKv9FSA6lf9+uNT1ITtA==
35283533
dependencies:
3529-
"@types/history" "*"
3534+
"@types/history" "^4.7.11"
35303535
"@types/react" "*"
35313536

35323537
"@types/react-syntax-highlighter@11.0.4":

0 commit comments

Comments
 (0)