Support latest analyzer

This commit is contained in:
Simon Binder 2022-01-10 13:09:47 +01:00
parent ddede9a8e2
commit 35dae8b044
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 3 additions and 3 deletions

View File

@ -30,8 +30,8 @@ dependencies:
sqlparser: ^0.19.0
# Dart analysis
analyzer: "^2.1.0"
analyzer_plugin: ^0.8.0
analyzer: ">=2.1.0 <4.0.0"
analyzer_plugin: '>=0.8.0 <0.10.0'
source_span: ^1.5.5
package_config: ^2.0.0
pub_semver: ^2.0.0
@ -49,7 +49,7 @@ dev_dependencies:
test_descriptor: ^2.0.0
build_runner: ^2.0.0
build_test: ^2.0.0
json_serializable: ^5.0.0
json_serializable: ^6.1.3
# Used to test the migration from moor to drift
moor: any