diff --git a/moor_ffi/pubspec.yaml b/moor_ffi/pubspec.yaml index e1b733d0..8d3e72cb 100644 --- a/moor_ffi/pubspec.yaml +++ b/moor_ffi/pubspec.yaml @@ -16,6 +16,8 @@ dependencies: dev_dependencies: test: ^1.6.0 path: ^1.6.0 + # TODO: This is a temporary workaround, revert after https://github.com/dart-lang/sdk/issues/39702 + analyzer: '<0.39.2' flutter: plugin: diff --git a/sqlparser/pubspec.yaml b/sqlparser/pubspec.yaml index 4c8b67b2..e400b7e0 100644 --- a/sqlparser/pubspec.yaml +++ b/sqlparser/pubspec.yaml @@ -15,5 +15,7 @@ dependencies: source_span: ^1.5.5 dev_dependencies: - test: ^1.9.0 + test: ^1.9.4 path: ^1.6.0 + # TODO: This is a temporary workaround, revert after https://github.com/dart-lang/sdk/issues/39702 + analyzer: '<0.39.2' \ No newline at end of file