Skip to content

Commit df74664

Browse files
committed
custom_lint_visitor for analyzer 7.0.0
1 parent bc5ba8f commit df74664

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/custom_lint_visitor/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: custom_lint_visitor
2-
version: 1.0.0+6.11.0
2+
version: 1.0.0+7.0.0
33
description: A package that exports visitors for CustomLint.
44
repository: https://github.com/invertase/dart_custom_lint
55

66
environment:
77
sdk: ">=3.0.0 <4.0.0"
88

99
dependencies:
10-
analyzer: 6.11.0
10+
analyzer: 7.0.0
1111

1212
dev_dependencies:
1313
build_runner: ^2.3.3

packages/lint_visitor_generator/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ environment:
55
sdk: ">=3.0.0 <4.0.0"
66

77
dependencies:
8-
analyzer: ^6.6.0
8+
analyzer: ^7.0.0
99
build: ^2.3.1
1010
build_config: ^1.1.0
1111
collection: ^1.17.1
1212
meta: ^1.7.0
13-
source_gen: ^1.2.3
13+
source_gen: ^2.0.0
1414

1515
dev_dependencies:
1616
build_runner: ^2.2.0

0 commit comments

Comments
 (0)