File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,12 @@ packages:
9595 dart_code_metrics:
9696 dependency: "direct main"
9797 description:
98- name: dart_code_metrics
99- url: "https://pub.dartlang.org"
100- source: hosted
101- version: "5.7.2"
98+ path: "."
99+ ref: master
100+ resolved-ref: "2e8f548153a9b354b647af53946e0a4c034fc250"
101+ url: "https://github.com/danylo-safonov-solid/dart-code-metrics.git"
102+ source: git
103+ version: "5.7.4"
102104 dart_code_metrics_presets:
103105 dependency: transitive
104106 description:
@@ -294,7 +296,7 @@ packages:
294296 name: pub_updater
295297 url: "https://pub.dartlang.org"
296298 source: hosted
297- version: "0.2.4 "
299+ version: "0.3.0 "
298300 shelf:
299301 dependency: transitive
300302 description:
Original file line number Diff line number Diff line change @@ -9,7 +9,11 @@ environment:
99
1010dependencies :
1111 actions_toolkit_dart : ^0.5.0
12- dart_code_metrics : ^5.7.2
12+ # dart_code_metrics: ^5.7.2
13+ dart_code_metrics :
14+ git :
15+ url : https://github.com/danylo-safonov-solid/dart-code-metrics.git
16+ ref : master
1317 github : ^9.0.0
1418 meta : ^1.7.0
1519 path : ^1.8.0
You can’t perform that action at this time.
0 commit comments