build(deps): update dependency react-router-dom to v6.8.1 (#4887)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>pull/4888/head
parent
0c143e38e9
commit
c68244e26c
|
@ -39,7 +39,7 @@
|
|||
"react-dom": "18.2.0",
|
||||
"react-i18next": "12.1.5",
|
||||
"react-loading": "2.0.3",
|
||||
"react-router-dom": "6.8.0",
|
||||
"react-router-dom": "6.8.1",
|
||||
"react18-input-otp": "1.1.2",
|
||||
"zxcvbn": "4.4.2"
|
||||
},
|
||||
|
|
|
@ -54,7 +54,7 @@ specifiers:
|
|||
react-dom: 18.2.0
|
||||
react-i18next: 12.1.5
|
||||
react-loading: 2.0.3
|
||||
react-router-dom: 6.8.0
|
||||
react-router-dom: 6.8.1
|
||||
react-test-renderer: 18.2.0
|
||||
react18-input-otp: 1.1.2
|
||||
typescript: 4.9.5
|
||||
|
@ -87,7 +87,7 @@ dependencies:
|
|||
react-dom: 18.2.0_react@18.2.0
|
||||
react-i18next: 12.1.5_iakk3dtjhjpukdoa4oua5khgci
|
||||
react-loading: 2.0.3_react@18.2.0
|
||||
react-router-dom: 6.8.0_biqbaboplfbrettd7655fr4n2y
|
||||
react-router-dom: 6.8.1_biqbaboplfbrettd7655fr4n2y
|
||||
react18-input-otp: 1.1.2_biqbaboplfbrettd7655fr4n2y
|
||||
zxcvbn: 4.4.2
|
||||
|
||||
|
@ -3364,8 +3364,8 @@ packages:
|
|||
resolution: {integrity: sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==}
|
||||
dev: false
|
||||
|
||||
/@remix-run/router/1.3.1:
|
||||
resolution: {integrity: sha512-+eun1Wtf72RNRSqgU7qM2AMX/oHp+dnx7BHk1qhK5ZHzdHTUU4LA1mGG1vT+jMc8sbhG3orvsfOmryjzx2PzQw==}
|
||||
/@remix-run/router/1.3.2:
|
||||
resolution: {integrity: sha512-t54ONhl/h75X94SWsHGQ4G/ZrCEguKSRQr7DrjTciJXW0YU1QhlwYeycvK5JgkzlxmvrK7wq1NB/PLtHxoiDcA==}
|
||||
engines: {node: '>=14'}
|
||||
dev: false
|
||||
|
||||
|
@ -8379,26 +8379,26 @@ packages:
|
|||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/react-router-dom/6.8.0_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-hQouduSTywGJndE86CXJ2h7YEy4HYC6C/uh19etM+79FfQ6cFFFHnHyDlzO4Pq0eBUI96E4qVE5yUjA00yJZGQ==}
|
||||
/react-router-dom/6.8.1_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-67EXNfkQgf34P7+PSb6VlBuaacGhkKn3kpE51+P6zYSG2kiRoumXEL6e27zTa9+PGF2MNXbgIUHTVlleLbIcHQ==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
react: '>=16.8 || 18'
|
||||
react-dom: '>=16.8 || 18'
|
||||
dependencies:
|
||||
'@remix-run/router': 1.3.1
|
||||
'@remix-run/router': 1.3.2
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
react-router: 6.8.0_react@18.2.0
|
||||
react-router: 6.8.1_react@18.2.0
|
||||
dev: false
|
||||
|
||||
/react-router/6.8.0_react@18.2.0:
|
||||
resolution: {integrity: sha512-760bk7y3QwabduExtudhWbd88IBbuD1YfwzpuDUAlJUJ7laIIcqhMvdhSVh1Fur1PE8cGl84L0dxhR3/gvHF7A==}
|
||||
/react-router/6.8.1_react@18.2.0:
|
||||
resolution: {integrity: sha512-Jgi8BzAJQ8MkPt8ipXnR73rnD7EmZ0HFFb7jdQU24TynGW1Ooqin2KVDN9voSC+7xhqbbCd2cjGUepb6RObnyg==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
react: '>=16.8 || 18'
|
||||
dependencies:
|
||||
'@remix-run/router': 1.3.1
|
||||
'@remix-run/router': 1.3.2
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
|
|
Loading…
Reference in New Issue