From 77b61d30ed9336a623d33961b51fd41b3edac6fb Mon Sep 17 00:00:00 2001 From: thomashii Date: Sun, 7 Mar 2021 20:59:21 +0800 Subject: [PATCH] Graphql template for SDK 2.12.x --- pubspec.yaml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index d5fefbc..c15e20c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,3 +22,64 @@ dev_dependencies: io: ^0.3.2 # For pretty printing. pedantic: ^1.0.0 # Enforces Dart style conventions. test: ^1.0.0 # For unit testing. +dependency_overrides: + angel_auth: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/auth + angel_configuration: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/configuration + angel_framework: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/framework + angel_jael: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/jael/angel_jael + angel_production: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/production + angel_static: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/static + angel_validate: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/validate + angel_hot: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/hot + angel_test: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/test + angel_graphql: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/graphql/angel_graphql + angel_serialize_generator: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/serialize/angel_serialize_generator + graphql_generator: + git: + url: https://github.com/dukefirehawk/angel.git + ref: sdk-2.12.x + path: packages/graphql/graphql_generator