File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 "author" : " Balena Ltd." ,
1717 "license" : " Apache-2.0" ,
1818 "devDependencies" : {
19- "@balena/lint" : " ^9.3.8 " ,
19+ "@balena/lint" : " ^9.3.12 " ,
2020 "@types/bluebird" : " ^3.5.42" ,
21- "@types/dockerode" : " ^3.3.44 " ,
21+ "@types/dockerode" : " ^4.0.1 " ,
2222 "@types/node" : " ^22.19.8" ,
23- "chai" : " ^4.5.0 " ,
23+ "chai" : " ^6.2.2 " ,
2424 "chai-events" : " 0.0.3" ,
2525 "chai-stream" : " 0.0.0" ,
2626 "husky" : " ^9.1.7" ,
2727 "JSONStream" : " ^1.3.5" ,
28- "lint-staged" : " ^16.2.3 " ,
29- "mocha" : " ^11.7.4 " ,
28+ "lint-staged" : " ^16.2.7 " ,
29+ "mocha" : " ^11.7.5 " ,
3030 "typescript" : " ^5.9.3"
3131 },
3232 "dependencies" : {
3333 "bluebird" : " ^3.7.2" ,
34- "docker-toolbelt" : " ^6 .0.13 " ,
34+ "docker-toolbelt" : " ^7 .0.0 " ,
3535 "dockerode" : " ^4.0.9" ,
3636 "tmp-promise" : " ^3.0.3" ,
3737 "typed-error" : " ^3.2.2"
Original file line number Diff line number Diff line change 11import { describe , before , it } from 'mocha' ;
2- import chai from 'chai' ;
2+ import * as chai from 'chai' ;
33
44import chaiEvents from 'chai-events' ;
55import chaiStream from 'chai-stream' ;
You can’t perform that action at this time.
0 commit comments