Skip to content

Commit

Permalink
fix: minor upgrades (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
SputNikPlop authored Jul 18, 2023
1 parent 2b13581 commit f94ed52
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -426,10 +426,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: aeb0b80a8b3709709c9cc496cdc027c5b3216796bc0af0ce1007eaf24464fd4c
sha256: "2118df84ef0c3ca93f96123a616ae8540879991b8b57af2f81b76a7ada49b2a4"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "2.0.2"
flutter_localizations:
dependency: "direct main"
description: flutter
Expand All @@ -447,10 +447,10 @@ packages:
dependency: "direct main"
description:
name: flutter_markdown
sha256: dc6d5258653f6857135b32896ccda7f7af0c54dcec832495ad6835154c6c77c0
sha256: "4b1bfbb802d76320a1a46d9ce984106135093efd9d969765d07c2125af107bdf"
url: "https://pub.dev"
source: hosted
version: "0.6.15"
version: "0.6.17"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -793,10 +793,10 @@ packages:
dependency: "direct main"
description:
name: shared_preferences
sha256: "396f85b8afc6865182610c0a2fc470853d56499f75f7499e2a73a9f0539d23d0"
sha256: "0344316c947ffeb3a529eac929e1978fcd37c26be4e8468628bac399365a3ca1"
url: "https://pub.dev"
source: hosted
version: "2.1.2"
version: "2.2.0"
shared_preferences_android:
dependency: transitive
description:
Expand Down Expand Up @@ -825,10 +825,10 @@ packages:
dependency: transitive
description:
name: shared_preferences_platform_interface
sha256: fb5cf25c0235df2d0640ac1b1174f6466bd311f621574997ac59018a6664548d
sha256: "23b052f17a25b90ff2b61aad4cc962154da76fb62848a9ce088efe30d7c50ab1"
url: "https://pub.dev"
source: hosted
version: "2.2.0"
version: "2.3.0"
shared_preferences_web:
dependency: transitive
description:
Expand Down Expand Up @@ -942,10 +942,10 @@ packages:
dependency: "direct main"
description:
name: url_launcher
sha256: eb1e00ab44303d50dd487aab67ebc575456c146c6af44422f9c13889984c00f3
sha256: "781bd58a1eb16069412365c98597726cd8810ae27435f04b3b4d3a470bacd61e"
url: "https://pub.dev"
source: hosted
version: "6.1.11"
version: "6.1.12"
url_launcher_android:
dependency: transitive
description:
Expand Down Expand Up @@ -1124,4 +1124,4 @@ packages:
version: "1.0.0"
sdks:
dart: ">=3.0.0 <4.0.0"
flutter: ">=3.7.0"
flutter: ">=3.10.0"
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ dependencies:
firebase_auth: ^4.6.3
provider: ^6.0.5
flutter_web_auth: ^0.5.0
shared_preferences: ^2.1.2
shared_preferences: ^2.2.0
cloud_firestore: ^4.8.2
cloud_functions: ^4.3.3
cupertino_icons: ^1.0.5
flutter_tts: ^3.7.0
wakelock: ^0.6.2
linkify: ^5.0.0
url_launcher: ^6.1.11
url_launcher: ^6.1.12
intl: ^0.18.0
http: ^0.13.6
package_info_plus: ^3.1.2
Expand All @@ -39,7 +39,7 @@ dependencies:
path_provider: ^2.0.15
in_app_purchase: ^3.1.7
firebase_database: ^10.2.3
flutter_markdown: ^0.6.15
flutter_markdown: ^0.6.17
flutter_localized_locales: ^2.0.4
webview_flutter: ^4.2.2
just_audio: ^0.9.34
Expand All @@ -52,7 +52,7 @@ dependencies:
barcode_scan2: ^4.2.4

dev_dependencies:
flutter_lints: ^2.0.1
flutter_lints: ^2.0.2
flutter_test:
sdk: flutter

Expand Down

0 comments on commit f94ed52

Please sign in to comment.