Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Aug 7, 2024
1 parent 3fbceaa commit 8bef885
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/lw_file_system/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
git:
url: https://github.com/LinwoodDev/dart_pkgs
path: packages/lw_file_system_api
ref: d0c9eb7d403eba898153fe2c03016aa83050cf69
ref: 3fbceaa767ad89cfff35d7cd02e2c7b2ff78e160
# path: ^1.8.0

dev_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions packages/lw_sysapi/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter plugin project.
version: 0.0.1

environment:
sdk: '>=3.3.0 <4.0.0'
sdk: ">=3.3.0 <4.0.0"

dependencies:
ffi: ^2.0.1
Expand All @@ -12,7 +12,7 @@ dependencies:
sdk: flutter
plugin_platform_interface: ^2.0.2
share_plus: ^10.0.0
web: ^0.5.1
web: ">=0.5.1 <2.0.0"
win32: ^5.3.0

dev_dependencies:
Expand Down

0 comments on commit 8bef885

Please sign in to comment.