build(deps): update dependency react-router-dom to v6.4.1 (#4043)
parent
46ad12b787
commit
85c65e9c14
|
@ -41,7 +41,7 @@
|
|||
"react-i18next": "11.18.6",
|
||||
"react-loading": "2.0.3",
|
||||
"react-otp-input": "2.4.0",
|
||||
"react-router-dom": "6.4.0",
|
||||
"react-router-dom": "6.4.1",
|
||||
"zxcvbn": "4.4.2"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -55,7 +55,7 @@ specifiers:
|
|||
react-i18next: 11.18.6
|
||||
react-loading: 2.0.3
|
||||
react-otp-input: 2.4.0
|
||||
react-router-dom: 6.4.0
|
||||
react-router-dom: 6.4.1
|
||||
react-test-renderer: 18.2.0
|
||||
typescript: 4.8.3
|
||||
vite: 3.1.3
|
||||
|
@ -89,7 +89,7 @@ dependencies:
|
|||
react-i18next: 11.18.6_ulhmqqxshznzmtuvahdi5nasbq
|
||||
react-loading: 2.0.3_react@18.2.0
|
||||
react-otp-input: 2.4.0_biqbaboplfbrettd7655fr4n2y
|
||||
react-router-dom: 6.4.0_biqbaboplfbrettd7655fr4n2y
|
||||
react-router-dom: 6.4.1_biqbaboplfbrettd7655fr4n2y
|
||||
zxcvbn: 4.4.2
|
||||
|
||||
devDependencies:
|
||||
|
@ -3038,8 +3038,8 @@ packages:
|
|||
resolution: {integrity: sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==}
|
||||
dev: false
|
||||
|
||||
/@remix-run/router/1.0.0:
|
||||
resolution: {integrity: sha512-SCR1cxRSMNKjaVYptCzBApPDqGwa3FGdjVHc+rOToocNPHQdIYLZBfv/3f+KvYuXDkUGVIW9IAzmPNZDRL1I4A==}
|
||||
/@remix-run/router/1.0.1:
|
||||
resolution: {integrity: sha512-eBV5rvW4dRFOU1eajN7FmYxjAIVz/mRHgUE9En9mBn6m3mulK3WTR5C3iQhL9MZ14rWAq+xOlEaCkDiW0/heOg==}
|
||||
engines: {node: '>=14'}
|
||||
dev: false
|
||||
|
||||
|
@ -8005,25 +8005,26 @@ packages:
|
|||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/react-router-dom/6.4.0_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-4Aw1xmXKeleYYQ3x0Lcl2undHR6yMjXZjd9DKZd53SGOYqirrUThyUb0wwAX5VZAyvSuzjNJmZlJ3rR9+/vzqg==}
|
||||
/react-router-dom/6.4.1_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-MY7NJCrGNVJtGp8ODMOBHu20UaIkmwD2V3YsAOUQoCXFk7Ppdwf55RdcGyrSj+ycSL9Uiwrb3gTLYSnzcRoXww==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
react: '>=16.8 || 18'
|
||||
react-dom: '>=16.8 || 18'
|
||||
dependencies:
|
||||
'@remix-run/router': 1.0.1
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
react-router: 6.4.0_react@18.2.0
|
||||
react-router: 6.4.1_react@18.2.0
|
||||
dev: false
|
||||
|
||||
/react-router/6.4.0_react@18.2.0:
|
||||
resolution: {integrity: sha512-B+5bEXFlgR1XUdHYR6P94g299SjrfCBMmEDJNcFbpAyRH1j1748yt9NdDhW3++nw1lk3zQJ6aOO66zUx3KlTZg==}
|
||||
/react-router/6.4.1_react@18.2.0:
|
||||
resolution: {integrity: sha512-OJASKp5AykDWFewgWUim1vlLr7yfD4vO/h+bSgcP/ix8Md+LMHuAjovA74MQfsfhQJGGN1nHRhwS5qQQbbBt3A==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
react: '>=16.8 || 18'
|
||||
dependencies:
|
||||
'@remix-run/router': 1.0.0
|
||||
'@remix-run/router': 1.0.1
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
|
|
Loading…
Reference in New Issue