Skip to content

Commit

Permalink
flutter pub upgrade --major-versions --tighten (#2398)
Browse files Browse the repository at this point in the history
Co-authored-by: sensuikan1973 <sensuikan1973@users.noreply.github.com>
  • Loading branch information
sensuikan1973 and sensuikan1973 authored Dec 23, 2024
1 parent 00b9c87 commit 67c9194
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.41.0)
- sentry_flutter (8.11.2):
- Sentry/HybridSDK (8.42.0)
- sentry_flutter (8.12.0):
- Flutter
- FlutterMacOS
- Sentry/HybridSDK (= 8.41.0)
- Sentry/HybridSDK (= 8.42.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: 54d0fe6c0df448497c8ed4cce66ccf7027e1823e
sentry_flutter: f8796ae209d02920fa58f9cfd4eae00ec685bf37
Sentry: 38ed8bf38eab5812787274bf591e528074c19e02
sentry_flutter: 7d1f1df30f3768c411603ed449519bbb90a7d87b
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
window_manager: 3a1844359a6295ab1e47659b1a777e36773cd6e8
window_size: 339dafa0b27a95a62a843042038fa6c3c48de195
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -672,18 +672,18 @@ packages:
dependency: transitive
description:
name: sentry
sha256: b1ead7ca4da0949aed9482c4962f172021a4417f0a126fa974878c2301c16df7
sha256: "576ad83415102ba2060142a6701611abc6e67a55af1d7ab339cedd3ba1b0f84c"
url: "https://pub.dev"
source: hosted
version: "8.11.2"
version: "8.12.0"
sentry_flutter:
dependency: "direct main"
description:
name: sentry_flutter
sha256: d978861bc413ef98b663b065a65e780b255bfcdc0e2fa307884f7f6df0f1a406
sha256: dc3761e8659839cc67a18432d9f12e5531affb7ff68e196dbb56846909b5dfdc
url: "https://pub.dev"
source: hosted
version: "8.11.2"
version: "8.12.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.11.2
sentry_flutter: ^8.12.0
shared_preferences: ^2.3.4
window_manager: ^0.4.3 # for "onWindowResize" and "onWindowMoved"
window_size:
Expand Down

0 comments on commit 67c9194

Please sign in to comment.