aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-03-07 09:28:16 +0000
committerRenovate Bot <[email protected]>2022-03-07 09:28:16 +0000
commit6eac06b98767e5587ab6c43be5cb4b976f481d0b (patch)
tree7ee87ed76db732bb9ba272368a21b19d92d5020a
parentfix(docusaurus): update tagline (diff)
downloadarchived-site-renovate/react-router-dom-5.x.tar.xz
archived-site-renovate/react-router-dom-5.x.zip
chore(deps): update dependency @types/react-router-dom to v5.3.3renovate/react-router-dom-5.x
-rw-r--r--package.json2
-rw-r--r--yarn.lock15
2 files changed, 11 insertions, 6 deletions
diff --git a/package.json b/package.json
index 1958ad5..06455ea 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"@tsconfig/docusaurus": "1.0.2",
"@types/react": "17.0.11",
"@types/react-helmet": "6.1.1",
- "@types/react-router-dom": "5.1.7",
+ "@types/react-router-dom": "5.3.3",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"husky": "6.0.0",
diff --git a/yarn.lock b/yarn.lock
index 4834df1..9cac190 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2086,6 +2086,11 @@
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==
+"@types/history@^4.7.11":
+ version "4.7.11"
+ resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.11.tgz#56588b17ae8f50c53983a524fc3cc47437969d64"
+ integrity sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==
+
"@types/html-minifier-terser@^5.0.0":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz#3c9ee980f1a10d6021ae6632ca3e79ca2ec4fb50"
@@ -2165,12 +2170,12 @@
dependencies:
"@types/react" "*"
- version "5.1.7"
- resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.1.7.tgz#a126d9ea76079ffbbdb0d9225073eb5797ab7271"
- integrity sha512-D5mHD6TbdV/DNHYsnwBTv+y73ei+mMjrkGrla86HthE4/PVvL1J94Bu3qABU+COXzpL23T1EZapVVpwHuBXiUg==
+ version "5.3.3"
+ resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.3.3.tgz#e9d6b4a66fcdbd651a5f106c2656a30088cc1e83"
+ integrity sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==
dependencies:
- "@types/history" "*"
+ "@types/history" "^4.7.11"
"@types/react" "*"
"@types/react-router" "*"