Skip to content

Commit

Permalink
chore!: bump shiki to v2
Browse files Browse the repository at this point in the history
BREAKING CHANGE: shiki transformers now use v3 [matching algorithm](https://shiki.style/packages/transformers#matching-algorithm)
  • Loading branch information
brc-dd committed Jan 20, 2025
1 parent 36bde80 commit 373f9b9
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 260 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"open-cli": "^8.0.0",
"postcss-rtlcss": "^5.6.0",
"vitepress": "workspace:*",
"vitepress-plugin-group-icons": "^1.3.4"
"vitepress-plugin-group-icons": "^1.3.5"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
"@docsearch/css": "^3.8.2",
"@docsearch/js": "^3.8.2",
"@iconify-json/simple-icons": "^1.2.20",
"@shikijs/core": "^1.27.2",
"@shikijs/transformers": "^1.27.2",
"@shikijs/types": "^1.27.2",
"@shikijs/core": "^2.0.0",
"@shikijs/transformers": "^2.0.0",
"@shikijs/types": "^2.0.0",
"@types/markdown-it": "^14.1.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/devtools-api": "^7.7.0",
Expand All @@ -110,8 +110,8 @@
"focus-trap": "^7.6.4",
"mark.js": "8.11.1",
"minisearch": "^7.1.1",
"shiki": "^1.27.2",
"vite": "^5.4.11",
"shiki": "^2.0.0",
"vite": "^5.4.12",
"vue": "^3.5.13"
},
"devDependencies": {
Expand Down Expand Up @@ -152,7 +152,7 @@
"fs-extra": "^11.3.0",
"get-port": "^7.1.0",
"gray-matter": "^4.0.3",
"lint-staged": "^15.4.0",
"lint-staged": "^15.4.1",
"lodash.template": "^4.5.0",
"lru-cache": "^11.0.2",
"markdown-it": "^14.1.0",
Expand All @@ -176,7 +176,7 @@
"prompts": "^2.4.2",
"punycode": "^2.3.1",
"rimraf": "^6.0.1",
"rollup": "^4.30.1",
"rollup": "^4.31.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"semver": "^7.6.3",
Expand All @@ -186,7 +186,7 @@
"synckit": "^0.9.2",
"tinyglobby": "^0.2.10",
"typescript": "^5.7.3",
"vitest": "^3.0.0",
"vitest": "^3.0.2",
"vue-tsc": "^2.2.0",
"wait-on": "^8.0.2"
},
Expand Down
Loading

0 comments on commit 373f9b9

Please sign in to comment.