Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tshedor committed May 6, 2024
1 parent fe37a62 commit 7494a23
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/brick_offline_first/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
brick_sqlite: ">=3.0.0 <4.0.0"
collection: ">=1.15.0 <2.0.0"
dart_style: ">=2.0.0 <3.0.0"
http: ">=0.13.4 <2.0.0"
http: ">=1.0.0 <2.0.0"
logging: ">=1.0.0 <2.0.0"
meta: ">=1.3.0 <2.0.0"
path: ^1.8.0
Expand Down
3 changes: 3 additions & 0 deletions packages/brick_offline_first_with_rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Unreleased

## 3.0.2

* Apply standardized lints
* Update minimum HTTP to 1.0.0

## 3.0.1

Expand Down
6 changes: 3 additions & 3 deletions packages/brick_offline_first_with_rest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ homepage: https://github.com/GetDutchie/brick/tree/main/packages/brick_offline_f
issue_tracker: https://github.com/GetDutchie/brick/issues
repository: https://github.com/GetDutchie/brick

version: 3.0.1
version: 3.0.2

environment:
sdk: ">=2.18.0 <4.0.0"

dependencies:
brick_core: ^1.1.1
brick_offline_first: ">=3.0.0 <4.0.0"
brick_rest: ">=3.0.0 <4.0.0"
brick_rest: ">=3.0.3 <4.0.0"
brick_sqlite: ">=3.0.0 <4.0.0"
collection: ">=1.15.0 <2.0.0"
dart_style: ">=2.0.0 <3.0.0"
http: ">=0.13.0 <2.0.0"
http: ">=1.0.0 <2.0.0"
logging: ">=1.0.0 <2.0.0"
meta: ">=1.3.0 <2.0.0"
path: ^1.8.0
Expand Down
3 changes: 3 additions & 0 deletions packages/brick_rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## Unreleased

## 3.0.3

* Apply standardized lints
* Upgrade minimum Dart to 2.18
* Update minimum HTTP to 1.0.0

## 3.0.2

Expand Down
4 changes: 2 additions & 2 deletions packages/brick_rest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ homepage: https://github.com/GetDutchie/brick/tree/main/packages/brick_rest
issue_tracker: https://github.com/GetDutchie/brick/issues
repository: https://github.com/GetDutchie/brick

version: 3.0.2
version: 3.0.3

environment:
sdk: ">=2.18.0 <4.0.0"

dependencies:
brick_core: ^1.1.1
http: ">=0.13.0 <2.0.0"
http: ">=1.0.0 <2.0.0"
logging: ">=1.0.0 <2.0.0"
meta: ">=1.3.0 <2.0.0"

Expand Down

0 comments on commit 7494a23

Please sign in to comment.