sass / dart-sass

The reference implementation of Sass, written in Dart.
https://sass-lang.com/dart-sass
MIT License
3.9k stars 352 forks source link

Update pubspec.yaml #2321

Closed ntkme closed 3 weeks ago

ntkme commented 3 weeks ago

For normal dependencies sometimes we use a range that covers multiple major versions to allow wilder selection for increased compatibility with other sibling libraries which may not be up to date. However, for dev dependencies, there isn't any good reason to use a large range that covers multiple major version because dev dependencies will not be installed as transitive dependencies.

This PR replaces the ranged version of dev dependencies with caret syntax.

Closes #2320. - It looks like we're also hitting a bug in dependabot that it keeps sends us empty PR with no actual changes to update dartdoc.