Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 26, 2024
1 parent 0126138 commit 72628a2
Show file tree
Hide file tree
Showing 7 changed files with 3,022 additions and 1,692 deletions.
2 changes: 1 addition & 1 deletion app/components/editors/GPTDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ onMounted(() => {
<div text-center op50>
{{ $t('gpt.noteAboutPrompts') }}
</div>
<pre mxa max-h-50dvh max-w-200 of-auto rounded-xl bg-hex-888:15 px3 py2 text-sm v-text="gptText" />
<pre mxa max-w-200 of-auto rounded-xl bg-hex-888:15 px3 py2 text-sm max-h-50dvh v-text="gptText" />
</div>
</template>
5 changes: 3 additions & 2 deletions app/composables/import.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { validate } from '@marure/schema'
import { parseSongData } from '~~/packages/parser/src'
import YAML from 'js-yaml'
import { _importingState, type FailedResult, type SucceededResult } from '~/state/import'
import { parseSongData } from '~~/packages/parser/src'
import type { FailedResult, SucceededResult } from '~/state/import'
import { _importingState } from '~/state/import'

export const SUPPORTED_IMPORT_EXT = ['json', 'yml', 'yaml', 'maru', 'zip']

Expand Down
2 changes: 1 addition & 1 deletion app/composables/shiki.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import type { CreatePlainShikiReturns, MountPlainShikiOptions } from 'plain-shiki'
import type { HighlighterCore, LanguageRegistration } from 'shiki/core'
import { createPlainShiki } from 'plain-shiki'
import grammarLyric from 'shiki-language-lyric'
import { createHighlighterCore } from 'shiki/core'
import { createJavaScriptRegexEngine } from 'shiki/engine/javascript'
import grammarYaml from 'shiki/langs/yaml.mjs'
import vitesseDark from 'shiki/themes/vitesse-dark.mjs'
import vitesseLight from 'shiki/themes/vitesse-light.mjs'
import grammarLyric from 'shiki-language-lyric'

const grammarLyricInline: LanguageRegistration = {
...grammarLyric,
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default defineNuxtConfig({
},

i18n: {
langDir: './locales',
langDir: '../app/locales',
locales: [
{ code: 'zh-Hant', language: 'zh-Hant', name: '繁體中文', file: 'zh-Hant.json' },
{ code: 'zh-Hans', language: 'zh-Hans', name: '简体中文', file: 'zh-Hans.json' },
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.12.1",
"packageManager": "pnpm@9.14.2",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@qifi/generate": "^0.1.0",
"@vueuse/core": "^11.1.0",
"@vueuse/core": "^11.3.0",
"floating-vue": "^5.2.2",
"fuse.js": "^7.0.0",
"idb-keyval": "^6.2.1",
Expand All @@ -28,50 +28,50 @@
"sanitize-html": "^2.13.1",
"shiki-language-lyric": "^0.0.3",
"simplecc-wasm": "^1.1.0",
"unstorage": "^1.12.0",
"unstorage": "^1.13.1",
"uqr": "^0.1.2",
"valibot": "^0.42.1",
"valibot": "^1.0.0-beta.8",
"vue-virtual-scroller": "2.0.0-beta.8",
"vue3-moveable": "^0.28.0",
"weq8": "^0.2.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@antfu/ni": "^0.23.0",
"@iconify-json/carbon": "^1.2.3",
"@antfu/eslint-config": "^3.10.0",
"@antfu/ni": "^0.23.1",
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/ri": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.8",
"@iconify-json/ri": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.13",
"@iconify-json/svg-spinners": "^1.2.1",
"@iconify-json/twemoji": "^1.2.1",
"@iconify-json/uil": "^1.2.1",
"@nuxt/devtools": "^1.6.0",
"@nuxt/eslint": "^0.5.7",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/i18n": "^8.5.5",
"@nuxt/devtools": "^1.6.1",
"@nuxt/eslint": "^0.7.2",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "^9.1.0",
"@types/js-yaml": "^4.0.9",
"@types/sanitize-html": "^2.13.0",
"@unocss/eslint-config": "^0.63.4",
"@unocss/nuxt": "^0.63.4",
"@vueuse/nuxt": "^11.1.0",
"@unocss/eslint-config": "^0.64.1",
"@unocss/nuxt": "^0.64.1",
"@vueuse/nuxt": "^11.3.0",
"cheerio": "^1.0.0",
"eslint": "^9.12.0",
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"esno": "^4.8.0",
"execa": "^9.4.0",
"execa": "^9.5.1",
"fast-glob": "^3.3.2",
"markdown-it-magic-link": "^0.1.4",
"nuxt": "^3.13.2",
"nuxt": "^3.14.1592",
"nuxt-compile-markdown": "^0.1.1",
"shiki": "^1.22.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"shiki": "^1.23.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vitest": "^2.1.2",
"vue-tsc": "^2.1.6"
"vitest": "^2.1.5",
"vue-tsc": "^2.1.10"
},
"resolutions": {
"@typescript-eslint/utils": "^8.8.1"
"@typescript-eslint/utils": "^8.16.0"
}
}
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"prepublishOnly": "nr build"
},
"dependencies": {
"valibot": "^0.42.1"
"valibot": "^1.0.0-beta.8"
}
}
Loading

0 comments on commit 72628a2

Please sign in to comment.