mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
chore(deps): update dependency @types/react-router-dom to v5.3.2 (#2590)
This commit is contained in:
parent
a264faba47
commit
0f21053e04
2 changed files with 11 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
"@types/react-dom": "17.0.10",
|
||||
"@types/react-helmet": "6.1.4",
|
||||
"@types/redux": "3.6.0",
|
||||
"@types/react-router-dom": "5.3.1",
|
||||
"@types/react-router-dom": "5.3.2",
|
||||
"@types/react-virtualized": "9.21.14",
|
||||
"@emotion/core": "10.1.1",
|
||||
"@emotion/jest": "11.5.0",
|
||||
|
|
12
pnpm-lock.yaml
generated
12
pnpm-lock.yaml
generated
|
@ -728,7 +728,7 @@ importers:
|
|||
'@types/react-autosuggest': 10.1.5
|
||||
'@types/react-dom': 17.0.10
|
||||
'@types/react-helmet': 6.1.4
|
||||
'@types/react-router-dom': 5.3.1
|
||||
'@types/react-router-dom': 5.3.2
|
||||
'@types/react-virtualized': 9.21.14
|
||||
'@types/redux': 3.6.0
|
||||
'@verdaccio/node-api': workspace:6.0.0-6-next.22
|
||||
|
@ -810,7 +810,7 @@ importers:
|
|||
'@types/react-autosuggest': 10.1.5
|
||||
'@types/react-dom': 17.0.10
|
||||
'@types/react-helmet': 6.1.4
|
||||
'@types/react-router-dom': 5.3.1
|
||||
'@types/react-router-dom': 5.3.2
|
||||
'@types/react-virtualized': 9.21.14
|
||||
'@types/redux': 3.6.0
|
||||
'@verdaccio/node-api': link:../../node-api
|
||||
|
@ -6477,6 +6477,14 @@ packages:
|
|||
'@types/react-router': 5.1.8
|
||||
dev: true
|
||||
|
||||
/@types/react-router-dom/5.3.2:
|
||||
resolution: {integrity: sha512-ELEYRUie2czuJzaZ5+ziIp9Hhw+juEw8b7C11YNA4QdLCVbQ3qLi2l4aq8XnlqM7V31LZX8dxUuFUCrzHm6sqQ==}
|
||||
dependencies:
|
||||
'@types/history': 4.7.7
|
||||
'@types/react': 17.0.32
|
||||
'@types/react-router': 5.1.8
|
||||
dev: true
|
||||
|
||||
/@types/react-router/5.1.8:
|
||||
resolution: {integrity: sha512-HzOyJb+wFmyEhyfp4D4NYrumi+LQgQL/68HvJO+q6XtuHSDvw6Aqov7sCAhjbNq3bUPgPqbdvjXC5HeB2oEAPg==}
|
||||
dependencies:
|
||||
|
|
Loading…
Add table
Reference in a new issue