Skip to content

Commit 305ef47

Browse files
authored
Merge pull request #298 from jannis-baum/297-upgrade-dependencies
Upgrade dependencies
2 parents 294a5b8 + c16de13 commit 305ef47

3 files changed

Lines changed: 521 additions & 602 deletions

File tree

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
},
1313
"type": "module",
1414
"dependencies": {
15-
"@mermaid-js/layout-elk": "^0.2.0",
16-
"@primer/octicons": "^19.21.1",
17-
"@viz-js/viz": "^3.24.0",
15+
"@mermaid-js/layout-elk": "^0.2.1",
16+
"@primer/octicons": "^19.23.1",
17+
"@viz-js/viz": "^3.25.0",
1818
"ansi_up": "^6.0.6",
19-
"axios": "^1.13.2",
20-
"cheerio": "^1.1.2",
19+
"axios": "^1.15.0",
20+
"cheerio": "^1.2.0",
2121
"clipboard": "^2.0.11",
2222
"express": "^5.2.1",
23-
"file-type": "^21.3.0",
24-
"glob": "13.0.0",
23+
"file-type": "^22.0.1",
24+
"glob": "13.0.6",
2525
"highlight.js": "^11.11.1",
2626
"istextorbinary": "^9.5.0",
27-
"katex": "^0.16.27",
28-
"markdown-it": "^14.1.0",
27+
"katex": "^0.16.45",
28+
"markdown-it": "^14.1.1",
2929
"markdown-it-anchor": "^9.2.0",
3030
"markdown-it-attrs": "^4.3.1",
3131
"markdown-it-deflist": "^3.0.0",
@@ -36,40 +36,40 @@
3636
"markdown-it-mark": "^4.0.0",
3737
"markdown-it-sub": "^2.0.0",
3838
"markdown-it-sup": "^2.0.0",
39-
"markdown-it-table-of-contents": "^1.1.0",
39+
"markdown-it-table-of-contents": "^1.2.0",
4040
"markdown-it-task-lists": "^2.1.1",
4141
"markdown-it-texmath": "^1.0.0",
42-
"mermaid": "^11.12.2",
42+
"mermaid": "^11.14.0",
4343
"node-stream-zip": "^1.15.0",
4444
"open": "^11.0.0",
4545
"tmp": "^0.2.4",
4646
"uuid": "^13.0.0",
47-
"ws": "^8.19.0",
48-
"yaml": "^2.8.2"
47+
"ws": "^8.20.0",
48+
"yaml": "^2.8.3"
4949
},
5050
"devDependencies": {
51-
"@eslint/eslintrc": "^3.3.3",
52-
"@eslint/js": "^9.39.2",
53-
"@jupyterlab/nbformat": "^4.5.1",
51+
"@eslint/eslintrc": "^3.3.5",
52+
"@eslint/js": "^10.0.1",
53+
"@jupyterlab/nbformat": "^4.5.6",
5454
"@types/express": "^5.0.6",
5555
"@types/markdown-it": "^14.1.1",
56-
"@types/node": "^25.0.3",
57-
"@types/primer__octicons": "^19.11.0",
56+
"@types/node": "^25.6.0",
57+
"@types/primer__octicons": "^19.21.0",
5858
"@types/tmp": "^0.2.6",
5959
"@types/ws": "^8.18.1",
60-
"@typescript-eslint/eslint-plugin": "^8.52.0",
61-
"@typescript-eslint/parser": "^8.52.0",
62-
"eslint": "^9.39.2",
60+
"@typescript-eslint/eslint-plugin": "^8.58.1",
61+
"@typescript-eslint/parser": "^8.58.1",
62+
"eslint": "^10.2.0",
6363
"eslint-config-prettier": "^10.1.8",
64-
"eslint-plugin-prettier": "^5.5.4",
65-
"nodemon": "^3.1.11",
64+
"eslint-plugin-prettier": "^5.5.5",
65+
"nodemon": "^3.1.14",
6666
"postject": "^1.0.0-alpha.6",
67-
"prettier": "^3.7.4",
68-
"ts-loader": "^9.5.2",
67+
"prettier": "^3.8.2",
68+
"ts-loader": "^9.5.7",
6969
"ts-node": "^10.9.2",
70-
"typescript": "^5.9.3",
71-
"webpack": "^5.104.1",
72-
"webpack-cli": "^6.0.1",
70+
"typescript": "^6.0.2",
71+
"webpack": "^5.106.1",
72+
"webpack-cli": "^7.0.2",
7373
"yarn-deduplicate": "^6.0.2"
7474
}
7575
}

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"esModuleInterop": true,
1010
"forceConsistentCasingInFileNames": true,
1111
"strict": true,
12-
"skipLibCheck": true
12+
"skipLibCheck": true,
13+
"types": ["node"]
1314
},
1415
"include": ["src/**/*"]
1516
}

0 commit comments

Comments
 (0)