Skip to content

Commit

Permalink
chore(all): set win32 dependency to ^5.5.3 (#3260)
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran authored Sep 18, 2024
1 parent aa8e221 commit 15c43c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
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

0 comments on commit 15c43c9

Please sign in to comment.