Skip to content

Commit

Permalink
📦 Package: VisualEffectBlurView - Raise Min. Version
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Aug 15, 2024
1 parent 84068d6 commit 80d4106
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- VisualEffectBlurView (~> 3.0)
- VisualEffectBlurView (~> 3.1)
- Yoga
- React-nativeconfig (0.74.3)
- React-NativeModulesApple (0.74.3):
Expand Down Expand Up @@ -1218,8 +1218,8 @@ PODS:
- React-perflogger (= 0.74.3)
- React-utils (= 0.74.3)
- SocketRocket (0.7.0)
- VisualEffectBlurView (3.0.0):
- DGSwiftUtilities (~> 0.25)
- VisualEffectBlurView (3.1.0):
- DGSwiftUtilities (~> 0.27)
- Yoga (0.0.0)

DEPENDENCIES:
Expand Down Expand Up @@ -1438,7 +1438,7 @@ SPEC CHECKSUMS:
React-logger: fa92ba4d3a5d39ac450f59be2a3cec7b099f0304
React-Mapbuffer: 9f68550e7c6839d01411ac8896aea5c868eff63a
react-native-ios-utilities: c7b03a9f5f44cef58856b6461f3875cc7d3faed5
react-native-ios-visual-effect-view: 7f359d42be4dee3f6397ac0729911a2b265b9974
react-native-ios-visual-effect-view: b41cc12a5d9ed741157877aa5840535f58ad9a24
React-nativeconfig: fa5de9d8f4dbd5917358f8ad3ad1e08762f01dcb
React-NativeModulesApple: 585d1b78e0597de364d259cb56007052d0bda5e5
React-perflogger: 7bb9ba49435ff66b666e7966ee10082508a203e8
Expand All @@ -1463,7 +1463,7 @@ SPEC CHECKSUMS:
React-utils: a06061b3887c702235d2dac92dacbd93e1ea079e
ReactCommon: f00e436b3925a7ae44dfa294b43ef360fbd8ccc4
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
VisualEffectBlurView: 736d1ae64f200573d4b5570912d91e37e728aa96
VisualEffectBlurView: 8093f255183fbe058c3b503a82eeb64db7474f0a
Yoga: 04f1db30bb810187397fa4c37dd1868a27af229c

PODFILE CHECKSUM: 7a80d21960654b3f248c1d65a97d84c51ec1a824
Expand Down
2 changes: 1 addition & 1 deletion react-native-ios-visual-effect-view.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Pod::Spec.new do |s|
s.dependency 'react-native-ios-utilities'
s.dependency 'DGSwiftUtilities'
s.dependency 'ComputableLayout'
s.dependency 'VisualEffectBlurView', '~> 3.0'
s.dependency 'VisualEffectBlurView', '~> 3.1'

if fabric_enabled
compiler_flags << ' ' << fabric_compiler_flags
Expand Down

0 comments on commit 80d4106

Please sign in to comment.