Skip to content

Commit

Permalink
build(npm): ⬆️ @types/chai, @types/lodash, @types/node, @types/puppet…
Browse files Browse the repository at this point in the history
…eer, dependency-cruiser, mscgenjs, mscgenjs-inpage, nyc, ts-node, typescript
  • Loading branch information
sverweij committed Jan 1, 2020
1 parent ce510ea commit e6d254e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dist/actions/showLicense.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
module.exports = () => `
mscgen_js - turns text into sequence charts
Copyright (C) 2013-2019 Sander Verweij
Copyright (C) 2013-2020 Sander Verweij
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
31 changes: 19 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
},
"bin": {
"mscgen_js": "bin/mscgen_js",
"mscgenjs": "bin/mscgen_js",
"mscgen.js": "bin/mscgen_js"
"mscgenjs": "bin/mscgen_js"
},
"main": "dist/index.js",
"files": [
Expand All @@ -47,31 +46,31 @@
"commander": "4.0.1",
"get-stream": "5.1.0",
"lodash": "4.17.15",
"mscgenjs": "4.0.2",
"mscgenjs-inpage": "2.0.12",
"mscgenjs": "4.0.4",
"mscgenjs-inpage": "2.0.13",
"puppeteer": "2.0.0",
"semver": "6.3.0"
},
"devDependencies": {
"@types/chai": "4.2.5",
"@types/chai": "4.2.7",
"@types/chai-as-promised": "7.1.2",
"@types/lodash": "4.14.148",
"@types/lodash": "4.14.149",
"@types/mocha": "5.2.7",
"@types/node": "12.12.7",
"@types/puppeteer": "1.20.2",
"@types/node": "13.1.2",
"@types/puppeteer": "2.0.0",
"@types/semver": "6.2.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"dependency-cruiser": "5.3.1",
"dependency-cruiser": "6.1.0",
"mocha": "6.2.2",
"npm-run-all": "4.1.5",
"nyc": "14.1.1",
"nyc": "15.0.0",
"prettier": "1.19.1",
"shx": "0.3.2",
"ts-node": "8.5.2",
"ts-node": "8.5.4",
"tslint": "5.20.1",
"tslint-config-prettier": "1.18.0",
"typescript": "3.7.2",
"typescript": "3.7.4",
"upem": "3.1.2"
},
"scripts": {
Expand Down Expand Up @@ -109,6 +108,14 @@
"version": "run-s build depcruise:graph scm:stage",
"watch": "tsc --project src/tsconfig.json --watch"
},
"upem": {
"donotup": [
{
"package": "semver",
"because": "doesn't support node 8 anymore, while current mscgenjs still does"
}
]
},
"nyc": {
"statements": 95,
"branches": 90,
Expand Down

0 comments on commit e6d254e

Please sign in to comment.