Skip to content

Commit b024276

Browse files
authored
Temporarily limit source_span to 1.4.x (#570)
Getting all the tests update and the output looking nice is proving more difficult than expected, and I want to unblock other pull requests for Dart Sass in the meantime.
1 parent 3368e89 commit b024276

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
@@ -20,7 +20,9 @@ dependencies:
2020
package_resolver: "^1.0.0"
2121
path: "^1.6.0"
2222
source_maps: "^0.10.5"
23-
source_span: "^1.4.0"
23+
# Temporarily limit source_span to 1.4.x so we can land other fixes before we
24+
# fix all the tests for the new source_span format. See #566.
25+
source_span: ">=1.4.0 <1.5.0"
2426
stack_trace: ">=0.9.0 <2.0.0"
2527
stream_transform: "^0.0.1"
2628
string_scanner: ">=0.1.5 <2.0.0"

0 commit comments

Comments
 (0)