build(deps): update dependency react-router-dom to v6.4.3 (#4314)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>pull/4318/head
parent
1e057819f2
commit
d1e64235ba
|
@ -41,7 +41,7 @@
|
|||
"react-i18next": "12.0.0",
|
||||
"react-loading": "2.0.3",
|
||||
"react-otp-input": "2.4.0",
|
||||
"react-router-dom": "6.4.2",
|
||||
"react-router-dom": "6.4.3",
|
||||
"zxcvbn": "4.4.2"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -55,7 +55,7 @@ specifiers:
|
|||
react-i18next: 12.0.0
|
||||
react-loading: 2.0.3
|
||||
react-otp-input: 2.4.0
|
||||
react-router-dom: 6.4.2
|
||||
react-router-dom: 6.4.3
|
||||
react-test-renderer: 18.2.0
|
||||
typescript: 4.8.4
|
||||
vite: 3.2.2
|
||||
|
@ -89,7 +89,7 @@ dependencies:
|
|||
react-i18next: 12.0.0_n3kmhq4527torfjiti537juzwy
|
||||
react-loading: 2.0.3_react@18.2.0
|
||||
react-otp-input: 2.4.0_biqbaboplfbrettd7655fr4n2y
|
||||
react-router-dom: 6.4.2_biqbaboplfbrettd7655fr4n2y
|
||||
react-router-dom: 6.4.3_biqbaboplfbrettd7655fr4n2y
|
||||
zxcvbn: 4.4.2
|
||||
|
||||
devDependencies:
|
||||
|
@ -3144,8 +3144,8 @@ packages:
|
|||
resolution: {integrity: sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==}
|
||||
dev: false
|
||||
|
||||
/@remix-run/router/1.0.2:
|
||||
resolution: {integrity: sha512-GRSOFhJzjGN+d4sKHTMSvNeUPoZiDHWmRnXfzaxrqe7dE/Nzlc8BiMSJdLDESZlndM7jIUrZ/F4yWqVYlI0rwQ==}
|
||||
/@remix-run/router/1.0.3:
|
||||
resolution: {integrity: sha512-ceuyTSs7PZ/tQqi19YZNBc5X7kj1f8p+4DIyrcIYFY9h+hd1OKm4RqtiWldR9eGEvIiJfsqwM4BsuCtRIuEw6Q==}
|
||||
engines: {node: '>=14'}
|
||||
dev: false
|
||||
|
||||
|
@ -8291,26 +8291,26 @@ packages:
|
|||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/react-router-dom/6.4.2_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-yM1kjoTkpfjgczPrcyWrp+OuQMyB1WleICiiGfstnQYo/S8hPEEnVjr/RdmlH6yKK4Tnj1UGXFSa7uwAtmDoLQ==}
|
||||
/react-router-dom/6.4.3_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-MiaYQU8CwVCaOfJdYvt84KQNjT78VF0TJrA17SIQgNHRvLnXDJO6qsFqq8F/zzB1BWZjCFIrQpu4QxcshitziQ==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
react: '>=16.8 || 18'
|
||||
react-dom: '>=16.8 || 18'
|
||||
dependencies:
|
||||
'@remix-run/router': 1.0.2
|
||||
'@remix-run/router': 1.0.3
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
react-router: 6.4.2_react@18.2.0
|
||||
react-router: 6.4.3_react@18.2.0
|
||||
dev: false
|
||||
|
||||
/react-router/6.4.2_react@18.2.0:
|
||||
resolution: {integrity: sha512-Rb0BAX9KHhVzT1OKhMvCDMw776aTYM0DtkxqUBP8dNBom3mPXlfNs76JNGK8wKJ1IZEY1+WGj+cvZxHVk/GiKw==}
|
||||
/react-router/6.4.3_react@18.2.0:
|
||||
resolution: {integrity: sha512-BT6DoGn6aV1FVP5yfODMOiieakp3z46P1Fk0RNzJMACzE7C339sFuHebfvWtnB4pzBvXXkHP2vscJzWRuUjTtA==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
react: '>=16.8 || 18'
|
||||
dependencies:
|
||||
'@remix-run/router': 1.0.2
|
||||
'@remix-run/router': 1.0.3
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
|
|
Loading…
Reference in New Issue