Skip to content

Commit f5c385d

Browse files
authoredDec 30, 2024··
Support the latest DartDoc (#2472)
The bug we were working around has been fixed in dart-lang/dartdoc#3951.
1 parent fb55782 commit f5c385d

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 <8.3.1" # dart-lang/dartdoc#3947
16+
dartdoc: ^8.0.14
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: ^3.0.0
45-
dartdoc: ">=8.0.14 <8.3.1" # dart-lang/dartdoc#3947
45+
dartdoc: ^8.0.14
4646
grinder: ^0.9.0
4747
node_preamble: ^2.0.2
4848
lints: ">=4.0.0 <6.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.