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 = '''