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

build(deps): bump the dependencies group in /app with 3 updates #213

Merged
merged 1 commit into from
Sep 29, 2024
Merged
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
12 changes: 6 additions & 6 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,10 @@ packages:
dependency: "direct main"
description:
name: flutter_launcher_icons
sha256: "526faf84284b86a4cb36d20a5e45147747b7563d921373d4ee0559c54fcdbcea"
sha256: a38f2f1b3c373d42bf08bd17d60e20d3c73abce7727607b4d085ec7d5acaa294
url: "https://pub.dev"
source: hosted
version: "0.13.1"
version: "0.14.0"
flutter_lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -476,10 +476,10 @@ packages:
dependency: "direct main"
description:
name: get_it
sha256: d85128a5dae4ea777324730dc65edd9c9f43155c109d5cc0a69cab74139fbac1
sha256: ff97e5e7b2e82e63c82f5658c6ba2605ea831f0f7489b0d2fb255d817ec4eb5e
url: "https://pub.dev"
source: hosted
version: "7.7.0"
version: "8.0.0"
glob:
dependency: transitive
description:
Expand Down Expand Up @@ -1161,10 +1161,10 @@ packages:
dependency: "direct dev"
description:
name: swagger_dart_code_generator
sha256: cd98e4335f59081aaa8421dfe7021b40c3168f09c885928e07e9c9f51922ac40
sha256: e6fab279c2adb3f91aa170c9126601d22e1485217dddc1443cf3c05eb6480d45
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "3.0.1"
term_glyph:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
cupertino_icons: ^1.0.6
desktop_window: ^0.4.0
freezed: ^2.5.0
get_it: ^7.6.8
get_it: ^8.0.0
intl: ^0.19.0
json_annotation: ^4.8.0
logging: ^1.2.0
Expand All @@ -47,7 +47,7 @@ dependencies:
package_info_plus: ^8.0.2
signals: ^5.5.0
url_launcher: ^6.3.0
flutter_launcher_icons: ^0.13.1
flutter_launcher_icons: ^0.14.0
mutex: ^3.1.0
web: ^0.5.1
simple_animations: ^5.0.2
Expand All @@ -61,7 +61,7 @@ dev_dependencies:
build_runner: ^2.4.12
chopper_generator: ^8.0.2
json_serializable: ^6.6.1
swagger_dart_code_generator: ^3.0.0
swagger_dart_code_generator: ^3.0.1
signals_lint: ^5.0.0
custom_lint: ^0.5.11

Expand Down