Skip to content

Commit

Permalink
Merge pull request #41 from diegotori/fix/dependency_minimums_adjustm…
Browse files Browse the repository at this point in the history
…ents

Fix: dependency minimums adjustments
  • Loading branch information
diegotori authored Apr 2, 2024
2 parents e8f6642 + 61aa98c commit b8950d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions wakelock_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
meta: ^1.3.0
meta: ^1.11.0
wakelock_plus_platform_interface: ^1.2.0

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

# Linux dependencies
dbus: ^0.7.8
package_info_plus: ">=4.0.2 <7.0.0"
dbus: ^0.7.10
package_info_plus: ">=6.0.0 <7.0.0"

# Web dependencies
web: ^0.5.0
web: ^0.5.1

dev_dependencies:
flutter_test:
Expand Down
6 changes: 3 additions & 3 deletions wakelock_plus_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ environment:
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.4
meta: ^1.3.0
plugin_platform_interface: ^2.1.8
meta: ^1.11.0

dev_dependencies:
flutter_test:
sdk: flutter

flutter_lints: ^2.0.1
flutter_lints: ^3.0.2

0 comments on commit b8950d8

Please sign in to comment.