fix: bump blur-view

This commit is contained in:
Lei Nelissen
2025-01-26 22:07:05 +01:00
parent 96a11804ba
commit 8bef5c66e3
5 changed files with 59 additions and 51 deletions

9
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"hasInstallScript": true,
"dependencies": {
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-community/blur": "^4.4.0",
"@react-native-community/blur": "^4.4.1",
"@react-native-community/datetimepicker": "^7.6.2",
"@react-native-community/netinfo": "^11.2.1",
"@react-navigation/bottom-tabs": "^6.5.12",
@@ -1875,9 +1875,10 @@
}
},
"node_modules/@react-native-community/blur": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@react-native-community/blur/-/blur-4.4.0.tgz",
"integrity": "sha512-P+xdT2LIq1ewOsF3zx7C0nu4dj7nxl2NVTsMXEzRDjM3bWMdrrEbTRA7uwPV5ngn7/BXIommBPlT/JW4SAedrw==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/@react-native-community/blur/-/blur-4.4.1.tgz",
"integrity": "sha512-XBSsRiYxE/MOEln2ayunShfJtWztHwUxLFcSL20o+HNNRnuUDv+GXkF6FmM2zE8ZUfrnhQ/zeTqvnuDPGw6O8A==",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"