From 0d0cb707c20ee0985adf17af51e8338912a87e3d Mon Sep 17 00:00:00 2001 From: Tobe O Date: Mon, 29 Apr 2019 13:57:47 -0400 Subject: [PATCH] Use only stable deps --- pubspec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index fed2ae0..a75b3ba 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,17 +9,17 @@ dependencies: angel_configuration: ^2.0.0 # Loads application configuration, along with support for .env files. angel_framework: ^2.0.0 # The core server library. angel_jael: ^2.0.0 # Server-side templating engine - angel_migration: ^2.0.0-alpha # Migration runtime support - angel_orm: ^2.0.0-dev # Migration runtime support - angel_orm_postgres: ^1.0.0-dev # PostgreSQL support for Angel ORM + angel_migration: ^2.0.0 # Migration runtime support + angel_orm: ^2.0.0 # Migration runtime support + angel_orm_postgres: ^1.0.0 # PostgreSQL support for Angel ORM angel_serialize: ^2.0.0 # Serialization runtime support angel_production: ^1.0.0 # Production application runner. angel_static: ^2.0.0 # Static file server angel_validate: ^2.0.0 # Allows for validation of input data dev_dependencies: angel_hot: ^2.0.0 # Hot-reloading support. :) - angel_migration_runner: ^2.0.0-alpha # Runs migrations - angel_orm_generator: ^2.0.0-dev # Generates ORM libraries + angel_migration_runner: ^2.0.0 # Runs migrations + angel_orm_generator: ^2.0.0 # Generates ORM libraries angel_serialize_generator: ^2.0.0 # Generates model serialization code angel_test: ^2.0.0 # Utilities for testing Angel servers. build_runner: ^1.0.0 # Runs builds