diff --git a/packages/dart-uuid/pubspec.yaml b/packages/dart-uuid/pubspec.yaml index b67b635..8ae1f31 100644 --- a/packages/dart-uuid/pubspec.yaml +++ b/packages/dart-uuid/pubspec.yaml @@ -7,8 +7,8 @@ homepage: https://github.com/Daegalus/dart-uuid environment: sdk: '>=2.0.0 <3.0.0' dependencies: - crypto: '>=2.0.0 <3.0.0' - convert: '>=2.0.0 <3.0.0' + crypto: any + convert: any dev_dependencies: pedantic: '>=1.0.0' test: any