mirror of https://github.com/AMT-Cheif/drift.git
Upgrade dev dependencies in drift
This commit is contained in:
parent
11e31cc653
commit
9bcaeddb3b
|
@ -30,7 +30,7 @@ dev_dependencies:
|
||||||
drift_dev: any
|
drift_dev: any
|
||||||
drift_testcases:
|
drift_testcases:
|
||||||
path: ../extras/integration_tests/drift_testcases
|
path: ../extras/integration_tests/drift_testcases
|
||||||
http: ^0.13.4
|
http: ^1.2.1
|
||||||
lints: ^3.0.0
|
lints: ^3.0.0
|
||||||
uuid: ^4.0.0
|
uuid: ^4.0.0
|
||||||
build_runner: ^2.0.0
|
build_runner: ^2.0.0
|
||||||
|
@ -39,4 +39,4 @@ dev_dependencies:
|
||||||
rxdart: ^0.27.0
|
rxdart: ^0.27.0
|
||||||
shelf: ^1.3.0
|
shelf: ^1.3.0
|
||||||
test_descriptor: ^2.0.1
|
test_descriptor: ^2.0.1
|
||||||
vm_service: ^13.0.0
|
vm_service: ^14.0.0
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## 3.35.0
|
## 0.35.0
|
||||||
|
|
||||||
- Fix parsing binary literals.
|
- Fix parsing binary literals.
|
||||||
- Expand support for `IN` expressions, they now support tuples on the left-hand
|
- Expand support for `IN` expressions, they now support tuples on the left-hand
|
||||||
|
|
Loading…
Reference in New Issue