mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-08-07 04:42:57 -04:00
chore: minor dependency updates (#2625)
* Minor dependency updates * Update Podfile.lock * Update @bam.tech/react-native-image-resizer
This commit is contained in:
1 parent
92c5fa243d
commit
c225ea54b6
3 files changed
+20
-20
No files matched your search
+4
-4
@@ -932,7 +932,7 @@ PODS:
|
||||
- React-Core
|
||||
- react-native-image-picker (7.0.0):
|
||||
- React-Core
|
||||
- react-native-image-resizer (3.0.7):
|
||||
- react-native-image-resizer (3.0.11):
|
||||
- React-Core
|
||||
- react-native-keep-awake (1.2.3):
|
||||
- React-Core
|
||||
@@ -1155,7 +1155,7 @@ PODS:
|
||||
- React-Core
|
||||
- RNDeviceInfo (10.13.1):
|
||||
- React-Core
|
||||
- RNFlashList (1.7.1):
|
||||
- RNFlashList (1.7.2):
|
||||
- glog
|
||||
- RCT-Folly (= 2022.05.16.00)
|
||||
- React-Core
|
||||
@@ -1553,7 +1553,7 @@ SPEC CHECKSUMS:
|
||||
react-native-geocoder-reborn: a3c3d8460910309e750609c373b6887ec6f67a8f
|
||||
react-native-geolocation: 52795f4d0d1e40a42b020e6063bfaa0c33c8ed6d
|
||||
react-native-image-picker: b64848e41db57068721d5db3cea54e32ecb92791
|
||||
react-native-image-resizer: 73c63c5b349aa95b0761d0e19c7b7bcfe89c3bf6
|
||||
react-native-image-resizer: 24c5d06fae2176dc0caed4b6396e02befb44064a
|
||||
react-native-keep-awake: 3c347cbcb834e5ce4b5717e9e2734b374f6fd70f
|
||||
react-native-mail: 6e83813066984b26403d3fdfe79ac7bb31857e3c
|
||||
react-native-maps: 85da55259d35bd50b5161d2ec0ee153d454158cc
|
||||
@@ -1596,7 +1596,7 @@ SPEC CHECKSUMS:
|
||||
RNCPicker: fb82ba6cfba077a80a32412bc7b5391130a4e25f
|
||||
RNDateTimePicker: b43e41f10305dde521c0ab1370d7454979ec4287
|
||||
RNDeviceInfo: 538b62f03991eb4a2a15cf6fec5fff6bb5edc34e
|
||||
RNFlashList: 818cb6cff1f47cabe1acd6298c98af1a39b9b18c
|
||||
RNFlashList: acc8b5f413b16c09304d7bbd2fc9e51f6ee16f71
|
||||
RNFS: 89de7d7f4c0f6bafa05343c578f61118c8282ed8
|
||||
RNGestureHandler: e262eeb792addec0705a116456f210ee1be0dcd0
|
||||
RNGoogleSignin: ba93c1137f8d5cebdd39b04f493fd212ddf5ecd6
|
||||
|
||||
Generated
+13
-13
@@ -9,7 +9,7 @@
|
||||
"version": "0.57.3",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@bam.tech/react-native-image-resizer": "^3.0.7",
|
||||
"@bam.tech/react-native-image-resizer": "^3.0.11",
|
||||
"@candlefinance/faster-image": "^1.4.3",
|
||||
"@formidable-webview/webshell": "^2.6.0",
|
||||
"@gorhom/bottom-sheet": "^4.6.1",
|
||||
@@ -31,7 +31,7 @@
|
||||
"@react-navigation/native-stack": "^6.9.26",
|
||||
"@realm/react": "^0.6.2",
|
||||
"@sayem314/react-native-keep-awake": "^1.2.3",
|
||||
"@shopify/flash-list": "^1.7.1",
|
||||
"@shopify/flash-list": "^1.7.2",
|
||||
"@tanstack/react-query": "^5.29.0",
|
||||
"apisauce": "^3.0.1",
|
||||
"axios": "^1.7.4",
|
||||
@@ -94,7 +94,7 @@
|
||||
"react-native-svg": "^15.1.0",
|
||||
"react-native-svg-transformer": "^1.3.0",
|
||||
"react-native-url-polyfill": "^2.0.0",
|
||||
"react-native-uuid": "^2.0.2",
|
||||
"react-native-uuid": "^2.0.3",
|
||||
"react-native-vector-icons": "^10.0.3",
|
||||
"react-native-vision-camera": "4.0.5",
|
||||
"react-native-volume-manager": "^1.10.0",
|
||||
@@ -2387,9 +2387,10 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@bam.tech/react-native-image-resizer": {
|
||||
"version": "3.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@bam.tech/react-native-image-resizer/-/react-native-image-resizer-3.0.7.tgz",
|
||||
"integrity": "sha512-TRYfjuaEOQjrGkj9736kW5A3xgyuVD5B2HlhPHvgVn0nM4zjPDLbjTqjId15hQCBNK6Udapcgvfb8lWlwcr7Gw==",
|
||||
"version": "3.0.11",
|
||||
"resolved": "https://registry.npmjs.org/@bam.tech/react-native-image-resizer/-/react-native-image-resizer-3.0.11.tgz",
|
||||
"integrity": "sha512-J/vAe51uPhJafT0uAIQI3gziqVs4Tnw32bHau/+I7AukSs4YxLXIaOVF6EChZ9ZFu+fLxvVrRTbHKDf+1YoXag==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 16.0.0"
|
||||
},
|
||||
@@ -5442,10 +5443,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@shopify/flash-list": {
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@shopify/flash-list/-/flash-list-1.7.1.tgz",
|
||||
"integrity": "sha512-sUYl7h8ydJutufA26E42Hj7cLvaBTpkMIyNJiFrxUspkcANb6jnFiLt9rEwAuDjvGk/C0lHau+WyT6ZOxqVPwg==",
|
||||
"license": "MIT",
|
||||
"version": "1.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@shopify/flash-list/-/flash-list-1.7.2.tgz",
|
||||
"integrity": "sha512-rnadpDht/mlJLDM02HBni49EJJQhc51zjJ3diGnTz3MV6U8vK9Hztou+2C5d6bNLb4oZvSG5f7NTWejkipyMLw==",
|
||||
"dependencies": {
|
||||
"recyclerlistview": "4.2.1",
|
||||
"tslib": "2.6.3"
|
||||
@@ -18032,9 +18032,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-native-uuid": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/react-native-uuid/-/react-native-uuid-2.0.2.tgz",
|
||||
"integrity": "sha512-5ypj/hV58P+6VREdjkW0EudSibsH3WdqDERoHKnD9syFWjF+NfRWWrJb2sa3LIwI5zpzMvUiabs+DX40WHpEMw==",
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/react-native-uuid/-/react-native-uuid-2.0.3.tgz",
|
||||
"integrity": "sha512-f/YfIS2f5UB+gut7t/9BKGSCYbRA9/74A5R1MDp+FLYsuS+OSWoiM/D8Jko6OJB6Jcu3v6ONuddvZKHdIGpeiw==",
|
||||
"engines": {
|
||||
"node": ">=10.0.0",
|
||||
"npm": ">=6.0.0"
|
||||
|
||||
+3
-3
@@ -43,7 +43,7 @@
|
||||
"reassure": "reassure"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bam.tech/react-native-image-resizer": "^3.0.7",
|
||||
"@bam.tech/react-native-image-resizer": "^3.0.11",
|
||||
"@candlefinance/faster-image": "^1.4.3",
|
||||
"@formidable-webview/webshell": "^2.6.0",
|
||||
"@gorhom/bottom-sheet": "^4.6.1",
|
||||
@@ -65,7 +65,7 @@
|
||||
"@react-navigation/native-stack": "^6.9.26",
|
||||
"@realm/react": "^0.6.2",
|
||||
"@sayem314/react-native-keep-awake": "^1.2.3",
|
||||
"@shopify/flash-list": "^1.7.1",
|
||||
"@shopify/flash-list": "^1.7.2",
|
||||
"@tanstack/react-query": "^5.29.0",
|
||||
"apisauce": "^3.0.1",
|
||||
"axios": "^1.7.4",
|
||||
@@ -128,7 +128,7 @@
|
||||
"react-native-svg": "^15.1.0",
|
||||
"react-native-svg-transformer": "^1.3.0",
|
||||
"react-native-url-polyfill": "^2.0.0",
|
||||
"react-native-uuid": "^2.0.2",
|
||||
"react-native-uuid": "^2.0.3",
|
||||
"react-native-vector-icons": "^10.0.3",
|
||||
"react-native-vision-camera": "4.0.5",
|
||||
"react-native-volume-manager": "^1.10.0",
|
||||
|
||||
Reference in new issue
Block a user