mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix(deps): update dependency react-player to v2.14.1 (#4309)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
22cf912483
commit
5e4c768228
2 changed files with 5 additions and 5 deletions
|
@ -2230,8 +2230,8 @@ importers:
|
|||
specifier: 1.8.5
|
||||
version: 1.8.5(react@17.0.2)
|
||||
react-player:
|
||||
specifier: 2.14.0
|
||||
version: 2.14.0(react@17.0.2)
|
||||
specifier: 2.14.1
|
||||
version: 2.14.1(react@17.0.2)
|
||||
react-twitter-widgets:
|
||||
specifier: ^1.10.0
|
||||
version: 1.11.0(react@17.0.2)
|
||||
|
@ -26019,8 +26019,8 @@ packages:
|
|||
resolution: {integrity: sha512-alTKsjEL0dKH/ru1Iyn7vliS2QRcBp9zZPGoWxUOvRGWPUYgjo+V01is7p04It6KhgrzhJGnIj9GgX8W4bZoCQ==}
|
||||
dev: true
|
||||
|
||||
/react-player@2.14.0(react@17.0.2):
|
||||
resolution: {integrity: sha512-tUyv6oVD+B+ccJD81GuQQUVU++q3wsMUoDeDsZ0wAivRsmkq0RjERLT79Bi/JDcMwQm3wCwBEzXYbLnCW7c2nQ==}
|
||||
/react-player@2.14.1(react@17.0.2):
|
||||
resolution: {integrity: sha512-jILj7F9o+6NHzrJ1GqZIxfJgskvGmKeJ05FNhPvgiCpvMZFmFneKEkukywHcULDO2lqITm+zcEkLSq42mX0FbA==}
|
||||
peerDependencies:
|
||||
react: '>=16.6.0'
|
||||
dependencies:
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"react-iframe": "1.8.5",
|
||||
"react-player": "2.14.0",
|
||||
"react-player": "2.14.1",
|
||||
"react-twitter-widgets": "^1.10.0",
|
||||
"typedoc": "0.23.25",
|
||||
"typedoc-github-wiki-theme": "^1.0.1",
|
||||
|
|
Loading…
Reference in a new issue