Skip to content

Commit

Permalink
Tighten dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DavBfr committed Aug 8, 2024
1 parent 09311f8 commit f5f4a52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions pdf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 3.11.1

- Fixed display problems with textfields [ilaurillard]
- Tighten dependencies

## 3.11.0

Expand Down
2 changes: 1 addition & 1 deletion pdf/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ environment:
sdk: ">=2.19.0 <4.0.0"

dependencies:
archive: ^3.1.0
archive: ^3.4.0
barcode: ">=2.2.3 <3.0.0"
bidi: ^2.0.10
crypto: ^3.0.0
Expand Down
1 change: 1 addition & 0 deletions printing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Workaround for iOS bug and force paper size [Matteo Ricupero]
- Update package:web [Sabin Neupane]
- Force the latest version of pdf_widget_wrapper
- Tighten dependencies

## 5.13.1

Expand Down
4 changes: 2 additions & 2 deletions printing/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
http: ">=0.13.0 <2.0.0"
image: ^4.0.02
image: ^4.1.0
meta: ">=1.3.0 <2.0.0"
pdf: ^3.10.0
pdf_widget_wrapper: '>=1.0.4 <2.0.0'
Expand All @@ -39,7 +39,7 @@ dev_dependencies:
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
mockito: ^5.3.2
mockito: ^5.4.4

dependency_overrides:
pdf:
Expand Down

0 comments on commit f5f4a52

Please sign in to comment.