Skip to content

Commit

Permalink
Update dependencies of snippet tool (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer authored Feb 28, 2024
1 parent 644d130 commit 91b0784
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions packages/snippets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.1

* Update dependencies.

## 0.4.0

* Fix absolute path usage for --output-directory.
Expand Down
26 changes: 13 additions & 13 deletions packages/snippets/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@ name: snippets
description: A package for parsing and manipulating code samples in Flutter repo dartdoc comments.
repository: https://github.com/flutter/assets-for-api-docs/tree/main/packages/snippets
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+snippets%22
version: 0.4.0
version: 0.4.1

environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
analyzer: ^6.1.0
args: ^2.0.0
dart_style: ^2.3.1
analyzer: ^6.4.1
args: ^2.4.2
dart_style: ^2.3.4
file: ^7.0.0
interval_tree: ^0.4.1
meta: ^1.3.0
path: ^1.8.0
platform: ^3.0.0
process: ^5.0.1
pub_semver: ^2.0.0
quiver: ^3.0.0
recase: ^4.0.0
meta: ^1.12.0
path: ^1.9.0
platform: ^3.1.4
process: ^5.0.2
pub_semver: ^2.1.4
quiver: ^3.2.1
recase: ^4.1.0

dev_dependencies:
watcher: ^1.0.0
test: ^1.21.1
watcher: ^1.1.0
test: ^1.25.2

executables:
snippets:

0 comments on commit 91b0784

Please sign in to comment.