upgrade deps
This commit is contained in:
@@ -5,7 +5,7 @@ ext {
|
||||
}
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.9.22'
|
||||
ext.kotlin_version = '2.1.20'
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
||||
@@ -18,8 +18,8 @@ pluginManagement {
|
||||
|
||||
plugins {
|
||||
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
|
||||
id "com.android.application" version "8.7.0" apply false
|
||||
id "org.jetbrains.kotlin.android" version "1.9.22" apply false
|
||||
id "com.android.application" version '8.9.1' apply false
|
||||
id "org.jetbrains.kotlin.android" version "2.1.20" apply false
|
||||
}
|
||||
|
||||
include ":app"
|
||||
|
||||
+27
-11
@@ -7,7 +7,7 @@ environment:
|
||||
sdk: '>=3.7.0 <4.0.0'
|
||||
|
||||
dependencies:
|
||||
background_fetch: ^1.3.7
|
||||
background_fetch: ^1.3.8
|
||||
collection: ^1.19.1
|
||||
copy_with_extension: ^6.0.1
|
||||
crypto: ^3.0.6
|
||||
@@ -15,7 +15,7 @@ dependencies:
|
||||
dynamic_color: ^1.7.0
|
||||
exceptions: ^0.6.1
|
||||
fading_scroll: ^0.9.1
|
||||
fast_equatable: ^1.3.0
|
||||
fast_equatable: ^1.3.1
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_auto_size_text: ^4.1.0
|
||||
@@ -26,7 +26,7 @@ dependencies:
|
||||
path: ../../flutter_chat_ui/packages/flutter_chat_ui
|
||||
flutter_highlight: ^0.7.0
|
||||
flutter_hooks: ^0.21.2
|
||||
flutter_markdown: ^0.7.6+2
|
||||
flutter_markdown: ^0.7.7
|
||||
flutter_material_design_icons: ^1.1.7447
|
||||
flutter_mozilla_components:
|
||||
path: ../packages/flutter_mozilla_components
|
||||
@@ -39,18 +39,24 @@ dependencies:
|
||||
ref: web_search
|
||||
flutter_slidable: ^4.0.0
|
||||
flutter_svg: ^2.0.17
|
||||
go_router: ^14.8.1
|
||||
go_router: ^15.0.0
|
||||
google_fonts: ^6.2.1
|
||||
home_widget: ^0.7.0+1
|
||||
hooks_riverpod: ^2.6.1
|
||||
html: ^0.15.5
|
||||
html: ^0.15.5+1
|
||||
http: ^1.3.0
|
||||
intl: ^0.19.0
|
||||
json_annotation: ^4.9.0
|
||||
langchain:
|
||||
path: ../../langchain_dart/packages/langchain
|
||||
langchain_openai:
|
||||
path: ../../langchain_dart/packages/langchain_openai
|
||||
git:
|
||||
url: https://github.com/FaFre/langchain_dart.git
|
||||
ref: static_objectbox
|
||||
path: packages/langchain
|
||||
langchain_openai:
|
||||
git:
|
||||
url: https://github.com/FaFre/langchain_dart.git
|
||||
ref: static_objectbox
|
||||
path: packages/langchain_openai
|
||||
lexo_rank:
|
||||
git:
|
||||
url: https://github.com/FaFre/lexo_rank.git
|
||||
@@ -62,7 +68,7 @@ dependencies:
|
||||
path: ^1.9.1
|
||||
path_provider: ^2.1.5
|
||||
pocketbase: ^0.22.0
|
||||
provider: ^6.1.2
|
||||
provider: ^6.1.4
|
||||
riverpod: ^2.6.1
|
||||
riverpod_annotation: ^2.6.1
|
||||
rss_dart: ^1.0.12
|
||||
@@ -74,7 +80,7 @@ dependencies:
|
||||
git:
|
||||
url: https://github.com/FaFre/speech_to_text_google_dialog.git
|
||||
sqlite3: ^2.7.5
|
||||
sqlite3_flutter_libs: ^0.5.31
|
||||
sqlite3_flutter_libs: ^0.5.32
|
||||
sqlite3_vec:
|
||||
git: https://github.com/FaFre/sqlite3_vec.git
|
||||
text_scroll: ^0.2.0
|
||||
@@ -95,6 +101,16 @@ dependency_overrides:
|
||||
path: ../../flutter_chat_ui/packages/cross_cache
|
||||
flutter_chat_core:
|
||||
path: ../../flutter_chat_ui/packages/flutter_chat_core
|
||||
langchain_core:
|
||||
git:
|
||||
url: https://github.com/FaFre/langchain_dart.git
|
||||
ref: static_objectbox
|
||||
path: packages/langchain_core
|
||||
tavily_dart:
|
||||
git:
|
||||
url: https://github.com/FaFre/langchain_dart.git
|
||||
ref: static_objectbox
|
||||
path: packages/tavily_dart
|
||||
|
||||
dev_dependencies:
|
||||
build_runner: ^2.4.15
|
||||
@@ -105,7 +121,7 @@ dev_dependencies:
|
||||
fast_equatable_lint: ^0.3.1
|
||||
flutter_launcher_icons: ^0.14.3
|
||||
go_router_builder: ^2.8.2
|
||||
json_serializable: ^6.9.4
|
||||
json_serializable: ^6.9.5
|
||||
lint: ^2.8.0
|
||||
riverpod_generator: ^2.6.4
|
||||
riverpod_lint: ^2.6.4
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# melos_managed_dependency_overrides: flutter_mozilla_components,cross_cache,flutter_chat_core
|
||||
# melos_managed_dependency_overrides: flutter_mozilla_components,cross_cache,flutter_chat_core,langchain_core,tavily_dart
|
||||
dependency_overrides:
|
||||
flutter_mozilla_components:
|
||||
path: ../packages/flutter_mozilla_components
|
||||
@@ -6,3 +6,13 @@ dependency_overrides:
|
||||
path: ../../flutter_chat_ui/packages/cross_cache
|
||||
flutter_chat_core:
|
||||
path: ../../flutter_chat_ui/packages/flutter_chat_core
|
||||
langchain_core:
|
||||
git:
|
||||
url: https://github.com/FaFre/langchain_dart.git
|
||||
ref: static_objectbox
|
||||
path: packages/langchain_core
|
||||
tavily_dart:
|
||||
git:
|
||||
url: https://github.com/FaFre/langchain_dart.git
|
||||
ref: static_objectbox
|
||||
path: packages/tavily_dart
|
||||
|
||||
Reference in New Issue
Block a user