Skip to content

Commit

Permalink
feat: upgrade shikiji to 0.10 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Jan 22, 2024
1 parent a70e07f commit 0363dee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,25 @@
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.5.2",
"@types/bun": "^1.0.2",
"@types/node": "^20.11.4",
"@biomejs/biome": "^1.5.3",
"@types/bun": "^1.0.3",
"@types/node": "^20.11.5",
"bumpp": "^9.3.0",
"bun": "^1.0.23",
"bun": "^1.0.25",
"hast-util-to-html": "^9.0.0",
"husky": "^8.0.3",
"mdast-util-to-hast": "^13.1.0",
"prettier": "^3.2.3",
"prettier": "^3.2.4",
"remark": "^15.0.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite": "^5.0.12",
"vitest": "^1.2.1",
"shikiji": "^0.10.0-beta.7",
"shikiji-transformers": "^0.10.0-beta.7"
"shikiji": "^0.10.0",
"shikiji-transformers": "^0.10.0"
},
"peerDependencies": {
"shikiji": "^0.7.0 || ^0.8.0 || ^0.9.0"
"shikiji": "^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 0363dee

Please sign in to comment.