Skip to content

Commit 6f4584c

Browse files
authoredDec 19, 2024
Avoid a broken Dartdoc release (#2469)
1 parent f0f605a commit 6f4584c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pkg/sass_api/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
sass: 1.83.0
1414

1515
dev_dependencies:
16-
dartdoc: ^8.0.14
16+
dartdoc: ">=8.0.14 <8.3.1" # dart-lang/dartdoc#3947
1717

1818
dependency_overrides:
1919
sass: { path: ../.. }

‎pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dev_dependencies:
4242
archive: ^3.1.2
4343
crypto: ^3.0.0
4444
dart_style: ^2.0.0
45-
dartdoc: ^8.0.14
45+
dartdoc: ">=8.0.14 <8.3.1" # dart-lang/dartdoc#3947
4646
grinder: ^0.9.0
4747
node_preamble: ^2.0.2
4848
lints: ">=4.0.0 <6.0.0"

0 commit comments

Comments
 (0)