Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump sentry_logging from 7.6.2 to 7.7.0 in /app #166

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -913,26 +913,26 @@ packages:
dependency: transitive
description:
name: sentry
sha256: "617e4973b17adcfcbdcafd021d089cf6d32d47e345104217bc8e8aa5d88f0114"
sha256: "0316390446c6497664379b3d72d1bc1b6e4c5385cf6c1f6a02c5ab5a3ce179ce"
url: "https://pub.dev"
source: hosted
version: "7.6.2"
version: "7.7.0"
sentry_flutter:
dependency: "direct main"
description:
name: sentry_flutter
sha256: "8bea9438d4c0306d51d1958833fdd12a08bd26e2f9060be7eec3a95647f8347d"
sha256: cca6f3bcfa00d327d85424a42e4cc3b3abe25e6a2d68c4ff64b0e2a606684666
url: "https://pub.dev"
source: hosted
version: "7.6.2"
version: "7.7.0"
sentry_logging:
dependency: "direct main"
description:
name: sentry_logging
sha256: "878b8dea22db0a92cc74bb0448ef0793eadbc98151c20616e398bd1f8a1ee88a"
sha256: "50a62a3bac807be796f7485b2a8321e1f44d62ad76d04b48e26daf52082a267a"
url: "https://pub.dev"
source: hosted
version: "7.6.2"
version: "7.7.0"
shared_preferences:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1077,16 +1077,18 @@ packages:
studyu_core:
dependency: "direct main"
description:
path: "../core"
relative: true
source: path
name: studyu_core
sha256: "10050c70a3447771e22d1b586ded2960e2a908986d4ad0d3bf083f3fa6fff582"
url: "https://pub.dev"
source: hosted
version: "4.3.0-dev.1"
studyu_flutter_common:
dependency: "direct main"
description:
path: "../flutter_common"
relative: true
source: path
name: studyu_flutter_common
sha256: c6e4d8312b1d9b02926b7155e9f26405238001b364215e9e4736949b229536cc
url: "https://pub.dev"
source: hosted
version: "1.6.2-dev.2"
supabase:
dependency: "direct main"
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
quiver: ^3.2.1
rainbow_color: ^2.0.1
sentry_flutter: ^7.6.2
sentry_logging: ^7.6.2
sentry_logging: ^7.7.0
shared_preferences: ^2.1.1
studyu_core: ^4.3.0-dev.1
studyu_flutter_common: ^1.6.2-dev.2
Expand Down