Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/dart_only/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
sdk: ^3.9.0

dependencies:
hooks: ^1.0.3
hooks: ^2.0.2
native_toolchain_rust: ^1.0.4

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion examples/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
dependencies:
flutter:
sdk: flutter
hooks: ^1.0.3
hooks: ^2.0.2
native_toolchain_rust: ^1.0.4

dev_dependencies:
Expand Down
6 changes: 3 additions & 3 deletions native_toolchain_rust/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ environment:
sdk: ^3.9.0

dependencies:
code_assets: ^1.0.0
hooks: ^1.0.3
code_assets: ^1.2.1
hooks: ^2.0.2
logging: ^1.3.0
meta: ^1.16.0
meta: ^1.17.0
path: ^1.9.1
toml: ^0.18.0

Expand Down
14 changes: 7 additions & 7 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ packages:
dependency: transitive
description:
name: code_assets
sha256: "83ccdaa064c980b5596c35dd64a8d3ecc68620174ab9b90b6343b753aa721687"
sha256: bf394f466ba9205f1812a0433b392d6af280f155f56651eda7c18cc32ed493b8
url: "https://pub.dev"
source: hosted
version: "1.0.0"
version: "1.2.1"
collection:
dependency: transitive
description:
Expand Down Expand Up @@ -241,10 +241,10 @@ packages:
dependency: transitive
description:
name: hooks
sha256: "025f060e86d2d4c3c47b56e33caf7f93bf9283340f26d23424ebcfccf34f621e"
sha256: "9a62a50b50b769a737bc0a8ff381f333529df3ab746b2f6b02e83760231455ba"
url: "https://pub.dev"
source: hosted
version: "1.0.3"
version: "2.0.2"
http:
dependency: transitive
description:
Expand Down Expand Up @@ -342,10 +342,10 @@ packages:
dependency: "direct dev"
description:
name: melos
sha256: "6dfe6cdf24863ef125bfe75d6b7b1eb192430570a27722e539a453f2cf9704e7"
sha256: "9dcac9ca25da86540d1e843f85fffb29967cc5c79d76ca1aacddb57590cee84e"
url: "https://pub.dev"
source: hosted
version: "7.7.0"
version: "7.8.0"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -720,5 +720,5 @@ packages:
source: hosted
version: "2.2.4"
sdks:
dart: ">=3.10.0 <4.0.0"
dart: ">=3.11.0 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace:
- examples/flutter

dev_dependencies:
melos: ^7.7.0
melos: ^7.8.0
very_good_analysis: ^10.2.0

melos:
Expand Down
Loading