Skip to content

Commit 0619348

Browse files
Bump code_assets and hooks
Bumps [code_assets](https://github.com/dart-lang/native/tree/main/pkgs) and [hooks](https://github.com/dart-lang/native/tree/main/pkgs). These dependencies needed to be updated together. Updates `code_assets` from 0.19.10 to 1.0.0 - [Release notes](https://github.com/dart-lang/native/releases) - [Commits](https://github.com/dart-lang/native/commits/code_assets-v1.0.0/pkgs) Updates `hooks` from 0.20.5 to 1.0.0 - [Release notes](https://github.com/dart-lang/native/releases) - [Commits](https://github.com/dart-lang/native/commits/hooks-v1.0.0/pkgs) --- updated-dependencies: - dependency-name: code_assets dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: hooks dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a77b2d commit 0619348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ environment:
1515

1616
dependencies:
1717
change_case: ^2.2.0
18-
code_assets: ^0.19.5
18+
code_assets: ">=0.19.5 <2.0.0"
1919
glob: ^2.1.3
20-
hooks: ^0.20.0
20+
hooks: ">=0.20.0 <2.0.0"
2121
logging: ^1.3.0
2222
meta: ^1.16.0
2323
path: ^1.9.1

0 commit comments

Comments
 (0)