Skip to content

Commit

Permalink
pin dependencies to their exact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyauhalin committed Nov 17, 2024
1 parent cd0a216 commit e817074
Show file tree
Hide file tree
Showing 2 changed files with 293 additions and 38 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"README.md"
],
"devDependencies": {
"@types/hast": "^3.0.4",
"@types/node": "^20.12.7",
"clean-publish": "^5.1.0",
"color": "^4.2.3",
"hastscript": "^9.0.0",
"sade": "^1.8.1",
"shiki": "^1.4.0",
"typescript": "^5.4.5",
"uvu": "^0.5.6"
"@types/hast": "3.0.4",
"@types/node": "22.9.0",
"clean-publish": "5.1.0",
"color": "4.2.3",
"hastscript": "9.0.0",
"sade": "1.8.1",
"shiki": "1.23.0",
"typescript": "5.6.3",
"uvu": "0.5.6"
},
"engines": {
"vscode": "^1.87.0"
Expand Down
Loading

0 comments on commit e817074

Please sign in to comment.