Skip to content

Commit

Permalink
Chore: Bump dio, elementary_test, elementary, retrofit, cupertino_ico…
Browse files Browse the repository at this point in the history
…ns, retrofit_generator and golden_toolkit (#77)

Bumps [dio](https://github.com/cfug/dio), [elementary_test](https://github.com/Elementary-team/flutter-elementary/tree/main/packages), [elementary](https://github.com/Elementary-team/flutter-elementary/tree/main/packages), [retrofit](https://github.com/trevorwang/retrofit.dart), [cupertino_icons](https://github.com/flutter/packages/tree/main/third_party/packages), [retrofit_generator](https://github.com/trevorwang/retrofit.dart) and [golden_toolkit](https://github.com/eBay/flutter_glove_box/tree/master/packages). These dependencies needed to be updated together.

Updates `dio` from 4.0.6 to 5.0.3
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](https://github.com/cfug/dio/commits/dio_v5.0.3)

Updates `elementary_test` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/Elementary-team/flutter-elementary/releases)
- [Commits](https://github.com/Elementary-team/flutter-elementary/commits/HEAD/packages)

Updates `elementary` from 1.6.0 to 2.0.0
- [Release notes](https://github.com/Elementary-team/flutter-elementary/releases)
- [Commits](https://github.com/Elementary-team/flutter-elementary/commits/HEAD/packages)

Updates `retrofit` from 3.3.1 to 4.0.1
- [Release notes](https://github.com/trevorwang/retrofit.dart/releases)
- [Commits](https://github.com/trevorwang/retrofit.dart/commits/4.0.1)

Updates `cupertino_icons` from 1.0.2 to 1.0.5
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/cupertino_icons-v1.0.5/third_party/packages)

Updates `retrofit_generator` from 4.2.0 to 6.0.0+1
- [Release notes](https://github.com/trevorwang/retrofit.dart/releases)
- [Commits](trevorwang/retrofit.dart@4.2.0...6.0.0)

Updates `golden_toolkit` from 0.10.0 to 0.15.0
- [Release notes](https://github.com/eBay/flutter_glove_box/releases)
- [Commits](https://github.com/eBay/flutter_glove_box/commits/HEAD/packages)

---
updated-dependencies:
- dependency-name: dio
  dependency-type: direct:production
- dependency-name: elementary_test
  dependency-type: direct:production
- dependency-name: elementary
  dependency-type: direct:production
- dependency-name: retrofit
  dependency-type: direct:production
- dependency-name: cupertino_icons
  dependency-type: direct:production
- dependency-name: retrofit_generator
  dependency-type: direct:production
- dependency-name: golden_toolkit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 22, 2023
1 parent 1062b50 commit 7b1c5e1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/country/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ dependencies:
flutter:
sdk: flutter

elementary: ^1.6.0
cupertino_icons: 1.0.2
dio: ^4.0.0
retrofit: ^3.3.1
elementary: ^2.0.0
cupertino_icons: ^1.0.5
dio: ^5.0.3
retrofit: ^4.0.1
provider: ^6.0.0
# json annotation
json_annotation: ^4.8.0
Expand All @@ -22,19 +22,19 @@ dev_dependencies:
flutter_test:
sdk: flutter
# codegen for retrofit
retrofit_generator: ^4.2.0
retrofit_generator: ^6.0.0+1
# codegen builder - flutter pub run build_runner build
build_runner: ^2.2.1
# serialization json
json_serializable: ^6.5.4
# golden tests
golden_toolkit: ^0.10.0
golden_toolkit: ^0.15.0
# mocking
mocktail: ^0.3.0
# analyzer
mjk_lint_rules: ^1.0.1
# testing elementary
elementary_test: ^1.1.2
elementary_test: ^1.1.3

flutter:
uses-material-design: true
Expand Down

0 comments on commit 7b1c5e1

Please sign in to comment.