Skip to content

Commit 6d58e40

Browse files
committed
Update dependencies
1 parent 573387b commit 6d58e40

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flyerhq/react-native-chat-ui",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Actively maintained, community-driven chat UI implementation with an optional Firebase BaaS.",
55
"homepage": "https://flyer.chat",
66
"main": "lib/index.js",
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@flyerhq/react-native-keyboard-accessory-view": "^2.2.0",
38-
"@flyerhq/react-native-link-preview": "^1.2.0",
38+
"@flyerhq/react-native-link-preview": "^1.3.0",
3939
"dayjs": "^1.10.4",
4040
"react-native-image-viewing": "^0.2.0",
4141
"react-native-parsed-text": "^0.0.22"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -765,12 +765,12 @@
765765
resolved "https://registry.yarnpkg.com/@flyerhq/react-native-keyboard-accessory-view/-/react-native-keyboard-accessory-view-2.2.0.tgz#b9aa613d10541ff0a8a4984ee16ddb5627b75496"
766766
integrity sha512-6tBsrLXJ6u2ChjVAmbMMiSJmLOQJ7aneroS8HTUzPhefBbZXKKODQjmZ+pVF2tXmwuZr+CjZSzOQrfKXeXd68A==
767767

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

775775
"@hapi/hoek@^9.0.0":
776776
version "9.2.0"
@@ -3313,7 +3313,7 @@ html-encoding-sniffer@^2.0.1:
33133313
dependencies:
33143314
whatwg-encoding "^1.0.5"
33153315

3316-
html-entities@^2.1.1:
3316+
html-entities@^2.3.2:
33173317
version "2.3.2"
33183318
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.2.tgz#760b404685cb1d794e4f4b744332e3b00dcfe488"
33193319
integrity sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ==

0 commit comments

Comments
 (0)