Skip to content

Commit 67b7520

Browse files
committed
chore: bump deps, migrate to shiki
1 parent 0ac6e0f commit 67b7520

File tree

3 files changed

+1461
-1201
lines changed

3 files changed

+1461
-1201
lines changed

client/composables/shiki.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { Highlighter, Lang } from 'shiki-es'
2-
import { getHighlighter } from 'shiki-es'
1+
import type { Highlighter, Lang } from 'shiki'
2+
import { getHighlighter } from 'shiki'
33
import { computed, ref, toValue } from 'vue'
44
import type { MaybeRef } from '@vueuse/core'
55
import { devtools } from './rpc'

package.json

+14-13
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxtjs/sitemap",
33
"type": "module",
44
"version": "5.0.5",
5-
"packageManager": "pnpm@8.14.1",
5+
"packageManager": "pnpm@8.15.1",
66
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.",
77
"author": {
88
"name": "Harlan Wilton",
@@ -47,40 +47,41 @@
4747
"dependencies": {
4848
"@nuxt/devtools-kit": "^1.0.8",
4949
"@nuxt/devtools-ui-kit": "^1.0.8",
50-
"@nuxt/kit": "^3.9.3",
50+
"@nuxt/kit": "^3.10.0",
5151
"@vueuse/core": "^10.7.2",
5252
"chalk": "^5.3.0",
5353
"defu": "^6.1.4",
54-
"floating-vue": "5.2.0",
54+
"floating-vue": "5.2.2",
5555
"h3-compression": "^0.3.2",
56-
"nuxt-site-config": "^2.2.5",
57-
"nuxt-site-config-kit": "^2.2.5",
56+
"nuxt-site-config": "^2.2.8",
57+
"nuxt-site-config-kit": "^2.2.8",
5858
"ofetch": "^1.3.3",
5959
"pathe": "^1.1.2",
6060
"pkg-types": "^1.0.3",
6161
"radix3": "^1.1.0",
6262
"semver": "^7.5.4",
63+
"shiki": "1.0.0-beta.2",
6364
"sirv": "^2.0.4",
64-
"site-config-stack": "^2.2.5",
65+
"site-config-stack": "^2.2.8",
6566
"ufo": "^1.3.2"
6667
},
6768
"devDependencies": {
6869
"@antfu/eslint-config": "^2.6.3",
69-
"@nuxt/content": "^2.10.0",
70-
"@nuxt/kit": "^3.9.3",
70+
"@nuxt/content": "^2.11.0",
71+
"@nuxt/kit": "^3.10.0",
7172
"@nuxt/module-builder": "^0.5.5",
72-
"@nuxt/test-utils": "^3.10.0",
73-
"@nuxt/ui": "^2.12.3",
73+
"@nuxt/test-utils": "^3.11.0",
74+
"@nuxt/ui": "^2.13.0",
7475
"@nuxtjs/eslint-config-typescript": "^12.1.0",
7576
"@nuxtjs/i18n": "8.0.0",
7677
"bumpp": "^9.3.0",
7778
"eslint": "8.56.0",
7879
"execa": "^8.0.1",
79-
"nuxt": "^3.9.3",
80+
"nuxt": "^3.10.0",
8081
"nuxt-icon": "^0.6.8",
81-
"nuxt-simple-robots": "^4.0.0-rc.12",
82+
"nuxt-simple-robots": "^4.0.0-rc.13",
8283
"typescript": "^5.3.3",
83-
"vitest": "^1.2.1"
84+
"vitest": "^1.2.2"
8485
},
8586
"build": {
8687
"externals": [

0 commit comments

Comments
 (0)