Skip to content

Commit 1452486

Browse files
sdk <4.0.0
1 parent 60c72be commit 1452486

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

action_app/pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: _fe_analyzer_shared
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "58.0.0"
10+
version: "54.0.0"
1111
actions_toolkit_dart:
1212
dependency: "direct main"
1313
description:
@@ -21,7 +21,7 @@ packages:
2121
name: analyzer
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "5.10.0"
24+
version: "5.6.0"
2525
analyzer_plugin:
2626
dependency: transitive
2727
description:
@@ -112,7 +112,7 @@ packages:
112112
name: dart_style
113113
url: "https://pub.dartlang.org"
114114
source: hosted
115-
version: "2.3.0"
115+
version: "2.2.5"
116116
file:
117117
dependency: transitive
118118
description:
@@ -182,7 +182,7 @@ packages:
182182
name: js
183183
url: "https://pub.dartlang.org"
184184
source: hosted
185-
version: "0.6.7"
185+
version: "0.6.5"
186186
json_annotation:
187187
dependency: transitive
188188
description:
@@ -259,7 +259,7 @@ packages:
259259
name: petitparser
260260
url: "https://pub.dartlang.org"
261261
source: hosted
262-
version: "5.3.0"
262+
version: "5.1.0"
263263
platform:
264264
dependency: transitive
265265
description:
@@ -413,7 +413,7 @@ packages:
413413
name: vm_service
414414
url: "https://pub.dartlang.org"
415415
source: hosted
416-
version: "11.3.0"
416+
version: "11.2.0"
417417
watcher:
418418
dependency: transitive
419419
description:
@@ -450,4 +450,4 @@ packages:
450450
source: hosted
451451
version: "3.1.1"
452452
sdks:
453-
dart: ">=2.19.0 <3.0.0"
453+
dart: ">=2.18.0 <3.0.0"

action_app/pubspec.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: action_app
22
version: 2.0.0
33
description: Github action app that helps to run dart_code_metrics in CI/CD flow.
4-
homepage: https://dartcodemetrics.dev/docs/integrations/github-action
5-
repository: https://github.com/dart-code-checker/dart-code-metrics-action
6-
issue_tracker: https://github.com/dart-code-checker/dart-code-metrics-action/issues
4+
repository: https://github.com/danylo-safonov-solid/dart-code-metrics-action
75
publish_to: none
86

97
environment:
10-
sdk: ">=2.18.0 <3.0.0"
8+
sdk: ">=2.18.0 <4.0.0"
119

1210
dependencies:
1311
actions_toolkit_dart: ^0.5.0

0 commit comments

Comments
 (0)