-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update Dart SDK constraints for compatibility
Updated the minimum required Dart SDK from 3.2.0 to 3.0.0 to ensure compatibility.
- Loading branch information
Showing
3 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
name: dart_quill_delta | ||
description: "A Dart port of quill-js-delta, offering a simple and expressive JSON format for describing rich-text content and its changes." | ||
version: 10.8.1 | ||
version: 10.8.2 | ||
homepage: https://github.com/FlutterQuill/dart-quill-delta | ||
repository: https://github.com/FlutterQuill/dart-quill-delta | ||
issue_tracker: https://github.com/FlutterQuill/dart-quill-delta/issues | ||
documentation: https://github.com/FlutterQuill/dart-quill-delta | ||
|
||
environment: | ||
sdk: ^3.2.3 | ||
sdk: ^3.0.0 | ||
|
||
dependencies: | ||
collection: ^1.17.0 | ||
diff_match_patch: ^0.4.1 | ||
quiver: ^3.2.1 | ||
|
||
dev_dependencies: | ||
lints: ^4.0.0 | ||
test: ^1.24.0 | ||
lints: ^5.0.0 | ||
test: ^1.25.8 |