Skip to content

Commit

Permalink
chore: specify the minimum version of shiki
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Oct 7, 2024
1 parent 0b90ea1 commit 1226ba0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,19 @@
"release": "bumpp --no-push -c \"release: v%s\"",
"test": "vitest"
},
"dependencies": {
"shiki": "^1.22.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@types/node": "^22.7.4",
"@zinkawaii/eslint-config": "^0.1.7",
"@zinkawaii/stylelint-config": "^0.1.5",
"bumpp": "^9.6.1",
"eslint": "^9.12.0",
"shiki": "^1.22.0",
"stylelint": "^16.9.0",
"tsup": "^8.3.0",
"vitest": "^2.1.2"
},
"peerDependencies": {
"shiki": "^1.22.0"
}
}
21 changes: 17 additions & 4 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 1226ba0

Please sign in to comment.