build(deps): update dependency react-router-dom to v6.5.0 (#4580)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>pull/4547/head
parent
8d1f8fcbd7
commit
3de693623e
|
@ -40,7 +40,7 @@
|
|||
"react-dom": "18.2.0",
|
||||
"react-i18next": "12.1.1",
|
||||
"react-loading": "2.0.3",
|
||||
"react-router-dom": "6.4.5",
|
||||
"react-router-dom": "6.5.0",
|
||||
"react18-input-otp": "1.1.1",
|
||||
"zxcvbn": "4.4.2"
|
||||
},
|
||||
|
|
|
@ -55,7 +55,7 @@ specifiers:
|
|||
react-dom: 18.2.0
|
||||
react-i18next: 12.1.1
|
||||
react-loading: 2.0.3
|
||||
react-router-dom: 6.4.5
|
||||
react-router-dom: 6.5.0
|
||||
react-test-renderer: 18.2.0
|
||||
react18-input-otp: 1.1.1
|
||||
typescript: 4.9.4
|
||||
|
@ -89,7 +89,7 @@ dependencies:
|
|||
react-dom: 18.2.0_react@18.2.0
|
||||
react-i18next: 12.1.1_ewanii43wbrufvukcu3uzq3hsy
|
||||
react-loading: 2.0.3_react@18.2.0
|
||||
react-router-dom: 6.4.5_biqbaboplfbrettd7655fr4n2y
|
||||
react-router-dom: 6.5.0_biqbaboplfbrettd7655fr4n2y
|
||||
react18-input-otp: 1.1.1_biqbaboplfbrettd7655fr4n2y
|
||||
zxcvbn: 4.4.2
|
||||
|
||||
|
@ -3167,8 +3167,8 @@ packages:
|
|||
resolution: {integrity: sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==}
|
||||
dev: false
|
||||
|
||||
/@remix-run/router/1.0.5:
|
||||
resolution: {integrity: sha512-my0Mycd+jruq/1lQuO5LBB6WTlL/e8DTCYWp44DfMTDcXz8DcTlgF0ISaLsGewt+ctHN+yA8xMq3q/N7uWJPug==}
|
||||
/@remix-run/router/1.1.0:
|
||||
resolution: {integrity: sha512-rGl+jH/7x1KBCQScz9p54p0dtPLNeKGb3e0wD2H5/oZj41bwQUnXdzbj2TbUAFhvD7cp9EyEQA4dEgpUFa1O7Q==}
|
||||
engines: {node: '>=14'}
|
||||
dev: false
|
||||
|
||||
|
@ -8063,26 +8063,26 @@ packages:
|
|||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/react-router-dom/6.4.5_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-a7HsgikBR0wNfroBHcZUCd9+mLRqZS8R5U1Z1mzLWxFXEkUT3vR1XXmSIVoVpxVX8Bar0nQYYYc9Yipq8dWwAA==}
|
||||
/react-router-dom/6.5.0_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-/XzRc5fq80gW1ctiIGilyKFZC/j4kfe75uivMsTChFbkvrK4ZrF3P3cGIc1f/SSkQ4JiJozPrf+AwUHHWVehVg==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
react: '>=16.8 || 18'
|
||||
react-dom: '>=16.8 || 18'
|
||||
dependencies:
|
||||
'@remix-run/router': 1.0.5
|
||||
'@remix-run/router': 1.1.0
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
react-router: 6.4.5_react@18.2.0
|
||||
react-router: 6.5.0_react@18.2.0
|
||||
dev: false
|
||||
|
||||
/react-router/6.4.5_react@18.2.0:
|
||||
resolution: {integrity: sha512-1RQJ8bM70YEumHIlNUYc6mFfUDoWa5EgPDenK/fq0bxD8DYpQUi/S6Zoft+9DBrh2xmtg92N5HMAJgGWDhKJ5Q==}
|
||||
/react-router/6.5.0_react@18.2.0:
|
||||
resolution: {integrity: sha512-fqqUSU0NC0tSX0sZbyuxzuAzvGqbjiZItBQnyicWlOUmzhAU8YuLgRbaCL2hf3sJdtRy4LP/WBrWtARkMvdGPQ==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
react: '>=16.8 || 18'
|
||||
dependencies:
|
||||
'@remix-run/router': 1.0.5
|
||||
'@remix-run/router': 1.1.0
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
|
|
Loading…
Reference in New Issue