From dabdfb4d14bf58a31d26b9726c75082f031a17ba Mon Sep 17 00:00:00 2001 From: Bishwajeet Parhi Date: Wed, 31 May 2023 00:04:11 +0530 Subject: [PATCH 1/6] Upgrade dependencies --- templates/dart/pubspec.yaml.twig | 2 +- templates/flutter/pubspec.yaml.twig | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/dart/pubspec.yaml.twig b/templates/dart/pubspec.yaml.twig index 72948b603..5194b6e0c 100644 --- a/templates/dart/pubspec.yaml.twig +++ b/templates/dart/pubspec.yaml.twig @@ -8,7 +8,7 @@ documentation: {{ spec.contactURL }} environment: sdk: '>=2.17.0 <3.0.0' dependencies: - http: ^0.13.5 + http: '>=0.13.5 <1.0.1' dev_dependencies: lints: ^2.0.1 diff --git a/templates/flutter/pubspec.yaml.twig b/templates/flutter/pubspec.yaml.twig index 93ece12a5..8282aad84 100644 --- a/templates/flutter/pubspec.yaml.twig +++ b/templates/flutter/pubspec.yaml.twig @@ -18,17 +18,17 @@ environment: dependencies: flutter: sdk: flutter - cookie_jar: ^4.0.1 - device_info_plus: ^8.2.0 + cookie_jar: ^4.0.2 + device_info_plus: ^9.0.2 flutter_web_auth_2: ^2.1.4 - http: ^0.13.5 - package_info_plus: ^3.1.0 + http: '>=0.13.5 <1.0.1' + package_info_plus: ^4.0.2 path_provider: ^2.0.14 web_socket_channel: ^2.4.0 - universal_html: ^2.2.1 + universal_html: ^2.2.2 dev_dependencies: - path_provider_platform_interface: ^2.0.5 + path_provider_platform_interface: ^2.0.6 flutter_lints: ^2.0.1 flutter_test: sdk: flutter From 90916854ce56318b4b54c8e8da749eba127bd59e Mon Sep 17 00:00:00 2001 From: Bishwajeet Parhi <62933155+2002Bishwajeet@users.noreply.github.com> Date: Sun, 4 Jun 2023 10:31:05 +0530 Subject: [PATCH 2/6] Update templates/dart/pubspec.yaml.twig Co-authored-by: Damodar Lohani --- templates/dart/pubspec.yaml.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/dart/pubspec.yaml.twig b/templates/dart/pubspec.yaml.twig index 5194b6e0c..50968e292 100644 --- a/templates/dart/pubspec.yaml.twig +++ b/templates/dart/pubspec.yaml.twig @@ -8,7 +8,7 @@ documentation: {{ spec.contactURL }} environment: sdk: '>=2.17.0 <3.0.0' dependencies: - http: '>=0.13.5 <1.0.1' + http: '>=0.13.6 <1.0.1' dev_dependencies: lints: ^2.0.1 From b5ad44cdd3ddc639fff75d5bdf0b4dd8ad23015f Mon Sep 17 00:00:00 2001 From: Bishwajeet Parhi <62933155+2002Bishwajeet@users.noreply.github.com> Date: Sun, 4 Jun 2023 10:31:12 +0530 Subject: [PATCH 3/6] Update templates/flutter/pubspec.yaml.twig Co-authored-by: Damodar Lohani --- templates/flutter/pubspec.yaml.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/flutter/pubspec.yaml.twig b/templates/flutter/pubspec.yaml.twig index 8282aad84..e7e99c525 100644 --- a/templates/flutter/pubspec.yaml.twig +++ b/templates/flutter/pubspec.yaml.twig @@ -21,7 +21,7 @@ dependencies: cookie_jar: ^4.0.2 device_info_plus: ^9.0.2 flutter_web_auth_2: ^2.1.4 - http: '>=0.13.5 <1.0.1' + http: '>=0.13.6 <1.0.1' package_info_plus: ^4.0.2 path_provider: ^2.0.14 web_socket_channel: ^2.4.0 From ab68df3505d5eaf6b0d882da3915b0522a5e3e19 Mon Sep 17 00:00:00 2001 From: Bishwajeet Parhi <62933155+2002Bishwajeet@users.noreply.github.com> Date: Tue, 6 Jun 2023 00:07:27 +0530 Subject: [PATCH 4/6] Update templates/flutter/pubspec.yaml.twig Co-authored-by: Damodar Lohani --- templates/flutter/pubspec.yaml.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/flutter/pubspec.yaml.twig b/templates/flutter/pubspec.yaml.twig index e7e99c525..cd03771ed 100644 --- a/templates/flutter/pubspec.yaml.twig +++ b/templates/flutter/pubspec.yaml.twig @@ -18,7 +18,7 @@ environment: dependencies: flutter: sdk: flutter - cookie_jar: ^4.0.2 + cookie_jar: ^4.0.3 device_info_plus: ^9.0.2 flutter_web_auth_2: ^2.1.4 http: '>=0.13.6 <1.0.1' From c534b141e3cd02673f613b4ed521d601c9dc51c5 Mon Sep 17 00:00:00 2001 From: Bishwajeet Parhi <62933155+2002Bishwajeet@users.noreply.github.com> Date: Tue, 6 Jun 2023 00:07:57 +0530 Subject: [PATCH 5/6] Update templates/flutter/pubspec.yaml.twig Co-authored-by: Damodar Lohani --- templates/flutter/pubspec.yaml.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/flutter/pubspec.yaml.twig b/templates/flutter/pubspec.yaml.twig index cd03771ed..ad7cf7958 100644 --- a/templates/flutter/pubspec.yaml.twig +++ b/templates/flutter/pubspec.yaml.twig @@ -25,7 +25,7 @@ dependencies: package_info_plus: ^4.0.2 path_provider: ^2.0.14 web_socket_channel: ^2.4.0 - universal_html: ^2.2.2 + universal_html: ^2.2.3 dev_dependencies: path_provider_platform_interface: ^2.0.6 From 9000bde46113a8a18cc3dbde11e5270958cec46e Mon Sep 17 00:00:00 2001 From: Bishwajeet Parhi <62933155+2002Bishwajeet@users.noreply.github.com> Date: Tue, 6 Jun 2023 00:08:31 +0530 Subject: [PATCH 6/6] Update templates/flutter/pubspec.yaml.twig Co-authored-by: Damodar Lohani --- templates/flutter/pubspec.yaml.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/flutter/pubspec.yaml.twig b/templates/flutter/pubspec.yaml.twig index ad7cf7958..d9de3cd5e 100644 --- a/templates/flutter/pubspec.yaml.twig +++ b/templates/flutter/pubspec.yaml.twig @@ -23,7 +23,7 @@ dependencies: flutter_web_auth_2: ^2.1.4 http: '>=0.13.6 <1.0.1' package_info_plus: ^4.0.2 - path_provider: ^2.0.14 + path_provider: ^2.0.15 web_socket_channel: ^2.4.0 universal_html: ^2.2.3