Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Commit d4a4322

Browse files
committed
(plugin): Bump dependency on analyzer_plugin to 0.1.0.
PiperOrigin-RevId: 259823302
1 parent 1f795eb commit d4a4322

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

angular_analyzer_plugin/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ environment:
1111
sdk: ">=2.5.0-dev.1.0 <3.0.0"
1212
dependencies:
1313
analyzer: ^0.37.0
14-
plugin: '^0.2.0'
15-
analyzer_plugin: '0.0.1-alpha.8'
14+
plugin: ^0.2.0
15+
analyzer_plugin: ^0.1.0
1616
angular_ast: '0.5.11'
1717
meta: ^1.1.4
1818
yaml: ^2.1.2
1919
crypto: '>=1.1.1 <3.0.0'
2020
dev_dependencies:
21-
test_reflective_loader: '^0.1.0'
22-
test: '^1.2.0'
23-
mockito: '^3.0.0'
21+
test_reflective_loader: ^0.1.0
22+
test: ^1.2.0
23+
mockito: ^3.0.0
2424

2525
# === vvv REMOVE WHEN PUBLISHING vvv ===
2626
dependency_overrides:

0 commit comments

Comments
 (0)