From ea8837774bf9fbb3d70a000c9a1e7af2b46f40a5 Mon Sep 17 00:00:00 2001 From: lanes100 Date: Wed, 5 Jun 2024 16:20:15 -0700 Subject: [PATCH 1/6] Update intl to 0.18.1 Update collection to 1.18.0 --- honey/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/honey/pubspec.yaml b/honey/pubspec.yaml index 68b9293..6229905 100644 --- a/honey/pubspec.yaml +++ b/honey/pubspec.yaml @@ -10,12 +10,12 @@ environment: dependencies: antlr4: ^4.11.1 - collection: ^1.15.0 + collection: ^1.18.0 flutter: sdk: flutter flutter_test: sdk: flutter - intl: ^0.17.0 + intl: ^0.18.1 dev_dependencies: very_good_analysis: ^3.1.0 From 0f8f7404bbab5a9fa952ca5713c898d46204ae05 Mon Sep 17 00:00:00 2001 From: Noah Gonzalez Date: Fri, 14 Jun 2024 16:10:28 -0700 Subject: [PATCH 2/6] Create pubspec.yaml --- pubspec.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pubspec.yaml diff --git a/pubspec.yaml b/pubspec.yaml new file mode 100644 index 0000000..6229905 --- /dev/null +++ b/pubspec.yaml @@ -0,0 +1,21 @@ +name: honey +description: The sweet side of testing. An end to end testing framework for Flutter. +version: 0.1.2 +homepage: https://honey.dev +repository: https://github.com/clickup/honey + +environment: + sdk: ">=2.18.0 <3.0.0" + flutter: ">=3.0.0" + +dependencies: + antlr4: ^4.11.1 + collection: ^1.18.0 + flutter: + sdk: flutter + flutter_test: + sdk: flutter + intl: ^0.18.1 + +dev_dependencies: + very_good_analysis: ^3.1.0 From c2655d93a3d5232efc55a957146bb8a5ab0b2690 Mon Sep 17 00:00:00 2001 From: Noah Gonzalez Date: Fri, 14 Jun 2024 16:11:40 -0700 Subject: [PATCH 3/6] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6229905..593a97b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: sdk: flutter flutter_test: sdk: flutter - intl: ^0.18.1 + intl: ^0.19.0 dev_dependencies: very_good_analysis: ^3.1.0 From 7244c040d80cbc838fae211310cc45757ab1d7e2 Mon Sep 17 00:00:00 2001 From: Noah Gonzalez Date: Fri, 14 Jun 2024 16:11:55 -0700 Subject: [PATCH 4/6] Update pubspec.yaml --- honey/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/honey/pubspec.yaml b/honey/pubspec.yaml index 6229905..593a97b 100644 --- a/honey/pubspec.yaml +++ b/honey/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: sdk: flutter flutter_test: sdk: flutter - intl: ^0.18.1 + intl: ^0.19.0 dev_dependencies: very_good_analysis: ^3.1.0 From 85740ec754ed1368a67b4ed698f0e306c50cd8d0 Mon Sep 17 00:00:00 2001 From: Noah Gonzalez Date: Mon, 17 Jun 2024 09:38:24 -0700 Subject: [PATCH 5/6] Update pubspec.yaml --- honey/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/honey/pubspec.yaml b/honey/pubspec.yaml index 593a97b..a6c326d 100644 --- a/honey/pubspec.yaml +++ b/honey/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: antlr4: ^4.11.1 - collection: ^1.18.0 + collection: ^1.19.0 flutter: sdk: flutter flutter_test: From f8270b978e626b6ce14672036d104b1d8d69027c Mon Sep 17 00:00:00 2001 From: Noah Gonzalez Date: Mon, 17 Jun 2024 09:42:07 -0700 Subject: [PATCH 6/6] Update pubspec.yaml --- honey/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/honey/pubspec.yaml b/honey/pubspec.yaml index a6c326d..593a97b 100644 --- a/honey/pubspec.yaml +++ b/honey/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: antlr4: ^4.11.1 - collection: ^1.19.0 + collection: ^1.18.0 flutter: sdk: flutter flutter_test: