From 57c73bb57d6ece39f04a3663574e88ac7c5fb2fb Mon Sep 17 00:00:00 2001 From: Anna Gringauze Date: Fri, 7 Jul 2023 13:26:39 -0700 Subject: [PATCH] Fix webdev test failure --- webdev/pubspec.yaml | 2 +- .../{ignore_pubspec_overrides.yaml => pubspec_overrides.yaml} | 0 webdev/test/integration_test.dart | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename webdev/{ignore_pubspec_overrides.yaml => pubspec_overrides.yaml} (100%) diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index e1fe319cd..1a4af99fc 100644 --- a/webdev/pubspec.yaml +++ b/webdev/pubspec.yaml @@ -1,6 +1,6 @@ name: webdev # Every time this changes you need to run `dart run build_runner build`. -version: 3.0.6 +version: 3.0.7-wip # We should not depend on a dev SDK before publishing. # publish_to: none description: >- diff --git a/webdev/ignore_pubspec_overrides.yaml b/webdev/pubspec_overrides.yaml similarity index 100% rename from webdev/ignore_pubspec_overrides.yaml rename to webdev/pubspec_overrides.yaml diff --git a/webdev/test/integration_test.dart b/webdev/test/integration_test.dart index aa8a31930..f7ec3273d 100644 --- a/webdev/test/integration_test.dart +++ b/webdev/test/integration_test.dart @@ -264,7 +264,7 @@ dependencies: } const _supportedBuildRunnerVersion = '2.4.0'; -const _supportedWebCompilersVersion = '4.0.0'; +const _supportedWebCompilersVersion = '4.0.4'; const _supportedBuildDaemonVersion = '4.0.0'; String _pubspecYaml = '''