Skip to content

Commit

Permalink
Merge pull request #9 from DutchCodingCompany/chore/update_dependencies
Browse files Browse the repository at this point in the history
⬆️ CHORE: Updated dependencies
  • Loading branch information
Guldem authored Aug 16, 2024
2 parents 1827dcb + 1cbddd6 commit b2125e5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.6

* :arrow_up: Updated dependencies

## 0.0.5

* :bug: Exported addBetween function.
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Dutch Coding Company B.V.
Copyright (c) 2024 Dutch Coding Company B.V.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dcc_toolkit
description: "Internal toolkit package used by the DCC team."
version: 0.0.5
version: 0.0.6
homepage: https://dutchcodingcompany.com
repository: https://github.com/DutchCodingCompany/dcc_toolkit

Expand All @@ -9,21 +9,21 @@ environment:
flutter: ">=3.22.0"

dependencies:
chopper: ^8.0.0
chopper: ^8.0.1+1
collection: ^1.18.0
flutter:
sdk: flutter
freezed_annotation: ^2.4.1
freezed_annotation: ^2.4.4
intl: ^0.19.0
logging: ^1.2.0

dev_dependencies:
flutter_test:
sdk: flutter
http: ^1.2.1
mocktail: ^1.0.3
http: ^1.2.2
mocktail: ^1.0.4
parameterized_test: ^2.0.0
very_good_analysis: ^5.1.0
very_good_analysis: ^6.0.0


flutter:
Expand Down

0 comments on commit b2125e5

Please sign in to comment.