Skip to content

Commit 47d9063

Browse files
Bump dart_flutter_team_lints from 2.1.1 to 3.1.0 in /build_web_compilers (#3689)
* Bump dart_flutter_team_lints from 2.1.1 to 3.1.0 in /build_web_compilers Bumps [dart_flutter_team_lints](https://github.com/dart-lang/ecosystem/tree/main/pkgs) from 2.1.1 to 3.1.0. - [Release notes](https://github.com/dart-lang/ecosystem/releases) - [Commits](https://github.com/dart-lang/ecosystem/commits/dart_flutter_team_lints-v3.1.0/pkgs) --- updated-dependencies: - dependency-name: dart_flutter_team_lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * remove library name --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jake Macdonald <[email protected]>
1 parent f315e80 commit 47d9063

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_web_compilers/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dev_dependencies:
3131
path: test/fixtures/b
3232
build_runner: ^2.0.0
3333
build_test: ^2.0.0
34-
dart_flutter_team_lints: ^2.0.0
34+
dart_flutter_team_lints: ^3.1.0
3535
test: ^1.16.0
3636

3737
topics:

build_web_compilers/web/stack_trace_mapper.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/// of the application is compiled with DDC or could be compiled with DDC.
2121
2222
@JS()
23-
library stack_trace_mapper;
23+
library;
2424

2525
import 'dart:convert';
2626

0 commit comments

Comments
 (0)