Skip to content

Commit

Permalink
Update Node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jun 6, 2023
1 parent 71d30e5 commit 26ba192
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions bpmn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"url": "https://github.com/yuzutech/kroki.git"
},
"dependencies": {
"bpmn-js": "13.0.8",
"bpmn-js": "13.2.0",
"micro": "10.0.1",
"puppeteer": "14.4.1"
},
"devDependencies": {
"standard": "17.0.0"
"standard": "17.1.0"
}
}
2 changes: 1 addition & 1 deletion bytefield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"bytefield-svg": "1.8.0"
},
"devDependencies": {
"standard": "17.0.0"
"standard": "17.1.0"
}
}
4 changes: 2 additions & 2 deletions dbml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"keywords": [],
"author": "Bruno Obsomer",
"dependencies": {
"@softwaretechnik/dbml-renderer": "1.0.26"
"@softwaretechnik/dbml-renderer": "1.0.27"
},
"devDependencies": {
"standard": "17.0.0"
"standard": "17.1.0"
}
}
2 changes: 1 addition & 1 deletion diagrams.net/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"chai": "^4.3.4",
"dirty-chai": "^2.0.1",
"pngjs": "^7.0.0",
"standard": "17.0.0"
"standard": "17.1.0"
}
}
2 changes: 1 addition & 1 deletion excalidraw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"standard": "17.0.0"
"standard": "17.1.0"
}
}
6 changes: 3 additions & 3 deletions mermaid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"dependencies": {
"lodash": "^4.17.21",
"micro": "10.0.1",
"pino": "8.11.0",
"pino": "8.14.1",
"pino-debug": "2.0.0",
"puppeteer": "14.4.1"
},
"devDependencies": {
"chai": "4.3.7",
"dirty-chai": "^2.0.1",
"mermaid": "10.1.0",
"mermaid": "10.2.2",
"mocha": "10.2.0",
"pngjs": "^7.0.0",
"standard": "17.0.0"
"standard": "17.1.0"
}
}
4 changes: 2 additions & 2 deletions nomnoml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"keywords": [],
"author": "Guillaume Grossetie",
"dependencies": {
"nomnoml": "1.5.3"
"nomnoml": "1.6.1"
},
"devDependencies": {
"standard": "17.0.0"
"standard": "17.1.0"
}
}
8 changes: 4 additions & 4 deletions vega/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"author": "Guillaume Grossetie",
"dependencies": {
"canvas": "2.11.2",
"vega": "5.24.0",
"vega-lite": "5.7.0",
"yargs": "17.7.1"
"vega": "5.25.0",
"vega-lite": "5.9.3",
"yargs": "17.7.2"
},
"devDependencies": {
"chai": "^4.3.6",
"dirty-chai": "^2.0.1",
"mocha": "^10.0.0",
"sinon": "^15.0.0",
"standard": "17.0.0"
"standard": "17.1.0"
},
"pkg": {
"assets": "node_modules/canvas/build/Release/*"
Expand Down
2 changes: 1 addition & 1 deletion wavedrom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"wavedrom": "3.2.0"
},
"devDependencies": {
"standard": "17.0.0"
"standard": "17.1.0"
}
}

0 comments on commit 26ba192

Please sign in to comment.