Skip to content

Commit

Permalink
chore(1.5.4): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Dec 5, 2023
1 parent 38cf67c commit 26a75e6
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 314 deletions.
3 changes: 3 additions & 0 deletions ensuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ coverage:
exclude:
- ganesha
- toolbox
- "*.d.ts"
- "*.cli.*"
- coverage
30 changes: 14 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hackbg/ensuite",
"version": "1.5.3",
"version": "1.5.4",
"main": "ensuite.mjs",
"type": "module",
"types": "ensuite.d.ts",
Expand Down Expand Up @@ -28,28 +28,26 @@
},
"description": "Literate test runner. Write tests in Markdown code blocks. Supports TypeScript without Babel.",
"dependencies": {
"@types/js-yaml": "^4.0.5",
"@types/markdown-it": "*",

"@hackbg/file": "^2.0.2",
"@hackbg/ganesha": "4.2.0",
"@hackbg/logs": "2.0.8",
"@hackbg/file": "2.0.0",

"c8": "^7.12",
"glob": "^9.2.1",
"highlight.js": "^11.7.0",
"@hackbg/logs": "^2.1.0",
"@types/js-yaml": "^4.0.9",
"@types/markdown-it": "^13.0.7",
"c8": "^7.14.0",
"glob": "^9.3.5",
"highlight.js": "^11.9.0",
"js-yaml": "^4.1.0",
"markdown-it": "^13.0.1",
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.6.7",
"markdown-it-table-of-contents": "^0.6.0",
"markdown-it-highlightjs": "^4.0.1",
"markdown-it-table-of-contents": "^0.6.0",
"pug": "^3.0.2",
"typescript": "^5.0.4",
"why-is-node-still-running": "^1",
"ws": "^8.13.0"
"typescript": "^5.3.2",
"why-is-node-still-running": "^1.0.0",
"ws": "^8.14.2"
},
"devDependencies": {
"@hackbg/ubik": "^2"
"@hackbg/ubik": "^2.0.8"
},
"workspace": true,
"packages": [
Expand Down
Loading

0 comments on commit 26a75e6

Please sign in to comment.