Skip to content

Commit

Permalink
Bump dart_flutter_team_lints from 2.1.1 to 3.1.0 in /build_web_compil…
Browse files Browse the repository at this point in the history
…ers (#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] <support@github.com>

* remove library name

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jake Macdonald <jakemac@google.com>
  • Loading branch information
dependabot[bot] and jakemac53 committed May 15, 2024
1 parent f315e80 commit 47d9063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_web_compilers/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dev_dependencies:
path: test/fixtures/b
build_runner: ^2.0.0
build_test: ^2.0.0
dart_flutter_team_lints: ^2.0.0
dart_flutter_team_lints: ^3.1.0
test: ^1.16.0

topics:
Expand Down
2 changes: 1 addition & 1 deletion build_web_compilers/web/stack_trace_mapper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/// of the application is compiled with DDC or could be compiled with DDC.
@JS()
library stack_trace_mapper;
library;

import 'dart:convert';

Expand Down

0 comments on commit 47d9063

Please sign in to comment.