Skip to content

Commit

Permalink
Merge pull request #954 from appwrite/feat-upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade flutter and dart dependencies
  • Loading branch information
christyjacob4 authored Aug 23, 2024
2 parents 1130d02 + ef9124d commit e6f78b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions templates/dart/pubspec.yaml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ dependencies:
http: '>=0.13.6 <2.0.0'
dev_dependencies:
lints: ^3.0.0
test: ^1.25.0
lints: ^4.0.0
test: ^1.25.8
mockito: ^5.4.4
10 changes: 5 additions & 5 deletions templates/flutter/pubspec.yaml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ dependencies:
flutter:
sdk: flutter
cookie_jar: ^4.0.8
device_info_plus: ^10.1.0
device_info_plus: ^10.1.2
flutter_web_auth_2: ^3.1.2
http: '>=0.13.6 <2.0.0'
package_info_plus: ^8.0.0
path_provider: ^2.1.3
web_socket_channel: ^3.0.0
web: ^0.5.1
package_info_plus: ^8.0.2
path_provider: ^2.1.4
web_socket_channel: ^3.0.1
web: ^1.0.0
dev_dependencies:
path_provider_platform_interface: ^2.1.2
Expand Down

0 comments on commit e6f78b7

Please sign in to comment.