diff --git a/packages/orm/angel_orm/pubspec.yaml b/packages/orm/angel_orm/pubspec.yaml index 6d30cb1f..326f8d66 100644 --- a/packages/orm/angel_orm/pubspec.yaml +++ b/packages/orm/angel_orm/pubspec.yaml @@ -4,19 +4,28 @@ description: Runtime support for Angel's ORM. Includes base classes for queries. author: Tobe O homepage: https://github.com/angel-dart/orm environment: - sdk: '>=2.10.0 <2.12.0' + sdk: '>=2.10.0 <3.0.0' dependencies: - charcode: ^1.0.0 - intl: ^0.15.7 - meta: ^1.0.0 - string_scanner: ^1.0.0 + charcode: ^1.2.0 + intl: ^0.17.0 + meta: ^1.3.0 + string_scanner: ^1.1.0 dev_dependencies: - angel_model: #^1.0.0 - path: ../../model - angel_serialize: #^2.0.0 - path: ../../serialize/angel_serialize - angel_serialize_generator: #^2.0.0 - path: ../../serialize/angel_serialize_generator - build_runner: ^1.0.0 - pedantic: ^1.0.0 - test: ^1.15.7 + angel_model: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/model + angel_serialize: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/serialize/angel_serialize + angel_serialize_generator: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/serialize/angel_serialize_generator + build_runner: ^1.11.5 + pedantic: ^1.11.0 + test: ^1.16.5