Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(all): set win32 dependency to ^5.5.3 #3260

Merged
merged 2 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions packages/device_info_plus/device_info_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ dependencies:
sdk: flutter
meta: ^1.8.0
web: ">=0.5.0 <2.0.0"

# win32 is compatible across v4 and v5 for Win32 only (not COM)
win32: ">=4.0.0 <6.0.0"
win32: ^5.5.3
win32_registry: ^1.1.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/network_info_plus/network_info_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
sdk: flutter
meta: ^1.8.0
network_info_plus_platform_interface: ^2.0.1
win32: ^5.4.0
win32: ^5.5.3
ffi: ^2.0.1

dev_dependencies:
Expand Down
4 changes: 1 addition & 3 deletions packages/package_info_plus/package_info_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ dependencies:
path: ^1.8.2
package_info_plus_platform_interface: ^3.0.1
web: ">=0.5.0 <2.0.0"

# win32 is compatible across v4 and v5 for Win32 only (not COM)
win32: ">=4.0.0 <6.0.0"
win32: ^5.5.3
clock: ^1.1.1

dev_dependencies:
Expand Down
4 changes: 1 addition & 3 deletions packages/share_plus/share_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ dependencies:
url_launcher_platform_interface: ^2.3.2
ffi: ^2.1.2
web: ^1.0.0

# win32 is compatible across v4 and v5 for Win32 only (not COM)
win32: ">=4.0.0 <6.0.0"
win32: ^5.5.3

dev_dependencies:
flutter_test:
Expand Down
Loading