Upgrade react version
This commit is contained in:
parent
e28b3ddeae
commit
2960002bca
1
.gitignore
vendored
1
.gitignore
vendored
@ -95,3 +95,4 @@ Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
|
||||
/package-lock.json
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bigbluebutton-mobile-sdk",
|
||||
"version": "0.1.16",
|
||||
"version": "0.1.17",
|
||||
"description": "This repository contains BigBlueButton react-native component, that's used in our [sample implementation](https://github.com/bigbluebutton/bigbluebutton-mobile).",
|
||||
"main": "lib/commonjs/index",
|
||||
"module": "lib/module/index",
|
||||
@ -63,8 +63,8 @@
|
||||
"jest": "^26.0.1",
|
||||
"pod-install": "^0.1.0",
|
||||
"prettier": "^2.0.5",
|
||||
"react": "16.13.1",
|
||||
"react-native": "^0.67.2",
|
||||
"react": "17.0.2",
|
||||
"react-native": "0.68.1",
|
||||
"react-native-builder-bob": "^0.18.0",
|
||||
"release-it": "^14.2.2",
|
||||
"typescript": "^4.1.3"
|
||||
|
Loading…
Reference in New Issue
Block a user