Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ jobs:
- name: Install Dependencies
run: dart pub get

- name: Check Dependency Bounds
working-directory: packages/${{ matrix.package }}
run: >-
dart pub downgrade --tighten &&
dart pub upgrade --major-versions &&
git diff-files --quiet -- .
#- name: Check Dependency Bounds
# working-directory: packages/${{ matrix.package }}
# run: >-
# dart pub downgrade --tighten &&
# dart pub upgrade --major-versions &&
# git diff-files --quiet -- .

- name: Doc Dry Run
working-directory: packages/${{ matrix.package }}
Expand Down
2 changes: 1 addition & 1 deletion packages/benchmark/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
cli_tools: ^0.11.0
config: ^0.8.3
git: ^2.2.1
path: ^1.8.3
path: ^1.8.4
relic: ^0.15.0
routingkit: ^5.1.2
spanner: ^1.0.5
2 changes: 1 addition & 1 deletion packages/relic/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dev_dependencies:
http: ^1.5.0
http_parser: ^4.0.2
lints: ^6.0.0
meta: ^1.17.0
meta: ^1.16.0
mime: ^2.0.0
mockito: ^5.4.4
path: ^1.8.3
Expand Down
2 changes: 1 addition & 1 deletion packages/relic_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
convert: ^3.1.1
crypto: ^3.0.0
http_parser: ^4.0.2
meta: ^1.17.0
meta: ^1.16.0
mime: ^2.0.0
path: ^1.8.3
stack_trace: ^1.10.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workspace:
- packages/test_utils

dev_dependencies:
melos: ^7.4.0-dev.0 # Special support for Dart 3.8 (see https://github.com/invertase/melos/pull/979)
melos: 7.4.0-dev.0 # Special support for Dart 3.8 (see https://github.com/invertase/melos/pull/979)

melos:
packages:
Expand Down
Loading