Update dependencies

This commit is contained in:
Alex Demchenko
2021-09-10 19:28:28 +02:00
parent e28688f1d5
commit 1912180f49
4 changed files with 900 additions and 882 deletions

View File

@@ -13,7 +13,7 @@
"test": "jest"
},
"dependencies": {
"@expo/react-native-action-sheet": "^3.10.0",
"@expo/react-native-action-sheet": "^3.11.0",
"react": "^17.0.2",
"react-native": "^0.65.1",
"react-native-document-picker": "^6.0.4",
@@ -28,14 +28,14 @@
"@babel/runtime": "^7.15.4",
"@react-native-community/eslint-config": "^3.0.1",
"@types/jest": "^27.0.1",
"@types/react-native": "^0.64.13",
"@types/react-native": "^0.65.0",
"@types/react-test-renderer": "^17.0.1",
"@types/uuid": "^8.3.1",
"babel-jest": "^27.1.0",
"babel-jest": "^27.1.1",
"casual": "^1.6.2",
"eslint": "^7.32.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^27.1.0",
"jest": "^27.1.1",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-codegen": "^0.0.7",
"react-test-renderer": "^17.0.2",

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@flyerhq/react-native-chat-ui",
"version": "1.3.3",
"version": "1.4.0",
"description": "Actively maintained, community-driven chat UI implementation with an optional Firebase BaaS.",
"homepage": "https://flyer.chat",
"main": "lib/index.js",
@@ -36,7 +36,7 @@
"dependencies": {
"@flyerhq/react-native-keyboard-accessory-view": "^2.3.2",
"@flyerhq/react-native-link-preview": "^1.5.1",
"dayjs": "^1.10.6",
"dayjs": "^1.10.7",
"react-native-image-viewing": "^0.2.0",
"react-native-parsed-text": "^0.0.22"
},
@@ -46,14 +46,14 @@
"@react-native-community/eslint-config": "^3.0.1",
"@testing-library/react-native": "^7.2.0",
"@types/jest": "^27.0.1",
"@types/react-native": "^0.64.13",
"@types/react-native": "^0.65.0",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^27.1.0",
"babel-jest": "^27.1.1",
"copyfiles": "^2.4.1",
"eslint": "^7.32.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^27.1.0",
"jest": "^27.1.1",
"metro-react-native-babel-preset": "^0.66.2",
"react": "^17.0.2",
"react-native": "^0.65.1",

879
yarn.lock

File diff suppressed because it is too large Load Diff