mirror of https://github.com/AMT-Cheif/drift.git
Support latest analyzer
This commit is contained in:
parent
ddede9a8e2
commit
35dae8b044
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue