Skip to content

Commit

Permalink
[Scheduled] `flutter pub upgrade && flutter pub upgrade --major-versi…
Browse files Browse the repository at this point in the history
…ons`
  • Loading branch information
sensuikan1973 authored Jul 26, 2023
1 parent 97decad commit a72f90e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ PODS:
- FlutterMacOS
- screen_retriever (0.0.1):
- FlutterMacOS
- Sentry/HybridSDK (8.8.0):
- SentryPrivate (= 8.8.0)
- Sentry/HybridSDK (8.9.1):
- SentryPrivate (= 8.9.1)
- sentry_flutter (0.0.1):
- Flutter
- FlutterMacOS
- Sentry/HybridSDK (= 8.8.0)
- SentryPrivate (8.8.0)
- Sentry/HybridSDK (= 8.9.1)
- SentryPrivate (8.9.1)
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
Expand Down Expand Up @@ -78,9 +78,9 @@ SPEC CHECKSUMS:
pasteboard: 9b69dba6fedbb04866be632205d532fe2f6b1d99
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
screen_retriever: 59634572a57080243dd1bf715e55b6c54f241a38
Sentry: 927dfb29d18a14d924229a59cc2ad149f43349f2
sentry_flutter: cf7da03b65520b631330ecb498deb592aa7640be
SentryPrivate: 4350d865f898224ab9fa02b37d6ee7fbb623f47e
Sentry: e3203780941722a1fcfee99e351de14244c7f806
sentry_flutter: 8f0ffd53088e6a4d50c095852c5cad9e4405025c
SentryPrivate: 5e3683390f66611fc7c6215e27645873adb55d13
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
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 @@ -352,10 +352,10 @@ packages:
dependency: "direct main"
description:
name: logger
sha256: "7ad7215c15420a102ec687bb320a7312afd449bac63bfb1c60d9787c27b9767f"
sha256: "66cb048220ca51cf9011da69fa581e4ee2bed4be6e82870d9e9baae75739da49"
url: "https://pub.dev"
source: hosted
version: "1.4.0"
version: "2.0.1"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -616,18 +616,18 @@ packages:
dependency: transitive
description:
name: sentry
sha256: "8f4f1d3ef3ca1801aa3138392bbf0851b39eff703008111765b265f76c8f0190"
sha256: "39c23342fc96105da449914f7774139a17a0ca8a4e70d9ad5200171f7e47d6ba"
url: "https://pub.dev"
source: hosted
version: "7.8.0"
version: "7.9.0"
sentry_flutter:
dependency: "direct main"
description:
name: sentry_flutter
sha256: bbc1048558cf8ae65c1e27b1249357298cfca50e5843ad0367387f5c873b8e42
sha256: ff68ab31918690da004a42e20204242a3ad9ad57da7e2712da8487060ac9767f
url: "https://pub.dev"
source: hosted
version: "7.8.0"
version: "7.9.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 @@ -40,7 +40,7 @@ dependencies:
font_awesome_flutter: ^10.4.0
intl: any # https://docs.flutter.dev/accessibility-and-localization/internationalization#adding-your-own-localized-messages
libedax4dart: ^7.3.0
logger: ^1.4.0
logger: ^2.0.1
macos_secure_bookmarks: ^0.2.1
meta: ^1.9.1
package_info_plus: ^4.0.2
Expand Down

0 comments on commit a72f90e

Please sign in to comment.