mirror of
https://github.com/zhigang1992/react-native-chat-ui.git
synced 2026-04-28 20:25:38 +08:00
Update dependencies
This commit is contained in:
@@ -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
10
package.json
10
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user