Skip to content

Commit 2699252

Browse files
committed
chore(deps): bump version of dev dependencies
1 parent 6d54ffd commit 2699252

File tree

4 files changed

+6
-15
lines changed

4 files changed

+6
-15
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: flutter --version
2929

3030
- name: Install melos
31-
run: dart pub global activate melos 3.0.0-dev.0
31+
run: dart pub global activate melos
3232

3333
- name: Add pub cache bin to PATH
3434
run: echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
dart run commitlint_cli --edit $1
4+
VERBOSE=true dart run commitlint_cli --edit $1

commitlint.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
include: ./packages/commitlint_config/lib/commitlint.yaml
2-
3-
rules:
4-
scope-enum:
5-
- 2
6-
- always
7-
- - flutterw
8-
- flutterw_clean
9-
- release
1+
include: package:commitlint_cli/commitlint.yaml

pubspec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ environment:
66
dev_dependencies:
77
flutterw:
88
path: packages/flutterw
9-
commitlint_cli: ^0.2.1+1
10-
commitlint_config: ^0.1.1
11-
husky: ^0.1.3
12-
melos: ^3.0.0-dev.0
9+
commitlint_cli: ^0.4.0-pre.0
10+
husky: ^0.1.6
11+
melos: ^3.0.0
1312
path: ^1.8.0
1413
yaml: ^3.1.0
1514

0 commit comments

Comments
 (0)