File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-youtube-iframe" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.1 " ,
44 "description" : " A simple wrapper around the youtube iframe js API for react native" ,
55 "main" : " index.js" ,
66 "scripts" : {
3131 },
3232 "homepage" : " https://lonelycpp.github.io/react-native-youtube-iframe/" ,
3333 "peerDependencies" : {
34- "react-native-webview" : " ^7.5.2" ,
3534 "react" : " >=16.8.0" ,
36- "react-native" : " >=0.59"
35+ "react-native" : " >=0.59" ,
36+ "react-native-webview" : " ^7.5.2"
3737 },
3838 "devDependencies" : {
3939 "@react-native-community/eslint-config" : " ^0.0.5" ,
4040 "eslint" : " ^6.7.2"
41+ },
42+ "dependencies" : {
43+ "events" : " ^3.0.0"
4144 }
4245}
Original file line number Diff line number Diff line change @@ -551,6 +551,11 @@ esutils@^2.0.2:
551551 resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
552552 integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
553553
554+ events@^3.0.0 :
555+ version "3.0.0"
556+ resolved "https://registry.yarnpkg.com/events/-/events-3.0.0.tgz#9a0a0dfaf62893d92b875b8f2698ca4114973e88"
557+ integrity sha512-Dc381HFWJzEOhQ+d8pkNon++bk9h6cdAoAj4iE6Q4y6xgTzySWXlKn05/TVNpjnfRqi/X0EpJEJohPjNI3zpVA==
558+
554559external-editor@^3.0.3 :
555560 version "3.1.0"
556561 resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495"
You can’t perform that action at this time.
0 commit comments