From 3d4b6f45fe38d38aec728f0be444738ad99def2c Mon Sep 17 00:00:00 2001 From: Robert Stevens Date: Tue, 5 Oct 2021 23:34:57 -0400 Subject: [PATCH] Updated the dart english_words package to 4.0.0 (#907) --- form_app/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form_app/pubspec.yaml b/form_app/pubspec.yaml index d3149c638..8295e7e60 100644 --- a/form_app/pubspec.yaml +++ b/form_app/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: http: ^0.12.0 mockito: ^5.0.0 json_annotation: any - english_words: ^3.1.0 + english_words: ^4.0.0 dev_dependencies: flutter_test: