mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
fix(deps): update dependency react-player to v2.14.0 (#4284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c80d26d926
commit
fb53818a47
2 changed files with 5 additions and 5 deletions
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
|
@ -2230,8 +2230,8 @@ importers:
|
||||||
specifier: 1.8.5
|
specifier: 1.8.5
|
||||||
version: 1.8.5(react@17.0.2)
|
version: 1.8.5(react@17.0.2)
|
||||||
react-player:
|
react-player:
|
||||||
specifier: 2.13.0
|
specifier: 2.14.0
|
||||||
version: 2.13.0(react@17.0.2)
|
version: 2.14.0(react@17.0.2)
|
||||||
react-twitter-widgets:
|
react-twitter-widgets:
|
||||||
specifier: ^1.10.0
|
specifier: ^1.10.0
|
||||||
version: 1.11.0(react@17.0.2)
|
version: 1.11.0(react@17.0.2)
|
||||||
|
@ -26022,8 +26022,8 @@ packages:
|
||||||
resolution: {integrity: sha512-alTKsjEL0dKH/ru1Iyn7vliS2QRcBp9zZPGoWxUOvRGWPUYgjo+V01is7p04It6KhgrzhJGnIj9GgX8W4bZoCQ==}
|
resolution: {integrity: sha512-alTKsjEL0dKH/ru1Iyn7vliS2QRcBp9zZPGoWxUOvRGWPUYgjo+V01is7p04It6KhgrzhJGnIj9GgX8W4bZoCQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/react-player@2.13.0(react@17.0.2):
|
/react-player@2.14.0(react@17.0.2):
|
||||||
resolution: {integrity: sha512-gkY7ZdbVFztlKFFhCPcnDrFQm+L399b8fhWsKatZ+b2wpKJwfUHBXQFMRxqYQGT0ic1/wQ7D7EZEWy7ZBqk2pw==}
|
resolution: {integrity: sha512-tUyv6oVD+B+ccJD81GuQQUVU++q3wsMUoDeDsZ0wAivRsmkq0RjERLT79Bi/JDcMwQm3wCwBEzXYbLnCW7c2nQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: '>=16.6.0'
|
react: '>=16.6.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
"react": "17.0.2",
|
"react": "17.0.2",
|
||||||
"react-dom": "17.0.2",
|
"react-dom": "17.0.2",
|
||||||
"react-iframe": "1.8.5",
|
"react-iframe": "1.8.5",
|
||||||
"react-player": "2.13.0",
|
"react-player": "2.14.0",
|
||||||
"react-twitter-widgets": "^1.10.0",
|
"react-twitter-widgets": "^1.10.0",
|
||||||
"typedoc": "0.23.25",
|
"typedoc": "0.23.25",
|
||||||
"typedoc-github-wiki-theme": "^1.0.1",
|
"typedoc-github-wiki-theme": "^1.0.1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue