Skip to content

Commit

Permalink
Fix example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Jan 8, 2024
1 parent c23f67d commit 2b54c92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
- run: dart pub get

- run: (cd example_json; dart pub get)
if: ${{ matrix.dependencies == 'path' }}

- run: dart analyze --fatal-infos

Expand Down
6 changes: 2 additions & 4 deletions pkgs/messages/example_json/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@ environment:

dependencies:
intl4x: ^0.7.0
messages:
path: ../
messages: ^0.2.0

dev_dependencies:
build_daemon: ^4.0.0
build_runner: ^2.3.3
build_web_compilers: ^4.0.5
dart_flutter_team_lints: ^1.0.0
lints: ^2.0.0
messages_builder:
path: ../../messages_builder
messages_builder: ^0.2.0
path: ^1.8.3
test: ^1.16.0

Expand Down
2 changes: 2 additions & 0 deletions pkgs/messages/example_json/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ dependency_overrides:
path: ../
messages_serializer:
path: ../../messages_serializer
messages_builder:
path: ../../messages_builder
intl4x:
path: ../../intl4x

0 comments on commit 2b54c92

Please sign in to comment.