Skip to content

Commit c661883

Browse files
committed
fix: 🐛 bump react-simple-player library
1 parent 23b8a30 commit c661883

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"p4-css": "^1.5.1",
9494
"react-instagram-embed": "^1.5.0",
9595
"react-player": "^1.15.3",
96-
"react-simple-player": "^1.0.2",
96+
"react-simple-player": "^1.0.3",
9797
"react-youtube": "^7.11.2",
9898
"scriptjs": "^2.5.9"
9999
},

yarn.lock

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10993,7 +10993,7 @@ react-docgen@^5.0.0:
1099310993
node-dir "^0.1.10"
1099410994
strip-indent "^3.0.0"
1099510995

10996-
react-dom@16.13.1, react-dom@^16.13.1:
10996+
react-dom@16.13.1:
1099710997
version "16.13.1"
1099810998
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f"
1099910999
integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==
@@ -11152,14 +11152,12 @@ react-select@^3.0.8:
1115211152
react-input-autosize "^2.2.2"
1115311153
react-transition-group "^2.2.1"
1115411154

11155-
react-simple-player@^1.0.1:
11156-
version "1.0.1"
11157-
resolved "https://registry.yarnpkg.com/react-simple-player/-/react-simple-player-1.0.1.tgz#b51113c6f0b221d9743cfc0e358ca8188c92e98e"
11158-
integrity sha512-QUdaeRpVyyMn+lAb1neLsluFIAISSp0FCTmhJK6SGO4FvwHzuGelJ0gSWbBJboGdCsXqbKh/fj5s7x3agvEZMg==
11155+
react-simple-player@^1.0.3:
11156+
version "1.0.3"
11157+
resolved "https://registry.yarnpkg.com/react-simple-player/-/react-simple-player-1.0.3.tgz#bd55f30131052fee2048edcb94b1783f1ac55802"
11158+
integrity sha512-o1/AMini1xcSaaetXbEVA3JUOh3MVSC7K9NRn9I8UVcsx57lIIkM7uPxqCaFX0jszRavwkNixAeXioTmNLtkIQ==
1115911159
dependencies:
1116011160
p4-css "^1.5.1"
11161-
react "^16.13.1"
11162-
react-dom "^16.13.1"
1116311161
react-use "^14.2.0"
1116411162

1116511163
react-sizeme@^2.6.7:
@@ -11229,7 +11227,7 @@ react-youtube@^7.11.2:
1122911227
prop-types "15.7.2"
1123011228
youtube-player "5.5.2"
1123111229

11232-
react@16.13.1, react@^16.13.1:
11230+
react@16.13.1:
1123311231
version "16.13.1"
1123411232
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
1123511233
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==

0 commit comments

Comments
 (0)