Skip to content

Commit

Permalink
refactor: Upgrade parse_server_sdk to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfakourii committed May 2, 2024
1 parent 12298d4 commit cc843e6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@ dependencies:
# path: ../dart

# Networking
connectivity_plus: ^5.0.2
connectivity_plus: ^6.0.3

#Database
shared_preferences: ^2.2.2
sembast: ^3.6.0
sembast_web: ^2.2.0
shared_preferences: ^2.2.3
sembast: ^3.7.1
sembast_web: ^2.3.0

# Utils
path_provider: ^2.1.2
package_info_plus: ^4.2.0
path: ^1.8.3
path_provider: ^2.1.3
package_info_plus: ^8.0.0
path: ^1.9.0

dev_dependencies:
flutter_test:
sdk: flutter

flutter_lints: ^3.0.1
flutter_lints: ^3.0.2
path_provider_platform_interface: ^2.1.2
plugin_platform_interface: ^2.1.8

Expand Down

0 comments on commit cc843e6

Please sign in to comment.