diff --git a/pkg/node_preamble/lib/preamble.dart b/pkg/node_preamble/lib/preamble.dart index 3af21c37316..93a2b106c98 100644 --- a/pkg/node_preamble/lib/preamble.dart +++ b/pkg/node_preamble/lib/preamble.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -String getPreamble({bool minified = false}) => - throw UnsupportedError( - 'Stub only, this package is not supported in the Dart SDK', - ); +String getPreamble({bool minified = false}) => throw UnsupportedError( + 'Stub only, this package is not supported in the Dart SDK', +); diff --git a/pkg/node_preamble/pubspec.yaml b/pkg/node_preamble/pubspec.yaml index 1e16b9924a4..ee228945f07 100644 --- a/pkg/node_preamble/pubspec.yaml +++ b/pkg/node_preamble/pubspec.yaml @@ -1,7 +1,7 @@ # This is just a stub, not the real node_preamble package name: node_preamble environment: - sdk: ^3.7.0 + sdk: ^3.8.0 resolution: workspace