Skip to content

Commit 11875b5

Browse files
committed
Update dependency @types/react-router to v5.1.18
1 parent e6ebc35 commit 11875b5

3 files changed

Lines changed: 25 additions & 25 deletions

File tree

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.12",
1616
"@types/react": "17.0.19",
1717
"@types/react-dom": "17.0.9",
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.4.0",
2121
"moment": "2.29.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,10 +1896,10 @@
18961896
dependencies:
18971897
"@types/node" "*"
18981898

1899-
"@types/history@*":
1900-
version "4.7.8"
1901-
resolved "https://registry.npmjs.org/@types/history/-/history-4.7.8.tgz"
1902-
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
1899+
"@types/history@*", "@types/history@^4.7.11":
1900+
version "4.7.11"
1901+
resolved "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz"
1902+
integrity sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==
19031903

19041904
"@types/html-minifier-terser@^5.0.0":
19051905
version "5.1.1"
@@ -2001,12 +2001,12 @@
20012001
"@types/react" "*"
20022002
"@types/react-router" "*"
20032003

2004-
"@types/react-router@*", "@types/react-router@5.1.16":
2005-
version "5.1.16"
2006-
resolved "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.16.tgz"
2007-
integrity sha512-8d7nR/fNSqlTFGHti0R3F9WwIertOaaA1UEB8/jr5l5mDMOs4CidEgvvYMw4ivqrBK+vtVLxyTj2P+Pr/dtgzg==
2004+
"@types/react-router@*", "@types/react-router@5.1.18":
2005+
version "5.1.18"
2006+
resolved "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.18.tgz"
2007+
integrity sha512-YYknwy0D0iOwKQgz9v8nOzt2J6l4gouBmDnWqUUznltOTaon+r8US8ky8HvN0tXvc38U9m6z/t2RsVsnd1zM0g==
20082008
dependencies:
2009-
"@types/history" "*"
2009+
"@types/history" "^4.7.11"
20102010
"@types/react" "*"
20112011

20122012
"@types/react@*", "@types/react@17.0.19":

0 commit comments

Comments
 (0)