diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-02-03 15:37:02 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-03 17:37:02 -0600 |
commit | 0e4406c0dd4e70a9a240b60470a9bac1db5c948a (patch) | |
tree | da492766340245775189ff28ce59c46e83a9ee88 /package.json | |
parent | 083a5c9667b243bf935f663386041e954d93803d (diff) | |
download | voidsky-0e4406c0dd4e70a9a240b60470a9bac1db5c948a.tar.zst |
Update expo-blur (#7596)
* update expo-blur * Revert "update expo-blur" This reverts commit 0546946f7b46afbb9da35b648f7c157e6bbe82a3. * update yarn minor version and expo-blur
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 5009428ee..00921d7a6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "engines": { "node": ">=20" }, - "packageManager": "yarn@1.22.19", + "packageManager": "yarn@1.22.22", "scripts": { "prepare": "is-ci || husky install", "postinstall": "patch-package && yarn intl:compile", @@ -121,7 +121,7 @@ "eventemitter3": "^5.0.1", "expo": "~52.0.19", "expo-application": "^6.0.1", - "expo-blur": "^14.0.1", + "expo-blur": "^14.0.3", "expo-build-properties": "^0.13.1", "expo-camera": "~16.0.7", "expo-clipboard": "^7.0.0", |