Skip to content

Commit 4adff79

Browse files
Merge pull request #661 from 2002Bishwajeet/feat-bump-dependencies
2 parents c28504a + 9000bde commit 4adff79

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.6 <1.0.1'
1212
1313
dev_dependencies:
1414
lints: ^2.0.1

templates/flutter/pubspec.yaml.twig

Lines changed: 7 additions & 7 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.3
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
26-
path_provider: ^2.0.14
24+
http: '>=0.13.6 <1.0.1'
25+
package_info_plus: ^4.0.2
26+
path_provider: ^2.0.15
2727
web_socket_channel: ^2.4.0
28-
universal_html: ^2.2.1
28+
universal_html: ^2.2.3
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)