Skip to content

Commit

Permalink
build: upgrade Dart SDK and dependencies (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrverdant13 committed Mar 2, 2022
1 parent 1b04d80 commit 5f5358d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dart
uses: dart-lang/setup-dart@v1
- name: Install melos
run: dart pub global activate melos ^1.0.0-dev.10
run: dart pub global activate melos
- name: Initialize melos
run: melos bs
- name: Format and analyze
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install dart
uses: dart-lang/setup-dart@v1
- name: Install melos
run: dart pub global activate melos ^1.0.0-dev.10
run: dart pub global activate melos
- name: Install coverage
run: dart pub global activate coverage
- name: Install coverde
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Install dart
uses: dart-lang/setup-dart@v1
- name: Install melos
run: dart pub global activate melos ^1.0.0-dev.10
run: dart pub global activate melos
- name: Install pana
run: dart pub global activate pana
- name: Initialize melos
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ If you can include screenshots, trace data or any additional context, it could b

### Pre-requisites

- [Dart SDK][dart_link] - min version: 2.14.4 (stable)
- [Melos][melos_link] - min version: 0.4.11+2
- [Dart SDK][dart_link] - min version: 2.16.1
- [Melos][melos_link] - min version: 1.3.0
- `coverde` - version: local (installed by executing `dart pub global activate --source path .` in the local `coverde` root folder)

### Pull Requests
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@ repository: https://github.com/mrverdant13/coverde
issue_tracker: https://github.com/mrverdant13/coverde/issues

environment:
sdk: ">=2.15.0 <3.0.0"
sdk: ">=2.16.1 <3.0.0"

dependencies:
args: ^2.3.0
collection: ^1.15.0
html: ^0.15.0
io: ^1.0.3
meta: ^1.7.0
path: ^1.8.0
path: ^1.8.1
process: ^4.2.4
pub_updater: ^0.2.2
universal_io: ^2.0.4

dev_dependencies:
build: ^2.1.1
build: ^2.2.1
build_config: ^1.0.0
build_runner: ^2.1.5
build_runner: ^2.1.7
build_verify: ^3.0.0
csslib: ^0.17.1
mocktail: ^0.2.0
mocktail: ^0.3.0
pubspec_parse: ^1.2.0
test: ^1.19.5
test: ^1.20.1
very_good_analysis: ^2.4.0

executables:
Expand Down

0 comments on commit 5f5358d

Please sign in to comment.