Skip to content

Commit

Permalink
chore: bump deps, migrate to shiki
Browse files Browse the repository at this point in the history
Fixes #46
  • Loading branch information
harlan-zw committed Feb 2, 2024
1 parent 3f70e9a commit 91745a7
Show file tree
Hide file tree
Showing 3 changed files with 1,679 additions and 1,747 deletions.
4 changes: 2 additions & 2 deletions client/composables/shiki.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Highlighter, Lang } from 'shiki-es'
import { getHighlighter } from 'shiki-es'
import type { Highlighter, Lang } from 'shiki'
import { getHighlighter } from 'shiki'
import { ref } from 'vue'
import { useColorMode } from '#imports'

Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxt-schema-org",
"type": "module",
"version": "3.3.3",
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.15.1",
"description": "Schema.org for Nuxt",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"license": "MIT",
Expand Down Expand Up @@ -49,30 +49,30 @@
"dependencies": {
"@nuxt/devtools-kit": "^1.0.8",
"@nuxt/devtools-ui-kit": "^1.0.8",
"@nuxt/kit": "^3.9.1",
"@unhead/schema-org": "^1.8.9",
"floating-vue": "5.1.0",
"nuxt-site-config": "^2.2.5",
"nuxt-site-config-kit": "^2.2.5",
"@nuxt/kit": "^3.10.0",
"@unhead/schema-org": "^1.8.10",
"floating-vue": "5.2.2",
"nuxt-site-config": "^2.2.8",
"nuxt-site-config-kit": "^2.2.8",
"pathe": "^1.1.2",
"shiki-es": "^0.14.0",
"shiki": "^1.0.0-beta.3",
"sirv": "^2.0.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.2",
"@antfu/eslint-config": "^2.6.3",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.9.1",
"@nuxt/test-utils": "^3.9.0",
"@nuxt/ui": "^2.12.0",
"@nuxt/schema": "^3.10.0",
"@nuxt/test-utils": "^3.11.0",
"@nuxt/ui": "^2.13.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "^8.0.0",
"bumpp": "^9.2.1",
"@nuxtjs/i18n": "^8.0.1",
"bumpp": "^9.3.0",
"cheerio": "1.0.0-rc.12",
"eslint": "8.56.0",
"nuxt": "^3.9.1",
"nuxt": "^3.10.0",
"nuxt-icon": "^0.6.8",
"typescript": "^5.3.3",
"vitest": "1.2.0"
"vitest": "1.2.2"
},
"build": {
"externals": [
Expand Down

0 comments on commit 91745a7

Please sign in to comment.