Skip to content

Commit b2125e5

Browse files
authored
Merge pull request #9 from DutchCodingCompany/chore/update_dependencies
⬆️ CHORE: Updated dependencies
2 parents 1827dcb + 1cbddd6 commit b2125e5

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.6
2+
3+
* :arrow_up: Updated dependencies
4+
15
## 0.0.5
26

37
* :bug: Exported addBetween function.

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Dutch Coding Company B.V.
3+
Copyright (c) 2024 Dutch Coding Company B.V.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dcc_toolkit
22
description: "Internal toolkit package used by the DCC team."
3-
version: 0.0.5
3+
version: 0.0.6
44
homepage: https://dutchcodingcompany.com
55
repository: https://github.com/DutchCodingCompany/dcc_toolkit
66

@@ -9,21 +9,21 @@ environment:
99
flutter: ">=3.22.0"
1010

1111
dependencies:
12-
chopper: ^8.0.0
12+
chopper: ^8.0.1+1
1313
collection: ^1.18.0
1414
flutter:
1515
sdk: flutter
16-
freezed_annotation: ^2.4.1
16+
freezed_annotation: ^2.4.4
1717
intl: ^0.19.0
1818
logging: ^1.2.0
1919

2020
dev_dependencies:
2121
flutter_test:
2222
sdk: flutter
23-
http: ^1.2.1
24-
mocktail: ^1.0.3
23+
http: ^1.2.2
24+
mocktail: ^1.0.4
2525
parameterized_test: ^2.0.0
26-
very_good_analysis: ^5.1.0
26+
very_good_analysis: ^6.0.0
2727

2828

2929
flutter:

0 commit comments

Comments
 (0)