diff --git a/examples/dart_only/pubspec.yaml b/examples/dart_only/pubspec.yaml index 9fc948a..39c3558 100644 --- a/examples/dart_only/pubspec.yaml +++ b/examples/dart_only/pubspec.yaml @@ -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: diff --git a/examples/flutter/pubspec.yaml b/examples/flutter/pubspec.yaml index cb04c55..ae90216 100644 --- a/examples/flutter/pubspec.yaml +++ b/examples/flutter/pubspec.yaml @@ -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: diff --git a/native_toolchain_rust/pubspec.yaml b/native_toolchain_rust/pubspec.yaml index 939c161..5e34a5f 100644 --- a/native_toolchain_rust/pubspec.yaml +++ b/native_toolchain_rust/pubspec.yaml @@ -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 diff --git a/pubspec.lock b/pubspec.lock index 50fc615..5f2c423 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: @@ -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: @@ -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: @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml index 1361cb4..b59b405 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ workspace: - examples/flutter dev_dependencies: - melos: ^7.7.0 + melos: ^7.8.0 very_good_analysis: ^10.2.0 melos: