chore(deps) react-native-youtube-iframe @ 2.2.1
This commit is contained in:
parent
c88ac2f3bd
commit
ba50ecec78
|
@ -106,7 +106,7 @@
|
|||
"react-native-watch-connectivity": "1.0.4",
|
||||
"react-native-webrtc": "1.94.1",
|
||||
"react-native-webview": "11.15.0",
|
||||
"react-native-youtube-iframe": "2.1.1",
|
||||
"react-native-youtube-iframe": "2.2.1",
|
||||
"react-redux": "7.1.0",
|
||||
"react-textarea-autosize": "8.3.0",
|
||||
"react-transition-group": "2.4.0",
|
||||
|
@ -16565,9 +16565,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-native-youtube-iframe": {
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/react-native-youtube-iframe/-/react-native-youtube-iframe-2.1.1.tgz",
|
||||
"integrity": "sha512-vnLzA5zcnMwa1gMqGfvkjaE82NW1Nd2Up4Q1OUz6IKm69xSG/9/m4APZ5fCN8UMhy6lH95iagd497J7jwEwz3w==",
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/react-native-youtube-iframe/-/react-native-youtube-iframe-2.2.1.tgz",
|
||||
"integrity": "sha512-iNu/VgI30Ax/nIdCNFcihrKqkCAgKALa+hLIhKI7zNhydoB7JN3fqbzCBPBD86QGHbJONbZ9Unpkz9N7hg2DtA==",
|
||||
"dependencies": {
|
||||
"events": "^3.2.0"
|
||||
},
|
||||
|
@ -16576,6 +16576,14 @@
|
|||
"react-native": ">=0.60",
|
||||
"react-native-web-webview": ">=1.0.2",
|
||||
"react-native-webview": ">=7.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"react-native-web-webview": {
|
||||
"optional": true
|
||||
},
|
||||
"react-native-webview": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/react-native/node_modules/event-target-shim": {
|
||||
|
@ -33501,9 +33509,9 @@
|
|||
}
|
||||
},
|
||||
"react-native-youtube-iframe": {
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/react-native-youtube-iframe/-/react-native-youtube-iframe-2.1.1.tgz",
|
||||
"integrity": "sha512-vnLzA5zcnMwa1gMqGfvkjaE82NW1Nd2Up4Q1OUz6IKm69xSG/9/m4APZ5fCN8UMhy6lH95iagd497J7jwEwz3w==",
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/react-native-youtube-iframe/-/react-native-youtube-iframe-2.2.1.tgz",
|
||||
"integrity": "sha512-iNu/VgI30Ax/nIdCNFcihrKqkCAgKALa+hLIhKI7zNhydoB7JN3fqbzCBPBD86QGHbJONbZ9Unpkz9N7hg2DtA==",
|
||||
"requires": {
|
||||
"events": "^3.2.0"
|
||||
}
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
"react-native-watch-connectivity": "1.0.4",
|
||||
"react-native-webrtc": "1.94.1",
|
||||
"react-native-webview": "11.15.0",
|
||||
"react-native-youtube-iframe": "2.1.1",
|
||||
"react-native-youtube-iframe": "2.2.1",
|
||||
"react-redux": "7.1.0",
|
||||
"react-textarea-autosize": "8.3.0",
|
||||
"react-transition-group": "2.4.0",
|
||||
|
|
Loading…
Reference in New Issue