Skip to content

Commit

Permalink
Avoid a broken Dartdoc release (#2469)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 authored Dec 19, 2024
1 parent f0f605a commit 6f4584c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/sass_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
sass: 1.83.0

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

dependency_overrides:
sass: { path: ../.. }
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dev_dependencies:
archive: ^3.1.2
crypto: ^3.0.0
dart_style: ^2.0.0
dartdoc: ^8.0.14
dartdoc: ">=8.0.14 <8.3.1" # dart-lang/dartdoc#3947
grinder: ^0.9.0
node_preamble: ^2.0.2
lints: ">=4.0.0 <6.0.0"
Expand Down

0 comments on commit 6f4584c

Please sign in to comment.