Skip to content

Commit

Permalink
build(npm): @types/node, ajv, mocha, mscgenjs, mscgenjs-inpage, prett…
Browse files Browse the repository at this point in the history
…ier, puppeteer, ts-node, typescript
  • Loading branch information
sverweij committed Jun 15, 2021
1 parent 8a8f99a commit 54b9b8b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,35 +42,35 @@
"msgenny"
],
"dependencies": {
"ajv": "8.5.0",
"ajv": "8.6.0",
"commander": "7.2.0",
"get-stream": "6.0.1",
"lodash": "4.17.21",
"mscgenjs": "6.0.0",
"mscgenjs-inpage": "4.0.0",
"puppeteer": "9.1.1",
"mscgenjs": "6.0.1",
"mscgenjs-inpage": "4.0.4",
"puppeteer": "10.0.0",
"semver": "7.3.5"
},
"devDependencies": {
"@types/chai": "4.2.18",
"@types/chai-as-promised": "7.1.4",
"@types/lodash": "4.14.170",
"@types/mocha": "8.2.2",
"@types/node": "15.6.0",
"@types/node": "15.12.2",
"@types/puppeteer": "5.4.3",
"@types/semver": "7.3.6",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"dependency-cruiser": "10.0.1",
"mocha": "8.4.0",
"mocha": "9.0.0",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"prettier": "2.3.0",
"prettier": "2.3.1",
"shx": "0.3.3",
"ts-node": "9.1.1",
"ts-node": "10.0.0",
"tslint": "6.1.3",
"tslint-config-prettier": "1.18.0",
"typescript": "4.2.4",
"typescript": "4.3.2",
"upem": "6.0.0"
},
"scripts": {
Expand All @@ -83,8 +83,8 @@
"check": "npm-run-all build lint depcruise test:cover",
"depcruise": "depcruise --validate -- src test",
"depcruise:graph": "npm-run-all --parallel depcruise:graph:*",
"depcruise:graph:html": "depcruise --output-type dot --validate -- src | dot -Gsplines=ortho -T svg | depcruise-wrap-stream-in-html > docs/dependencygraph.html",
"depcruise:graph:png": "depcruise --output-type dot --validate -- src | dot -Gsplines=ortho -Gdpi=192 -T png | pngquant - > docs/dependencygraph.png",
"depcruise:graph:html": "depcruise --output-type dot --validate -- src | dot -T svg | depcruise-wrap-stream-in-html > docs/dependencygraph.html",
"depcruise:graph:png": "depcruise --output-type dot --validate -- src | dot -Gdpi=192 -T png | pngquant - > docs/dependencygraph.png",
"lint": "tslint {src,test}/**/*.ts",
"lint:fix": "npm-run-all lint:tslint-fix lint:prettier",
"lint:tslint-fix": "tslint --format verbose --fix {src,test}/**/*.ts",
Expand Down

0 comments on commit 54b9b8b

Please # to comment.