diff --git a/pubspec.yaml b/pubspec.yaml index bf05258e..bcf1c2f1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,20 +2,19 @@ name: epubx description: Epub Parser for Dart. Epub package fork. Suitable for use on the Server, the Web, or in Flutter homepage: https://github.com/rbcprolabs/epubx.dart issue_tracker: https://github.com/rbcprolabs/epubx.dart -version: 4.0.1 +version: 4.0.2 environment: - sdk: ">=2.12.0 <4.0.0" + sdk: ">=3.0.0 <4.0.0" dependencies: - archive: ^3.1.6 + archive: ^4.0.5 quiver: ^3.0.1+1 - path: ^1.8.1 + path: ^1.9.1 xml: ^6.0.1 - image: ^4.0.17 + image: ^4.5.3 collection: ^1.15.0 dev_dependencies: test: ^1.16.7 - path: ^1.8.0 - pedantic: ^1.11.0 + lints: ^5.1.1