We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5ba8f commit df74664Copy full SHA for df74664
packages/custom_lint_visitor/pubspec.yaml
@@ -1,13 +1,13 @@
1
name: custom_lint_visitor
2
-version: 1.0.0+6.11.0
+version: 1.0.0+7.0.0
3
description: A package that exports visitors for CustomLint.
4
repository: https://github.com/invertase/dart_custom_lint
5
6
environment:
7
sdk: ">=3.0.0 <4.0.0"
8
9
dependencies:
10
- analyzer: 6.11.0
+ analyzer: 7.0.0
11
12
dev_dependencies:
13
build_runner: ^2.3.3
packages/lint_visitor_generator/pubspec.yaml
@@ -5,12 +5,12 @@ environment:
- analyzer: ^6.6.0
+ analyzer: ^7.0.0
build: ^2.3.1
build_config: ^1.1.0
collection: ^1.17.1
meta: ^1.7.0
- source_gen: ^1.2.3
+ source_gen: ^2.0.0
14
15
16
build_runner: ^2.2.0
0 commit comments