-
- Downloads
fix(calibration laboratory): fix placement of calibrationLaboratoryCode
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
... | ... | @@ -14,17 +14,17 @@ |
"install": "npm run build" | ||
}, | ||
"dependencies": { | ||
"ts-node": "^8.5.4", | ||
"typescript": "^3.7.3", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.6", | ||
"xml-js": "^1.6.11", | ||
"@testdeck/mocha": "^0.0.10", | ||
"@types/chai": "^4.2.7", | ||
"@testdeck/mocha": "^0.1.0", | ||
"@types/chai": "^4.2.11", | ||
"@types/mocha": "^7.0.2", | ||
"chai": "^4.2.0", | ||
"mocha": "^7.1.1", | ||
"nyc": "^15.0.1", | ||
"mocha": "^8.0.1", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.0.5", | ||
"tslint": "^6.1.1", | ||
"tslint": "^6.1.2", | ||
"tslint-config-prettier": "^1.18.0" | ||
} | ||
} |
Please register or sign in to comment