Skip to content

Commit f5f4a52

Browse files
committed
Tighten dependencies
1 parent 09311f8 commit f5f4a52

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

pdf/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 3.11.1
44

55
- Fixed display problems with textfields [ilaurillard]
6+
- Tighten dependencies
67

78
## 3.11.0
89

pdf/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ environment:
1818
sdk: ">=2.19.0 <4.0.0"
1919

2020
dependencies:
21-
archive: ^3.1.0
21+
archive: ^3.4.0
2222
barcode: ">=2.2.3 <3.0.0"
2323
bidi: ^2.0.10
2424
crypto: ^3.0.0

printing/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Workaround for iOS bug and force paper size [Matteo Ricupero]
77
- Update package:web [Sabin Neupane]
88
- Force the latest version of pdf_widget_wrapper
9+
- Tighten dependencies
910

1011
## 5.13.1
1112

printing/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
flutter_web_plugins:
2929
sdk: flutter
3030
http: ">=0.13.0 <2.0.0"
31-
image: ^4.0.02
31+
image: ^4.1.0
3232
meta: ">=1.3.0 <2.0.0"
3333
pdf: ^3.10.0
3434
pdf_widget_wrapper: '>=1.0.4 <2.0.0'
@@ -39,7 +39,7 @@ dev_dependencies:
3939
flutter_lints: ^4.0.0
4040
flutter_test:
4141
sdk: flutter
42-
mockito: ^5.3.2
42+
mockito: ^5.4.4
4343

4444
dependency_overrides:
4545
pdf:

0 commit comments

Comments
 (0)