1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-01 19:15:01 +02:00

Mobile: Upgrade react-native-share (#4589)

This commit is contained in:
Roman Musin 2021-03-10 19:15:37 +00:00 committed by GitHub
parent d889cd55db
commit 01a9e49458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -7308,9 +7308,9 @@
}
},
"react-native-share": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-4.0.2.tgz",
"integrity": "sha512-2dbeyBx8bQoOu0V2fsj3xNv3Mta9KwGRUT/Yvb+SBRtwX3YSwYC65DqRPk1L1CeO7ABxiXZaEaL1MM7LIDuGSA=="
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/react-native-share/-/react-native-share-5.1.3.tgz",
"integrity": "sha512-d61vVz3B3qjltnC9QBOdvbOvEEIogpYtZ5LeGJ/f+Kqeu70DUoilVJ80MMzqKBcfPlJM6GPq3YyyF0qLNJ0G3w=="
},
"react-native-side-menu": {
"version": "1.1.3",

View File

@ -43,7 +43,7 @@
"react-native-popup-menu": "^0.10.0",
"react-native-quick-actions": "^0.3.13",
"react-native-securerandom": "^1.0.0-rc.0",
"react-native-share": "^4.0.2",
"react-native-share": "^5.1.3",
"react-native-side-menu": "^1.1.3",
"react-native-sqlite-storage": "^5.0.0",
"react-native-vector-icons": "^7.1.0",