mirror of https://github.com/AMT-Cheif/drift.git
Upgrade dependencies of moor_generator
This commit is contained in:
parent
e159a63990
commit
f5996cb957
|
@ -10,16 +10,16 @@ environment:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
collection: ^1.14.0
|
collection: ^1.14.0
|
||||||
recase: '>=2.0.1 <4.0.0'
|
recase: '>=2.0.1 <5.0.0'
|
||||||
meta: ^1.1.0
|
meta: ^1.1.0
|
||||||
path: ^1.6.0
|
path: ^1.6.0
|
||||||
json_annotation: ^3.0.0
|
json_annotation: ^4.0.0-nullsafety
|
||||||
stream_transform: '>=0.0.20 <2.0.0'
|
stream_transform: '>=0.1.0 <3.0.0'
|
||||||
|
|
||||||
# CLI
|
# CLI
|
||||||
args: ^1.5.0
|
args: ">=1.5.0 <3.0.0"
|
||||||
logging: '>=0.11.0 <1.0.0'
|
logging: '>=0.11.0 <2.0.0'
|
||||||
cli_util: '>=0.1.0 <0.3.0'
|
cli_util: '>=0.2.0 <0.4.0'
|
||||||
|
|
||||||
# Moor-specific analysis and apis
|
# Moor-specific analysis and apis
|
||||||
moor: ^4.0.0-nullsafety
|
moor: ^4.0.0-nullsafety
|
||||||
|
@ -42,13 +42,13 @@ dev_dependencies:
|
||||||
test: ^1.6.0
|
test: ^1.6.0
|
||||||
build_runner: ^1.6.7
|
build_runner: ^1.6.7
|
||||||
build_test: ^0.10.10
|
build_test: ^0.10.10
|
||||||
json_serializable: ^3.0.0
|
json_serializable: ^4.0.0-nullsafety
|
||||||
|
|
||||||
executables:
|
executables:
|
||||||
moor_generator:
|
moor_generator:
|
||||||
|
|
||||||
#dependency_overrides:
|
dependency_overrides:
|
||||||
# sqlparser:
|
sqlparser:
|
||||||
# path: ../sqlparser
|
path: ../sqlparser
|
||||||
# moor:
|
moor:
|
||||||
# path: ../moor
|
path: ../moor
|
Loading…
Reference in New Issue