Skip to content

Commit 2af065b

Browse files
committed
chore(deps): update deps
1 parent 0ebc521 commit 2af065b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/command/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ packages:
1616
source: hosted
1717
version: "0.41.2"
1818
args:
19-
dependency: transitive
19+
dependency: "direct main"
2020
description:
2121
name: args
2222
url: "https://pub.dartlang.org"
@@ -112,7 +112,7 @@ packages:
112112
name: flutter_gen_core
113113
url: "https://pub.dartlang.org"
114114
source: hosted
115-
version: "2.0.0-dev.1"
115+
version: "2.0.0"
116116
glob:
117117
dependency: transitive
118118
description:

packages/command/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ executables:
1717
fluttergen: flutter_gen_command
1818

1919
dependencies:
20+
args: ^1.6.0
2021
flutter_gen_core: ^2.0.0
2122

2223
dev_dependencies:

packages/core/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ packages:
1616
source: hosted
1717
version: "0.41.2"
1818
args:
19-
dependency: "direct main"
19+
dependency: transitive
2020
description:
2121
name: args
2222
url: "https://pub.dartlang.org"

packages/core/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ environment:
1414
sdk: '>=2.10.0 <3.0.0'
1515

1616
dependencies:
17-
args: ^1.6.0
1817
path: ^1.7.0
1918
yaml: ^2.2.1
2019
mime: ^0.9.7

packages/runner/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ packages:
168168
name: flutter_gen_core
169169
url: "https://pub.dartlang.org"
170170
source: hosted
171-
version: "2.0.0-dev.1"
171+
version: "2.0.0"
172172
glob:
173173
dependency: transitive
174174
description:

0 commit comments

Comments
 (0)