Revert "Limit the version of source_span (#1227)" (#1229)

This reverts commit 8afc238db7. The
upstream bug has been fixed and the fix has been published.
This commit is contained in:
Natalie Weizenbaum 2021-02-05 17:32:17 -08:00 committed by GitHub
parent 4ea9fff2bb
commit cebf71b39e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ dependencies:
package_resolver: "^1.0.0"
path: "^1.6.0"
source_maps: "^0.10.5"
source_span: ">=1.6.0 <1.8.0" # dart-lang/source_span#72
source_span: "^1.6.0"
stack_trace: ">=0.9.0 <2.0.0"
stream_transform: ">=0.0.20 <2.0.0"
string_scanner: ">=0.1.5 <2.0.0"