-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathpubspec.yaml
53 lines (50 loc) · 1.33 KB
/
pubspec.yaml
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
48
49
50
51
52
53
name: over_react
version: 4.2.4
description: A library for building statically-typed React UI components using Dart.
homepage: https://github.com/Workiva/over_react/
environment:
sdk: ">=2.11.0 <3.0.0"
dependencies:
collection: ^1.14.11
# Dart 2.7 needs 0.39.x to resolve,
# and Dart 2.12+ needs 0.42.x to resolve to build_web_compilers 2.12.0, etc.
# to enable proper opting out of null-safety.
analyzer: '>=0.39.0 <0.42.0'
build: ^1.0.0
built_redux: ^7.4.2
built_value: '>=6.8.2 <9.0.0'
dart_style: ^1.2.5
js: ^0.6.1+1
logging: ">=0.11.3+2 <1.0.0"
memoize: ^2.0.0
meta: ">=1.1.6 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142
path: ^1.5.1
react: ^6.1.3
redux: ">=3.0.0 <5.0.0"
source_span: ^1.4.1
transformer_utils: ^0.2.6
w_common: ^1.13.0
w_flux: ^2.10.4
platform_detect: ^1.3.4
quiver: ">=0.25.0 <3.0.0"
redux_dev_tools: ">=0.4.0 <0.6.0"
dev_dependencies:
build_resolvers: ^1.0.5
build_runner: ^1.7.1
build_test: ">=0.10.9 <2.0.0"
build_web_compilers: ^2.5.1
built_value_generator: '>=7.0.0 <9.0.0'
dart2_constant: ^1.0.0
dart_dev: ^3.6.4
dependency_validator: ^1.4.0
glob: ^1.2.0
io: ^0.3.2+1
mockito: ^4.1.1
over_react_test: ^2.10.2
pedantic: ^1.8.0
test: ^1.15.7
yaml: ^2.2.1
workiva:
core_checks:
version: 1
react_boilerplate: disabled