mini-shiki 3.7.0 → 3.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/shiki.js +5 -0
  2. package/package.json +5 -5
package/dist/shiki.js CHANGED
@@ -2095,6 +2095,11 @@ const bundledLanguagesInfo = [
2095
2095
  "name": "Vue HTML",
2096
2096
  "import": () => import("@shikijs/langs/vue-html")
2097
2097
  },
2098
+ {
2099
+ "id": "vue-vine",
2100
+ "name": "Vue Vine",
2101
+ "import": () => import("@shikijs/langs/vue-vine")
2102
+ },
2098
2103
  {
2099
2104
  "id": "vyper",
2100
2105
  "name": "Vyper",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mini-shiki",
3
- "version": "3.7.0",
3
+ "version": "3.8.0",
4
4
  "type": "module",
5
5
  "repository": "git+https://github.com/un-ts/mini-shiki.git",
6
6
  "homepage": "https://github.com/un-ts/mini-shiki#readme",
@@ -21,10 +21,10 @@
21
21
  "static"
22
22
  ],
23
23
  "dependencies": {
24
- "@shikijs/engine-oniguruma": "^3.7.0",
25
- "@shikijs/langs": "^3.7.0",
26
- "@shikijs/themes": "^3.7.0",
27
- "@shikijs/types": "^3.7.0",
24
+ "@shikijs/engine-oniguruma": "^3.8.0",
25
+ "@shikijs/langs": "^3.8.0",
26
+ "@shikijs/themes": "^3.8.0",
27
+ "@shikijs/types": "^3.8.0",
28
28
  "@shikijs/vscode-textmate": "^10.0.2"
29
29
  }
30
30
  }