Skip to content

Commit

Permalink
Merge pull request #753 from nextcloud/fix/dependencies
Browse files Browse the repository at this point in the history
Correct dependencies
  • Loading branch information
provokateurin authored Sep 9, 2023
2 parents 49f38d8 + e45f65b commit ce38f2d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/dynamite/dynamite/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies:
collection: ^1.17.2
dart_style: ^2.3.2
intersperse: ^2.0.0
json_annotation: ^4.8.1
meta: ^1.9.1
path: ^1.8.3

Expand Down
4 changes: 3 additions & 1 deletion packages/neon/neon_files/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ dependencies:
filesize: ^2.0.1
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_material_design_icons: ^1.1.7296
go_router: ^10.1.2
image_picker: ^1.0.4
intersperse: ^2.0.0
intl: ^0.18.1
neon:
git:
url: https://github.com/nextcloud/neon
Expand All @@ -30,7 +33,6 @@ dependencies:
provider: ^6.0.5
queue: ^3.1.0+2
rxdart: ^0.27.7
share_plus: ^7.1.0

dev_dependencies:
build_runner: ^2.4.6
Expand Down
3 changes: 3 additions & 0 deletions packages/neon/neon_news/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ dependencies:
flutter:
sdk: flutter
flutter_html: ^3.0.0-beta.2
flutter_localizations:
sdk: flutter
flutter_material_design_icons: ^1.1.7296
go_router: ^10.1.2
html: ^0.15.4
intl: ^0.18.1
neon:
git:
url: https://github.com/nextcloud/neon
Expand Down
3 changes: 3 additions & 0 deletions packages/neon/neon_notes/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ dependencies:
crypto: ^3.0.3
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_markdown: ^0.6.17+1
flutter_material_design_icons: ^1.1.7296
go_router: ^10.1.2
intl: ^0.18.1
neon:
git:
url: https://github.com/nextcloud/neon
Expand Down
3 changes: 3 additions & 0 deletions packages/neon/neon_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_material_design_icons: ^1.1.7296
go_router: ^10.1.2
intl: ^0.18.1
neon:
git:
url: https://github.com/nextcloud/neon
Expand Down
1 change: 0 additions & 1 deletion packages/nextcloud/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ environment:
dependencies:
built_collection: ^5.1.1
built_value: ^8.6.2
collection: ^1.17.2
crypto: ^3.0.3
crypton: ^2.2.0
dynamite_runtime:
Expand Down

0 comments on commit ce38f2d

Please sign in to comment.