Skip to content

Commit

Permalink
flutter pub upgrade --major-versions --tighten
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 authored Dec 10, 2024
1 parent 744bd44 commit 4cf21f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ PODS:
- FlutterMacOS
- screen_retriever_macos (0.0.1):
- FlutterMacOS
- Sentry/HybridSDK (8.40.1)
- sentry_flutter (8.10.1):
- Sentry/HybridSDK (8.41.0)
- sentry_flutter (8.11.0):
- Flutter
- FlutterMacOS
- Sentry/HybridSDK (= 8.40.1)
- Sentry/HybridSDK (= 8.41.0)
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
Expand Down Expand Up @@ -75,8 +75,8 @@ SPEC CHECKSUMS:
pasteboard: 9b69dba6fedbb04866be632205d532fe2f6b1d99
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
screen_retriever_macos: 776e0fa5d42c6163d2bf772d22478df4b302b161
Sentry: e9215d7b17f7902692b4f8700e061e4f853e3521
sentry_flutter: 927eed60d66951d1b0f1db37fe94ff5cb7c80231
Sentry: 54d0fe6c0df448497c8ed4cce66ccf7027e1823e
sentry_flutter: 83a84efb7f978522c9127fbc0c07dab09663eecc
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
window_manager: 3a1844359a6295ab1e47659b1a777e36773cd6e8
window_size: 339dafa0b27a95a62a843042038fa6c3c48de195
Expand Down
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -512,10 +512,10 @@ packages:
dependency: transitive
description:
name: path_provider_android
sha256: "8c4967f8b7cb46dc914e178daa29813d83ae502e0529d7b0478330616a691ef7"
sha256: "4adf4fd5423ec60a29506c76581bc05854c55e3a0b72d35bb28d661c9686edf2"
url: "https://pub.dev"
source: hosted
version: "2.2.14"
version: "2.2.15"
path_provider_foundation:
dependency: transitive
description:
Expand Down Expand Up @@ -664,18 +664,18 @@ packages:
dependency: transitive
description:
name: sentry
sha256: "2440763ae96fa8fd1bcdfc224f5232e1b7a09af76a72f4e626ee313a261faf6f"
sha256: "0c2bb3c23c074130f60b2f6ee0851bd3714021758ac86df87fdd7cde6783feff"
url: "https://pub.dev"
source: hosted
version: "8.10.1"
version: "8.11.0"
sentry_flutter:
dependency: "direct main"
description:
name: sentry_flutter
sha256: "3b30038b3b9303540a8b2c8b1c8f0bb93a207f8e4b25691c59d969ddeb4734fd"
sha256: "705041d83454bba76e72db56308de32c53b5996d24ef729c62e32623992039af"
url: "https://pub.dev"
source: hosted
version: "8.10.1"
version: "8.11.0"
shared_preferences:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies:
path: ^1.9.0
path_provider: ^2.1.5 # See: https://flutter.dev/docs/cookbook/persistence/reading-writing-files
provider: ^6.1.2
sentry_flutter: ^8.10.1
sentry_flutter: ^8.11.0
shared_preferences: ^2.3.3
window_manager: ^0.4.3 # for "onWindowResize" and "onWindowMoved"
window_size:
Expand Down

0 comments on commit 4cf21f5

Please sign in to comment.