build(deps): update dependency react-router-dom to v6.0.1 (#2569)
Co-authored-by: Renovate Bot <bot@renovateapp.com>pull/2570/head
parent
83488d52a6
commit
45df80c1c2
|
@ -19,7 +19,7 @@
|
|||
"react-ga": "3.3.0",
|
||||
"react-loading": "2.0.3",
|
||||
"react-otp-input": "2.4.0",
|
||||
"react-router-dom": "6.0.0",
|
||||
"react-router-dom": "6.0.1",
|
||||
"u2f-api": "1.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -44,7 +44,7 @@ specifiers:
|
|||
react-ga: 3.3.0
|
||||
react-loading: 2.0.3
|
||||
react-otp-input: 2.4.0
|
||||
react-router-dom: 6.0.0
|
||||
react-router-dom: 6.0.1
|
||||
react-test-renderer: 17.0.2
|
||||
typescript: 4.4.4
|
||||
u2f-api: 1.2.1
|
||||
|
@ -71,7 +71,7 @@ dependencies:
|
|||
react-ga: 3.3.0_react@17.0.2
|
||||
react-loading: 2.0.3_react@17.0.2
|
||||
react-otp-input: 2.4.0_react-dom@17.0.2+react@17.0.2
|
||||
react-router-dom: 6.0.0_react-dom@17.0.2+react@17.0.2
|
||||
react-router-dom: 6.0.1_react-dom@17.0.2+react@17.0.2
|
||||
u2f-api: 1.2.1
|
||||
|
||||
devDependencies:
|
||||
|
@ -5539,19 +5539,20 @@ packages:
|
|||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/react-router-dom/6.0.0_react-dom@17.0.2+react@17.0.2:
|
||||
resolution: {integrity: sha512-bPXyYipf0zu6K7mHSEmNO5YqLKq2q9N+Dsahw9Xh3oq1IirsI3vbnIYcVWin6A0zWyHmKhMGoV7Gr0j0kcuVFg==}
|
||||
/react-router-dom/6.0.1_react-dom@17.0.2+react@17.0.2:
|
||||
resolution: {integrity: sha512-fiE+PzFTrof5q8Z/+RHzuiin9/U/q5KY2adlHClwYexbY0DqJnHcC/0U9yv3Amz9em2/bcK7X8mk7+zxB+qhvg==}
|
||||
peerDependencies:
|
||||
react: '>=16.8'
|
||||
react-dom: '>=16.8'
|
||||
dependencies:
|
||||
history: 5.1.0
|
||||
react: 17.0.2
|
||||
react-dom: 17.0.2_react@17.0.2
|
||||
react-router: 6.0.0_react@17.0.2
|
||||
react-router: 6.0.1_react@17.0.2
|
||||
dev: false
|
||||
|
||||
/react-router/6.0.0_react@17.0.2:
|
||||
resolution: {integrity: sha512-FcTRCihYZvERMNbG54D9+Wkv2cj/OtoxNlA/87D7vxKYlmSmbF9J9XChI9Is44j/behEiOhbovgVZBhKQn+wgA==}
|
||||
/react-router/6.0.1_react@17.0.2:
|
||||
resolution: {integrity: sha512-O3iab52icFnQaHWONZr50CcjRlf3gx8CCjPQ0YxN8xEuEklRJNgoZSeoYFYz0fLvA4cpnhc306Nd8BYgL4QZrQ==}
|
||||
peerDependencies:
|
||||
react: '>=16.8'
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in New Issue