chore(libs): updated to latest dart_gherkin release

This commit is contained in:
Jon Samwell 2021-11-24 07:17:17 +11:00
parent c5d9197241
commit c7281d692a
6 changed files with 11 additions and 7 deletions

View File

@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"integration_test","path":"C:\\\\Google\\\\flutter\\\\packages\\\\integration_test\\\\","dependencies":[]}],"android":[{"name":"integration_test","path":"C:\\\\Google\\\\flutter\\\\packages\\\\integration_test\\\\","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"integration_test","dependencies":[]}],"date_created":"2021-11-18 15:13:39.432908","version":"2.5.3"}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"integration_test","path":"C:\\\\Google\\\\flutter\\\\packages\\\\integration_test\\\\","dependencies":[]}],"android":[{"name":"integration_test","path":"C:\\\\Google\\\\flutter\\\\packages\\\\integration_test\\\\","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"integration_test","dependencies":[]}],"date_created":"2021-11-24 07:12:59.207785","version":"2.5.3"}

View File

@ -1,3 +1,7 @@
## [3.0.0-rc.9] - 18/11/2021
- Fix: #172: Fix for the `StdoutReporter` when running against the web
## [3.0.0-rc.8] - 18/11/2021
- Fix: #165: Fix when generating empty feature files - many thanks to @AFASbart for the PR.

View File

@ -213,7 +213,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.0.0-rc.7"
version: "3.0.0-rc.9"
flutter_simple_dependency_injection:
dependency: "direct main"
description:
@ -249,7 +249,7 @@ packages:
name: gherkin
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.7"
version: "2.0.8"
glob:
dependency: transitive
description:

View File

@ -160,7 +160,7 @@ packages:
name: gherkin
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.7"
version: "2.0.8"
glob:
dependency: "direct main"
description:

View File

@ -1,6 +1,6 @@
name: flutter_gherkin
description: A Gherkin / Cucumber parser and test runner for Dart and Flutter
version: 3.0.0-rc.8
version: 3.0.0-rc.9
homepage: https://github.com/jonsamwell/flutter_gherkin
environment:
@ -18,7 +18,7 @@ dependencies:
sdk: flutter
analyzer: ">=1.7.1 <3.0.0"
collection: ^1.15.0
gherkin: ^2.0.7
gherkin: ^2.0.8
source_gen: ^1.1.1
build: ^2.1.1
glob: ^2.0.2