Skip to content

Commit

Permalink
Update dependency @types/react-router to v5.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent e6ebc35 commit 11875b5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/node": "14.17.12",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",
"@types/react-router": "5.1.16",
"@types/react-router": "5.1.18",
"@types/react-router-dom": "5.1.8",
"ionicons": "5.4.0",
"moment": "2.29.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1896,10 +1896,10 @@
dependencies:
"@types/node" "*"

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

"@types/html-minifier-terser@^5.0.0":
version "5.1.1"
Expand Down Expand Up @@ -2001,12 +2001,12 @@
"@types/react" "*"
"@types/react-router" "*"

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

"@types/react@*", "@types/react@17.0.19":
Expand Down

0 comments on commit 11875b5

Please sign in to comment.