Merge branch 'develop' into product
Showing
with
1850 additions
and
265 deletions
This diff could not be displayed because it is too large.
{ | { | ||
"name": "BoneHouse_Business_APP", | "name": "BoneHouse_Business_APP", | ||
"version": "1.2.5", | "version": "1.2.6", | ||
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"postinstall": "npx jetify", | "postinstall": "npx jetify", | ||
... | @@ -8,7 +8,9 @@ | ... | @@ -8,7 +8,9 @@ |
"test": "jest" | "test": "jest" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@types/ramda": "^0.27.39", | |||
"moment": "2.29.1", | "moment": "2.29.1", | ||
"ramda": "^0.27.1", | |||
"react": "16.8.3", | "react": "16.8.3", | ||
"react-native": "0.59.9", | "react-native": "0.59.9", | ||
"react-native-audio": "4.3.0", | "react-native-audio": "4.3.0", | ||
... | ... |
Please
register
or
sign in
to comment