Skip to content

Commit e546a4d

Browse files
jsonifyJason Rueckert
andauthored
chore: update code structure for improved readability and maintainability (#133)
Co-authored-by: Jason Rueckert <[email protected]>
1 parent 0bf2aec commit e546a4d

File tree

2 files changed

+222
-246
lines changed

2 files changed

+222
-246
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,30 +1489,30 @@
14891489
}
14901490
},
14911491
"devDependencies": {
1492-
"@types/chai": "4",
1492+
"@types/chai": "^4.3.20",
14931493
"@types/js-yaml": "^4.0.9",
14941494
"@types/markdown-it": "^14.1.2",
14951495
"@types/marked": "^6.0.0",
14961496
"@types/mocha": "^10.0.10",
1497-
"@types/node": "^18.0.0",
1497+
"@types/node": "^18.19.130",
14981498
"@types/sinon": "^17.0.4",
1499-
"@types/vscode": "^1.80.0",
1499+
"@types/vscode": "^1.107.0",
15001500
"@vscode/test-electron": "^2.5.2",
1501-
"@vscode/vsce": "^3.2.1",
1502-
"chai": "4",
1501+
"@vscode/vsce": "^3.7.1",
1502+
"chai": "^4.5.0",
15031503
"conventional-changelog-cli": "^5.0.0",
1504-
"esbuild": "^0.27.0",
1504+
"esbuild": "^0.27.1",
15051505
"glob": "^11.1.0",
1506-
"mocha": "^11.7.4",
1506+
"mocha": "^11.7.5",
15071507
"sinon": "^21.0.0",
15081508
"standard-version": "^9.5.0",
1509-
"typescript": "^5.0.0"
1509+
"typescript": "^5.9.3"
15101510
},
15111511
"dependencies": {
15121512
"chrono-node": "^2.9.0",
15131513
"fuse.js": "^7.1.0",
15141514
"js-yaml": "^4.1.1",
15151515
"markdown-it-regex": "^0.2.2",
1516-
"marked": "^16.4.1"
1516+
"marked": "^16.4.2"
15171517
}
15181518
}

0 commit comments

Comments
 (0)