mirror of https://github.com/AMT-Cheif/drift.git
Support latest analyzer
This commit is contained in:
parent
0563a7fa15
commit
48f1aa8437
|
@ -30,8 +30,8 @@ dependencies:
|
||||||
sqlparser: ^0.19.0
|
sqlparser: ^0.19.0
|
||||||
|
|
||||||
# Dart analysis
|
# Dart analysis
|
||||||
analyzer: "^2.1.0"
|
analyzer: ">=2.1.0 <4.0.0"
|
||||||
analyzer_plugin: ^0.8.0
|
analyzer_plugin: '>=0.8.0 <0.10.0'
|
||||||
source_span: ^1.5.5
|
source_span: ^1.5.5
|
||||||
package_config: ^2.0.0
|
package_config: ^2.0.0
|
||||||
pub_semver: ^2.0.0
|
pub_semver: ^2.0.0
|
||||||
|
@ -49,7 +49,7 @@ dev_dependencies:
|
||||||
test_descriptor: ^2.0.0
|
test_descriptor: ^2.0.0
|
||||||
build_runner: ^2.0.0
|
build_runner: ^2.0.0
|
||||||
build_test: ^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
|
# Used to test the migration from moor to drift
|
||||||
moor: any
|
moor: any
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue