diff --git a/packages/dynamic_layouts/example/pubspec.yaml b/packages/dynamic_layouts/example/pubspec.yaml index cb660ec999..55a027ff0e 100644 --- a/packages/dynamic_layouts/example/pubspec.yaml +++ b/packages/dynamic_layouts/example/pubspec.yaml @@ -9,7 +9,7 @@ environment: sdk: ">=2.17.3 <3.0.0" dependencies: - cupertino_icons: ^1.0.2 + cupertino_icons: ^1.0.5 dynamic_layouts: path: ../ flutter: diff --git a/packages/pigeon/platform_tests/ios_unit_tests/pubspec.yaml b/packages/pigeon/platform_tests/ios_unit_tests/pubspec.yaml index 1354ce6aa9..c05bfcdf85 100644 --- a/packages/pigeon/platform_tests/ios_unit_tests/pubspec.yaml +++ b/packages/pigeon/platform_tests/ios_unit_tests/pubspec.yaml @@ -18,7 +18,7 @@ environment: sdk: ">=2.12.0 <3.0.0" dependencies: - cupertino_icons: ^0.1.2 + cupertino_icons: ^1.0.5 flutter: sdk: flutter diff --git a/packages/web_benchmarks/testing/test_app/pubspec.yaml b/packages/web_benchmarks/testing/test_app/pubspec.yaml index eb671395eb..4b4cb4e83b 100644 --- a/packages/web_benchmarks/testing/test_app/pubspec.yaml +++ b/packages/web_benchmarks/testing/test_app/pubspec.yaml @@ -9,7 +9,7 @@ environment: sdk: '>=2.17.0 <3.0.0' dependencies: - cupertino_icons: ^0.1.3 + cupertino_icons: ^1.0.5 flutter: sdk: flutter flutter_test: