Skip to content

Commit af10432

Browse files
committed
Update package versions in pubspec.yaml
1 parent aef1fd4 commit af10432

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

templates/dart/pubspec.yaml.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ documentation: {{ spec.contactURL }}
88
environment:
99
sdk: '>=2.14.0 <3.0.0'
1010
dependencies:
11-
http: ^0.13.4
11+
http: ^0.13.5
1212
1313
dev_dependencies:
14-
test: ^1.16.8
15-
lints: ^2.0.0
14+
test: ^1.21.4
15+
lints: ^2.0.0

templates/flutter/pubspec.yaml.twig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
cookie_jar: ^3.0.1
14-
device_info_plus: ^4.0.0
14+
device_info_plus: ^4.0.1
1515
flutter_web_auth: ^0.4.1
16-
http: ^0.13.4
17-
package_info_plus: 1.4.2
18-
path_provider: ^2.0.9
16+
http: ^0.13.5
17+
package_info_plus: 1.4.3
18+
path_provider: ^2.0.11
1919
web_socket_channel: ^2.2.0
2020
2121
dev_dependencies:

0 commit comments

Comments
 (0)