From aec6341cfb21f80502791c9082bac05575e0e1eb Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Sun, 3 Nov 2024 21:22:47 +0000 Subject: [PATCH] Raise the meta dependency min to v1.16.0 --- app/over_react_redux/todo_client/pubspec.yaml | 2 +- pubspec.yaml | 2 +- tools/analyzer_plugin/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/over_react_redux/todo_client/pubspec.yaml b/app/over_react_redux/todo_client/pubspec.yaml index bb65048ca..295ab6039 100644 --- a/app/over_react_redux/todo_client/pubspec.yaml +++ b/app/over_react_redux/todo_client/pubspec.yaml @@ -7,7 +7,7 @@ environment: dependencies: color: ^3.0.0 memoize: ^3.0.0 - meta: ^1.6.0 + meta: ^1.16.0 over_react: '>=4.8.4 <6.0.0' json_annotation: ^4.6.0 redux: '>=3.0.0 <6.0.0' diff --git a/pubspec.yaml b/pubspec.yaml index 9b41391a6..65be76a6d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: dart_style: ^2.0.0 js: ^0.6.1+1 logging: ^1.0.0 - meta: ^1.6.0 + meta: ^1.16.0 package_config: ^2.1.0 path: ^1.5.1 react: ^7.2.0 diff --git a/tools/analyzer_plugin/pubspec.yaml b/tools/analyzer_plugin/pubspec.yaml index a4f83c503..5a8b7fce2 100644 --- a/tools/analyzer_plugin/pubspec.yaml +++ b/tools/analyzer_plugin/pubspec.yaml @@ -9,7 +9,7 @@ dependencies: analyzer: ^5.1.0 analyzer_plugin: ^0.11.0 collection: ^1.15.0-nullsafety.4 - meta: ^1.6.0 + meta: ^1.16.0 # Upon release, this should be pinned to the over_react version from ../../pubspec.yaml # so that it always resolves to the same version of over_react that the user has pulled in, # and thus has the same boilerplate parsing code that's running in the builder.