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 | |
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
-rw-r--r-- | package.json | 4 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 6 insertions, 6 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", diff --git a/yarn.lock b/yarn.lock index 0c5a08c02..ac3fb5581 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10507,10 +10507,10 @@ expo-asset@~11.0.1: invariant "^2.2.4" md5-file "^3.2.3" -expo-blur@^14.0.1: - version "14.0.1" - resolved "https://registry.yarnpkg.com/expo-blur/-/expo-blur-14.0.1.tgz#4bdbec43b5015891990e78d31d8ff2f1f5d27464" - integrity sha512-3Q6jFBLbY8n2vwk28ycUC+eIlVhnlqwkXUKk/Lfaj+SGV3AZMQyrixe7OYwJdUfwqETBrnYYMB6uNrJzOSbG+g== +expo-blur@^14.0.3: + version "14.0.3" + resolved "https://registry.yarnpkg.com/expo-blur/-/expo-blur-14.0.3.tgz#656d6b2442bfbbfb2a6608c6bc1151b29bce6698" + integrity sha512-BL3xnqBJbYm3Hg9t/HjNjdeY7N/q8eK5tsLYxswWG1yElISWZmMvrXYekl7XaVCPfyFyz8vQeaxd7q74ZY3Wrw== expo-build-properties@^0.13.1: version "0.13.1" |