Skip to content

Commit

Permalink
Remove unneeded dep override
Browse files Browse the repository at this point in the history
  • Loading branch information
838 committed Jan 23, 2023
1 parent 0f594a6 commit f273f25
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 36 deletions.
3 changes: 0 additions & 3 deletions components/commons/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ dependencies:

dev_dependencies:
lints: ^2.0.0

dependency_overrides:
path: ^1.8.3
4 changes: 0 additions & 4 deletions components/commons/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,5 @@ dependencies:
dev_dependencies:
lints: ^2.0.1
test: ^1.22.2

dependency_overrides:
path: ^1.8.3

# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
3 changes: 0 additions & 3 deletions components/lcp/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,5 @@ dependencies:
mno_shared:
path: ../../shared

dependency_overrides:
ffi: ^2.0.1

dev_dependencies:
lints: ^2.0.1
2 changes: 0 additions & 2 deletions components/lcp/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ dependencies:
path: ../shared

dependency_overrides:
ffi: ^2.0.1
shared_preferences_windows: ^2.1.2
path: ^1.8.3
intl: ^0.18.0

dev_dependencies:
Expand Down
2 changes: 0 additions & 2 deletions components/navigator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ dev_dependencies:
test: ^1.22.2
lints: ^2.0.1

dependency_overrides:
path: ^1.8.3

flutter:

Expand Down
5 changes: 0 additions & 5 deletions components/opds/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,5 @@ dependencies:
path: ../../shared
universal_io: ^2.0.4


dependency_overrides:
path: ^1.8.3


dev_dependencies:
lints: ^2.0.0
3 changes: 0 additions & 3 deletions components/opds/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ dependencies:
dev_dependencies:
lints: ^2.0.1
test: ^1.22.2

dependency_overrides:
path: ^1.8.3
2 changes: 0 additions & 2 deletions components/server/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ dependencies:
dev_dependencies:
lints: ^2.0.1

dependency_overrides:
path: ^1.8.3
2 changes: 0 additions & 2 deletions components/server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ dependencies:
dev_dependencies:
lints: ^2.0.1

dependency_overrides:
path: ^1.8.3
2 changes: 0 additions & 2 deletions components/shared/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ dev_dependencies:
lints: ^2.0.1
test: ^1.22.2

dependency_overrides:
path: ^1.8.3
2 changes: 0 additions & 2 deletions components/streamer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ dependencies:
mno_shared:
path: ../shared

dependency_overrides:
path: ^1.8.3

dev_dependencies:
lints: ^2.0.1
Expand Down
3 changes: 0 additions & 3 deletions components/webview/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ dependencies:
sdk: flutter
flutter_inappwebview: ^5.7.2+3

dependency_overrides:
path: ^1.8.3

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
3 changes: 0 additions & 3 deletions reader_widget/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ dependencies:
url_launcher_web: ^2.0.13
shared_preferences: ^2.0.16

dependency_overrides:
collection: ^1.17.0
path: ^1.8.3

dev_dependencies:
# flutter_test:
Expand Down

0 comments on commit f273f25

Please sign in to comment.