-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathpubspec.yaml
More file actions
47 lines (47 loc) · 1.37 KB
/
pubspec.yaml
File metadata and controls
47 lines (47 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name: over_react_analyzer_plugin
version: 0.1.0
publish_to: none
description: Dart analyzer plugin for OverReact
repository: https://github.com/Workiva/over_react/tree/master/tools/analyzer_plugin
environment:
sdk: '>=2.19.0 <3.0.0'
dependencies:
analyzer: ^5.11.0
analyzer_plugin: ^0.11.0
collection: ^1.15.0-nullsafety.4
meta: ^1.16.0
# Upon release, this should be pinned to the over_react version from ../../pubspec.yaml
# so that it always resolves to the same version of over_react that the user has pulled in,
# and thus has the same boilerplate parsing code that's running in the builder.
over_react: 5.6.1
path: ^1.5.1
source_span: ^1.7.0
yaml: ^3.0.0
dev_dependencies:
args: ^2.0.0
build: ^2.0.0
build_test: ^2.0.0
convert: ^3.0.0
crypto: ^3.0.0
dart_dev: ^4.0.0
dart_style: ^2.0.0
dependency_validator: ^3.0.0
glob: ^2.0.0
io: ^1.0.0
logging: ^1.0.1
markdown: ^4.0.0
test: ^1.14.0
test_reflective_loader: ^0.2.0
uuid: '>3.0.0 <5.0.0'
workiva_analysis_options: ^1.1.0
workiva:
core_checks:
react_boilerplate: disabled
# If you're developing on changes in over_react that the analyzer plugin needs to consume,
# point to the local copy of over_react. This must be an absolute path.
#
# In CI, this should also be the path to the over_react checkout
#
# dependency_overrides:
# over_react:
# path: /Users/me/workspaces/over_react