TOPdesk / dart-junitreport

An application to generate JUnit XML reports from dart test runs.
https://pub.dartlang.org/packages/junitreport
MIT License
31 stars 45 forks source link

Update dependencies #40

Open inf0rmatix opened 2 years ago

inf0rmatix commented 2 years ago

Dependencies are outdated, leading to conflicts when used in a project with other packages.

Package Name                Current   Upgradable  Resolvable  Latest   

direct dependencies:       
args                        *2.3.0    2.3.1       2.3.1       2.3.1    
xml                         *5.3.1    *5.4.1      6.1.0       6.1.0    

dev_dependencies:          
lints                       *1.0.1    *1.0.1      2.0.0       2.0.0    
test                        *1.20.1   1.21.4      1.21.4      1.21.4  
Falynsky commented 1 year ago

image

Falynsky commented 1 year ago

Accept his commit! :/

Falynsky commented 1 year ago

@inf0rmatix Did you create pull merge request?

inf0rmatix commented 1 year ago

They're outdated again already. XD

In the end we just took it out of the project and used it globally.

Falynsky commented 1 year ago

Ah XD

@inf0rmatix What do you mean "took it out of project"? You mean took out code from project to yours or just write yourself junit report plugin?