Skip to content

Commit dabdfb4

Browse files
Upgrade dependencies
1 parent 551cdae commit dabdfb4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

templates/dart/pubspec.yaml.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: {{ spec.contactURL }}
88
environment:
99
sdk: '>=2.17.0 <3.0.0'
1010
dependencies:
11-
http: ^0.13.5
11+
http: '>=0.13.5 <1.0.1'
1212
1313
dev_dependencies:
1414
lints: ^2.0.1

templates/flutter/pubspec.yaml.twig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ environment:
1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
cookie_jar: ^4.0.1
22-
device_info_plus: ^8.2.0
21+
cookie_jar: ^4.0.2
22+
device_info_plus: ^9.0.2
2323
flutter_web_auth_2: ^2.1.4
24-
http: ^0.13.5
25-
package_info_plus: ^3.1.0
24+
http: '>=0.13.5 <1.0.1'
25+
package_info_plus: ^4.0.2
2626
path_provider: ^2.0.14
2727
web_socket_channel: ^2.4.0
28-
universal_html: ^2.2.1
28+
universal_html: ^2.2.2
2929
3030
dev_dependencies:
31-
path_provider_platform_interface: ^2.0.5
31+
path_provider_platform_interface: ^2.0.6
3232
flutter_lints: ^2.0.1
3333
flutter_test:
3434
sdk: flutter

0 commit comments

Comments
 (0)