Skip to content

Commit

Permalink
Merge pull request #2724 from nextcloud/chore/deps/bump-file_picker
Browse files Browse the repository at this point in the history
chore(deps): Bump file_picker
  • Loading branch information
provokateurin authored Dec 20, 2024
2 parents e992f77 + f5a0a3c commit fc5def7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/neon_framework/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -371,13 +371,13 @@ packages:
source: hosted
version: "7.0.1"
file_picker:
dependency: "direct overridden"
dependency: transitive
description:
name: file_picker
sha256: "16dc141db5a2ccc6520ebb6a2eb5945b1b09e95085c021d9f914f8ded7f1465c"
sha256: c2376a6aae82358a9f9ccdd7d1f4006d08faa39a2767cce01031d9f593a8bd3b
url: "https://pub.dev"
source: hosted
version: "8.1.4"
version: "8.1.6"
file_selector_linux:
dependency: transitive
description:
Expand Down
3 changes: 0 additions & 3 deletions packages/neon_framework/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ dev_dependencies:
path: packages/neon_lints
vector_graphics_compiler: any

dependency_overrides:
file_picker: 8.1.4

flutter:
uses-material-design: true
assets:
Expand Down
3 changes: 1 addition & 2 deletions packages/neon_framework/example/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# melos_managed_dependency_overrides: account_repository,cookie_store,dashboard_app,dynamite_runtime,files_app,interceptor_http_client,neon_framework,neon_http_client,neon_lints,neon_rich_text,news_app,nextcloud,notes_app,notifications_app,notifications_push_repository,sort_box,talk_app,file_picker
# melos_managed_dependency_overrides: account_repository,cookie_store,dashboard_app,dynamite_runtime,files_app,interceptor_http_client,neon_framework,neon_http_client,neon_lints,neon_rich_text,news_app,nextcloud,notes_app,notifications_app,notifications_push_repository,sort_box,talk_app
dependency_overrides:
account_repository:
path: ../packages/account_repository
Expand Down Expand Up @@ -34,4 +34,3 @@ dependency_overrides:
path: ../packages/sort_box
talk_app:
path: ../packages/talk_app
file_picker: 8.1.4

0 comments on commit fc5def7

Please sign in to comment.