Skip to content

Commit 0fe1b02

Browse files
committed
Pin visualization dependencies
1 parent d6a7424 commit 0fe1b02

File tree

2 files changed

+77
-60
lines changed

2 files changed

+77
-60
lines changed

graph-visualization/package-lock.json

Lines changed: 72 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

graph-visualization/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-structure-graph-visualization",
33
"version": "0.9.0",
4-
"description": "Visualizes the code structure as a graph and provides a script to export it as an image",
4+
"description": "Visualizes code structure as a graph and provides a script to export it as an image",
55
"main": "renderVisualization.js",
66
"type": "module",
77
"scripts": {
@@ -10,9 +10,9 @@
1010
"author": "JohT",
1111
"license": "MIT",
1212
"dependencies": {
13-
"glob": "^10.3.3",
14-
"jimp": "^0.22.10",
15-
"neovis.js": "^2.1.0",
16-
"puppeteer": "^22.0.0"
13+
"glob": "10.3.15",
14+
"jimp": "0.22.12",
15+
"neovis.js": "2.1.0",
16+
"puppeteer": "22.8.2"
1717
}
1818
}

0 commit comments

Comments
 (0)