Skip to content

Commit

Permalink
chore: bump shiki version
Browse files Browse the repository at this point in the history
  • Loading branch information
NWYLZW committed Aug 9, 2024
1 parent bb87691 commit 6abf021
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 36 deletions.
4 changes: 2 additions & 2 deletions examples/react/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<script type="importmap">
{
"imports": {
"shiki": "https://cdn.jsdelivr.net/npm/shiki@^1.2.0/+esm",
"@shikijs/core": "https://cdn.jsdelivr.net/npm/@shikijs/core@^1.2.0/+esm"
"shiki": "https://cdn.jsdelivr.net/npm/shiki@^1.12.1/+esm",
"@shikijs/core": "https://cdn.jsdelivr.net/npm/@shikijs/core@^1.12.1/+esm"
}
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"homepage": "https://github.com/NWYLZW/shikitor/tree/master/packages/core"
},
"dependencies": {
"@shikijs/core": "^1.3.0",
"@shikijs/transformers": "^1.3.0",
"@shikijs/core": "^1.12.1",
"@shikijs/transformers": "^1.12.1",
"derive-valtio": "^0.1.0",
"shiki": "^1.6.2",
"shiki": "^1.12.1",
"valtio": "^1.13.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@shikijs/markdown-it": "^1.6.2",
"@shikijs/markdown-it": "^1.12.1",
"@shikitor/core": "workspace:*",
"@shikitor/react": "workspace:*",
"@types/markdown-it": "^14.1.1",
Expand Down
64 changes: 34 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6abf021

Please sign in to comment.