Skip to content

Commit

Permalink
build(deps): bump lints from 3.0.0 to 4.0.0 in /sqflite (#2056)
Browse files Browse the repository at this point in the history
* build(deps): bump lints from 3.0.0 to 4.0.0 in /sqflite

Bumps [lints](https://github.com/dart-lang/lints) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/dart-lang/lints/releases)
- [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md)
- [Commits](dart-lang/lints@v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: lints
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GIancarlo Buenaflor <giancarlo_buenaflor@yahoo.com>
  • Loading branch information
dependabot[bot] and buenaflor committed Jun 10, 2024
1 parent d979c86 commit 71ba27c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sqflite/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
path: ^1.8.3

dev_dependencies:
lints: ^3.0.0
lints: ^4.0.0
flutter_test:
sdk: flutter
coverage: ^1.3.0
Expand Down
1 change: 1 addition & 0 deletions sqflite/test/sentry_batch_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@TestOn('vm')
library sqflite_test;

import 'package:sentry/sentry.dart';
import 'package:sentry_sqflite/sentry_sqflite.dart';
Expand Down
1 change: 1 addition & 0 deletions sqflite/test/sentry_database_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@TestOn('vm')
library sqflite_test;

import 'package:sentry/sentry.dart';
import 'package:sentry/src/sentry_tracer.dart';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@TestOn('vm')
library sqflite_test;

import 'package:sentry/sentry.dart';
import 'package:sentry/src/sentry_tracer.dart';
Expand Down
1 change: 1 addition & 0 deletions sqflite/test/sentry_sqflite_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@TestOn('vm')
library sqflite_test;

import 'package:sentry/sentry.dart';
import 'package:sentry_sqflite/sentry_sqflite.dart';
Expand Down
1 change: 1 addition & 0 deletions sqflite/test/version_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@TestOn('vm')
library sqflite_test;

import 'dart:io';

Expand Down

0 comments on commit 71ba27c

Please sign in to comment.