- Update out-of-date packages

Signed-off-by: Hans Kokx <hans.kokx@hackberry.se>
This commit is contained in:
Hans Kokx
2024-10-30 10:34:45 +01:00
parent 606404b4d3
commit 1749214dd3
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
## 1.1.4
- Update package dependencies. No code changes.
## 1.1.3 ## 1.1.3
- Arcane Auth no longer throws exceptions when log out fails, instead returning a `Result<void, String>`. This behavior matches the login method. - Arcane Auth no longer throws exceptions when log out fails, instead returning a `Result<void, String>`. This behavior matches the login method.
+3 -3
View File
@@ -1,6 +1,6 @@
name: arcane_framework name: arcane_framework
description: "Agnostic Reusable Component Architecture for New Ecosystems: a modern framework for bootstrapping new applications" description: "Agnostic Reusable Component Architecture for New Ecosystems: a modern framework for bootstrapping new applications"
version: 1.1.3 version: 1.1.4
repository: https://github.com/hanskokx/arcane_framework repository: https://github.com/hanskokx/arcane_framework
issue_tracker: https://github.com/hanskokx/arcane_framework/issues issue_tracker: https://github.com/hanskokx/arcane_framework/issues
@@ -12,7 +12,7 @@ environment:
flutter: ">=1.17.0" flutter: ">=1.17.0"
dependencies: dependencies:
arcane_helper_utils: ^1.0.1 arcane_helper_utils: ^1.1.3
collection: ^1.18.0 collection: ^1.18.0
flutter: flutter:
sdk: flutter sdk: flutter
@@ -21,6 +21,6 @@ dependencies:
result_monad: ^2.3.2 result_monad: ^2.3.2
dev_dependencies: dev_dependencies:
arcane_analysis: ^1.0.1 arcane_analysis: ^1.0.2
flutter_test: flutter_test:
sdk: flutter sdk: flutter