Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed May 24, 2021
1 parent 573387b commit 6d58e40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flyerhq/react-native-chat-ui",
"version": "1.0.1",
"version": "1.0.2",
"description": "Actively maintained, community-driven chat UI implementation with an optional Firebase BaaS.",
"homepage": "https://flyer.chat",
"main": "lib/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@flyerhq/react-native-keyboard-accessory-view": "^2.2.0",
"@flyerhq/react-native-link-preview": "^1.2.0",
"@flyerhq/react-native-link-preview": "^1.3.0",
"dayjs": "^1.10.4",
"react-native-image-viewing": "^0.2.0",
"react-native-parsed-text": "^0.0.22"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -765,12 +765,12 @@
resolved "https://registry.yarnpkg.com/@flyerhq/react-native-keyboard-accessory-view/-/react-native-keyboard-accessory-view-2.2.0.tgz#b9aa613d10541ff0a8a4984ee16ddb5627b75496"
integrity sha512-6tBsrLXJ6u2ChjVAmbMMiSJmLOQJ7aneroS8HTUzPhefBbZXKKODQjmZ+pVF2tXmwuZr+CjZSzOQrfKXeXd68A==

"@flyerhq/react-native-link-preview@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@flyerhq/react-native-link-preview/-/react-native-link-preview-1.2.0.tgz#f80f1a2d55f6dce1a00d6960fcc64edd9cb53b98"
integrity sha512-HlVCNJGhHY34z+//FPdU7KAaR/P7ROpN6VDQe9/SRtDZb2yPYFGvspRJRopgGO+bSwH6G8NWUPrszGgUG+CycQ==
"@flyerhq/react-native-link-preview@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@flyerhq/react-native-link-preview/-/react-native-link-preview-1.3.0.tgz#c54dd41861a07ef8e5c69d5dcd9b3ccfd77178ca"
integrity sha512-nQgmYbfyfFkD2pJMe3EqtYiHMcDYA8gZ9pevhXZ16Stn1EwWvd7s14bd9h2B63g67TFoyVr/fiQrbH0rm8dryA==
dependencies:
html-entities "^2.1.1"
html-entities "^2.3.2"

"@hapi/hoek@^9.0.0":
version "9.2.0"
Expand Down Expand Up @@ -3313,7 +3313,7 @@ html-encoding-sniffer@^2.0.1:
dependencies:
whatwg-encoding "^1.0.5"

html-entities@^2.1.1:
html-entities@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.2.tgz#760b404685cb1d794e4f4b744332e3b00dcfe488"
integrity sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ==
Expand Down

0 comments on commit 6d58e40

Please sign in to comment.