Merge pull request #1636 from Athou/renovate/react-router-monorepo

fix(deps): update dependency react-router-dom to ^7.1.0
This commit is contained in:
Jérémie Panzer
2024-12-21 10:50:32 +01:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

View File

@@ -37,7 +37,7 @@
"react-icons": "^5.4.0",
"react-infinite-scroller": "^1.2.6",
"react-redux": "^9.2.0",
"react-router-dom": "^7.0.2",
"react-router-dom": "^7.1.0",
"react-swipeable": "^7.0.2",
"redoc": "^2.2.0",
"style-to-object": "^1.0.8",
@@ -6788,9 +6788,9 @@
}
},
"node_modules/react-router": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.0.2.tgz",
"integrity": "sha512-m5AcPfTRUcjwmhBzOJGEl6Y7+Crqyju0+TgTQxoS4SO+BkWbhOrcfZNq6wSWdl2BBbJbsAoBUb8ZacOFT+/JlA==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.1.0.tgz",
"integrity": "sha512-VcFhWqkNIcojDRYaUO8qV0Jib52s9ULpCp3nkBbmrvtoCVFRp6tmk3tJ2w9BZauVctA1YRnJlFYDn9iJRuCpGA==",
"license": "MIT",
"dependencies": {
"@types/cookie": "^0.6.0",
@@ -6812,12 +6812,12 @@
}
},
"node_modules/react-router-dom": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.0.2.tgz",
"integrity": "sha512-VJOQ+CDWFDGaWdrG12Nl+d7yHtLaurNgAQZVgaIy7/Xd+DojgmYLosFfZdGz1wpxmjJIAkAMVTKWcvkx1oggAw==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.1.0.tgz",
"integrity": "sha512-F4/nYBC9e4s0/ZjxM8GkZ9a68DpX76LN1a9W9mfPl2GfbDJ9/vzJro6MThNR5qGBH6KkgcK1BziyEzXhHV46Xw==",
"license": "MIT",
"dependencies": {
"react-router": "7.0.2"
"react-router": "7.1.0"
},
"engines": {
"node": ">=20.0.0"

View File

@@ -44,7 +44,7 @@
"react-icons": "^5.4.0",
"react-infinite-scroller": "^1.2.6",
"react-redux": "^9.2.0",
"react-router-dom": "^7.0.2",
"react-router-dom": "^7.1.0",
"react-swipeable": "^7.0.2",
"redoc": "^2.2.0",
"style-to-object": "^1.0.8",