Skip to content

Commit

Permalink
build(npm): ⬆️ codemirror, dependency-cruiser, eslint, eslint-config-…
Browse files Browse the repository at this point in the history
…standard, eslint-plugin-standard, mocha, mscgenjs, mscgenjs-inpage, node-sass, query-string, webpack, webpack-cli
  • Loading branch information
sverweij committed Dec 27, 2020
1 parent 9bebcf9 commit 785852c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .dependency-cruiser.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
{
"name": "peer-deps-used",
"comment": "we're not using optional dependencies in the mscgenjs site",
"comment": "we're not using peer dependencies in the mscgenjs site",
"severity": "error",
"from": {},
"to": {
Expand All @@ -54,6 +54,7 @@
],
"options": {
"doNotFollow": "node_modules",
"progress": {"type": "performance-log"},
"prefix": "https://github.com/sverweij/mscgen_js/tree/develop/",
"reporterOptions": {
"dot": {
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,29 @@
"url": "https://github.com/sverweij/mscgen_js"
},
"dependencies": {
"codemirror": "5.58.2",
"mscgenjs": "5.0.2",
"mscgenjs-inpage": "3.0.1",
"query-string": "6.13.6"
"codemirror": "5.59.0",
"mscgenjs": "5.0.3",
"mscgenjs-inpage": "3.0.2",
"query-string": "6.13.7"
},
"devDependencies": {
"chai": "4.2.0",
"dependency-cruiser": "9.15.1",
"eslint": "7.12.1",
"eslint-config-standard": "16.0.1",
"dependency-cruiser": "9.21.1",
"eslint": "7.16.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.2",
"mocha": "8.2.0",
"eslint-plugin-standard": "5.0.0",
"mocha": "8.2.1",
"node-localstorage": "2.1.6",
"node-sass": "4.14.1",
"node-sass": "5.0.0",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"sw-precache": "5.2.1",
"upem": "5.0.0",
"webpack": "5.3.2",
"webpack-cli": "4.1.0"
"webpack": "5.11.0",
"webpack-cli": "4.3.0"
},
"scripts": {
"build": "make clean build",
Expand Down

0 comments on commit 785852c

Please sign in to comment.