Skip to content

Commit 6118ded

Browse files
committed
Don't upgrade source_span to avoid formatting changes
1 parent b3823c9 commit 6118ded

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ dependencies:
2121
package_resolver: "^1.0.0"
2222
path: "^1.6.0"
2323
source_maps: "^0.10.5"
24-
source_span: "^1.4.0"
24+
25+
# Temporarily limit this until #926 lands.
26+
source_span: ">=1.4.0 <1.6.0"
2527
stack_trace: ">=0.9.0 <2.0.0"
2628
stream_transform: ">=0.0.20 <2.0.0"
2729
string_scanner: ">=0.1.5 <2.0.0"

0 commit comments

Comments
 (0)