From a46c39a1470818630249e0e5efe2c28d7518fc30 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Sun, 3 Nov 2024 21:22:49 +0000 Subject: [PATCH] Raise the meta dependency min to v1.16.0 --- pubspec.yaml | 2 +- w_flux_codemod/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index f3f6372..0628a70 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: sdk: '>=2.12.0 <3.0.0' dependencies: - meta: ^1.6.0 + meta: ^1.16.0 react: ^7.0.0 w_common: ^3.0.0 diff --git a/w_flux_codemod/pubspec.yaml b/w_flux_codemod/pubspec.yaml index 017eb57..702874b 100644 --- a/w_flux_codemod/pubspec.yaml +++ b/w_flux_codemod/pubspec.yaml @@ -19,6 +19,6 @@ dependencies: workiva_analysis_options: ^1.3.0 dev_dependencies: - meta: ^1.11.0 + meta: ^1.16.0 source_span: ^1.10.0 test: ^1.24.3