721ee33405
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 lines
405 B
YAML
17 lines
405 B
YAML
name: scoped_deps
|
|
description: A simple Dart library for managing scoped dependencies built on top of Zones from dart:async.
|
|
version: 0.1.0+2
|
|
homepage: https://shorebird.dev
|
|
repository: https://github.com/shorebirdtech/shorebird/tree/main/packages/scoped_deps
|
|
resolution: workspace
|
|
|
|
environment:
|
|
sdk: ">=3.9.0 <4.0.0"
|
|
|
|
dependencies:
|
|
meta: ^1.18.3
|
|
|
|
dev_dependencies:
|
|
mocktail: ^1.0.5
|
|
test: ^1.31.2
|