File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 fail-fast : false
1414 matrix :
15- sdk : [stable, dev ]
15+ sdk : [stable, beta ]
1616 steps :
1717 - uses : actions/checkout@v2
1818 -
uses :
dart-lang/[email protected] 4343 - name : Run tests (DDC)
4444 run : dart pub run build_runner test -- --preset dartdevc
4545 if : always() && steps.install.outcome == 'success'
46+ timeout-minutes : 5
4647
4748 - name : Run tests (dart2js)
4849 run : dart pub run build_runner test --release -- --preset dart2js
4950 if : always() && steps.install.outcome == 'success'
51+ timeout-minutes : 5
Original file line number Diff line number Diff line change 1+ ## [ 6.1.0] ( https://github.com/cleandart/react-dart/compare/6.0.1...6.1.0 )
2+
3+ - [ #316 ] Export ` generateJsProps ` .
4+
15## [ 6.0.1] ( https://github.com/cleandart/react-dart/compare/6.0.0...6.0.1 )
26
37- [ #305 ] Fix ` JsBackedMap ` for Dart 2.12.
Original file line number Diff line number Diff line change 11name : react
2- version : 6.0.1
2+ version : 6.1.0
33description : Bindings of the ReactJS library for building interactive interfaces.
44homepage : https://github.com/cleandart/react-dart
55environment :
@@ -14,5 +14,5 @@ dev_dependencies:
1414 build_web_compilers : ^2.1.4
1515 dependency_validator : ^1.2.0
1616 matcher : ^0.12.5
17- mockito : ^ 4.1.1
17+ mockito : " >= 4.1.1 <6.0.0 "
1818 test : ^1.6.5
You can’t perform that action at this time.
0 commit comments