diff --git a/auto-imports.d.ts b/auto-imports.d.ts index ac76933..2b67c07 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -1,4 +1,7 @@ -// Generated by 'unplugin-auto-import' +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// Generated by unplugin-auto-import export {} declare global { const $$: typeof import('vue/macros')['$$'] @@ -82,7 +85,6 @@ declare global { const refThrottled: typeof import('@vueuse/core')['refThrottled'] const refWithControl: typeof import('@vueuse/core')['refWithControl'] const resolveComponent: typeof import('vue')['resolveComponent'] - const resolveDirective: typeof import('vue')['resolveDirective'] const resolveRef: typeof import('@vueuse/core')['resolveRef'] const resolveUnref: typeof import('@vueuse/core')['resolveUnref'] const shallowReactive: typeof import('vue')['shallowReactive'] @@ -112,10 +114,12 @@ declare global { const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter'] const useArrayFind: typeof import('@vueuse/core')['useArrayFind'] const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex'] + const useArrayFindLast: typeof import('@vueuse/core')['useArrayFindLast'] const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin'] const useArrayMap: typeof import('@vueuse/core')['useArrayMap'] const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce'] const useArraySome: typeof import('@vueuse/core')['useArraySome'] + const useArrayUnique: typeof import('@vueuse/core')['useArrayUnique'] const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue'] const useAsyncState: typeof import('@vueuse/core')['useAsyncState'] const useAttrs: typeof import('vue')['useAttrs'] @@ -199,12 +203,14 @@ declare global { const useParallax: typeof import('@vueuse/core')['useParallax'] const usePermission: typeof import('@vueuse/core')['usePermission'] const usePointer: typeof import('@vueuse/core')['usePointer'] + const usePointerLock: typeof import('@vueuse/core')['usePointerLock'] const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe'] const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme'] const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast'] const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark'] const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages'] const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion'] + const usePrevious: typeof import('@vueuse/core')['usePrevious'] const useRafFn: typeof import('@vueuse/core')['useRafFn'] const useRefHistory: typeof import('@vueuse/core')['useRefHistory'] const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver'] @@ -273,6 +279,11 @@ declare global { const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter'] const whenever: typeof import('@vueuse/core')['whenever'] } +// for type re-export +declare global { + // @ts-ignore + export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue' +} // for vue template auto import import { UnwrapRef } from 'vue' declare module 'vue' { @@ -358,7 +369,6 @@ declare module 'vue' { readonly refThrottled: UnwrapRef readonly refWithControl: UnwrapRef readonly resolveComponent: UnwrapRef - readonly resolveDirective: UnwrapRef readonly resolveRef: UnwrapRef readonly resolveUnref: UnwrapRef readonly shallowReactive: UnwrapRef @@ -388,10 +398,12 @@ declare module 'vue' { readonly useArrayFilter: UnwrapRef readonly useArrayFind: UnwrapRef readonly useArrayFindIndex: UnwrapRef + readonly useArrayFindLast: UnwrapRef readonly useArrayJoin: UnwrapRef readonly useArrayMap: UnwrapRef readonly useArrayReduce: UnwrapRef readonly useArraySome: UnwrapRef + readonly useArrayUnique: UnwrapRef readonly useAsyncQueue: UnwrapRef readonly useAsyncState: UnwrapRef readonly useAttrs: UnwrapRef @@ -475,12 +487,14 @@ declare module 'vue' { readonly useParallax: UnwrapRef readonly usePermission: UnwrapRef readonly usePointer: UnwrapRef + readonly usePointerLock: UnwrapRef readonly usePointerSwipe: UnwrapRef readonly usePreferredColorScheme: UnwrapRef readonly usePreferredContrast: UnwrapRef readonly usePreferredDark: UnwrapRef readonly usePreferredLanguages: UnwrapRef readonly usePreferredReducedMotion: UnwrapRef + readonly usePrevious: UnwrapRef readonly useRafFn: UnwrapRef readonly useRefHistory: UnwrapRef readonly useResizeObserver: UnwrapRef diff --git a/components.d.ts b/components.d.ts index 091bbfb..b8f55e8 100644 --- a/components.d.ts +++ b/components.d.ts @@ -1,5 +1,7 @@ -// generated by unplugin-vue-components -// We suggest you to commit this file into source control +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core/pull/3399 import '@vue/runtime-core' diff --git a/package.json b/package.json index f34f126..8ba1fe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "packageManager": "pnpm@8.1.0", + "packageManager": "pnpm@8.1.1", "scripts": { "build": "vite build", "dev": "vite --port 3333 --open", @@ -17,28 +17,28 @@ "vue-router": "^4.1.6" }, "devDependencies": { - "@antfu/eslint-config": "^0.38.2", + "@antfu/eslint-config": "^0.38.4", "@iconify-json/carbon": "^1.1.16", "@types/node": "^18.15.11", "@unocss/reset": "^0.50.6", "@vitejs/plugin-vue": "^4.1.0", - "@vue-macros/volar": "^0.9.4", + "@vue-macros/volar": "^0.9.5", "@vue/test-utils": "^2.3.2", "eslint": "^8.37.0", "jsdom": "^21.1.1", "lint-staged": "^13.2.0", - "pnpm": "^8.1.0", + "pnpm": "^8.1.1", "simple-git-hooks": "^2.8.1", "taze": "^0.9.1", - "typescript": "^5.0.2", + "typescript": "^5.0.3", "unocss": "^0.50.6", "unplugin-auto-import": "^0.15.2", "unplugin-vue-components": "^0.24.1", - "unplugin-vue-macros": "^1.11.2", + "unplugin-vue-macros": "^2.0.0", "vite": "^4.2.1", "vite-plugin-pages": "^0.29.0", "vitest": "^0.29.8", - "vue-tsc": "^1.2.0" + "vue-tsc": "^1.3.8" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index de7ddfa..5c094cc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,8 +13,8 @@ dependencies: devDependencies: '@antfu/eslint-config': - specifier: ^0.38.2 - version: 0.38.2(eslint@8.37.0)(typescript@5.0.2) + specifier: ^0.38.4 + version: 0.38.4(eslint@8.37.0)(typescript@5.0.3) '@iconify-json/carbon': specifier: ^1.1.16 version: 1.1.16 @@ -28,8 +28,8 @@ devDependencies: specifier: ^4.1.0 version: 4.1.0(vite@4.2.1)(vue@3.2.47) '@vue-macros/volar': - specifier: ^0.9.4 - version: 0.9.4(@vue-macros/reactivity-transform@0.3.3)(vue-tsc@1.2.0)(vue@3.2.47) + specifier: ^0.9.5 + version: 0.9.5(@vue-macros/reactivity-transform@0.3.4)(vue-tsc@1.3.8)(vue@3.2.47) '@vue/test-utils': specifier: ^2.3.2 version: 2.3.2(vue@3.2.47) @@ -43,8 +43,8 @@ devDependencies: specifier: ^13.2.0 version: 13.2.0 pnpm: - specifier: ^8.1.0 - version: 8.1.0 + specifier: ^8.1.1 + version: 8.1.1 simple-git-hooks: specifier: ^2.8.1 version: 2.8.1 @@ -52,8 +52,8 @@ devDependencies: specifier: ^0.9.1 version: 0.9.1 typescript: - specifier: ^5.0.2 - version: 5.0.2 + specifier: ^5.0.3 + version: 5.0.3 unocss: specifier: ^0.50.6 version: 0.50.6(postcss@8.4.21)(vite@4.2.1) @@ -64,8 +64,8 @@ devDependencies: specifier: ^0.24.1 version: 0.24.1(vue@3.2.47) unplugin-vue-macros: - specifier: ^1.11.2 - version: 1.11.2(@vueuse/core@9.13.0)(vite@4.2.1)(vue@3.2.47) + specifier: ^2.0.0 + version: 2.0.0(@vueuse/core@9.13.0)(vite@4.2.1)(vue@3.2.47) vite: specifier: ^4.2.1 version: 4.2.1(@types/node@18.15.11) @@ -76,8 +76,8 @@ devDependencies: specifier: ^0.29.8 version: 0.29.8(jsdom@21.1.1) vue-tsc: - specifier: ^1.2.0 - version: 1.2.0(typescript@5.0.2) + specifier: ^1.3.8 + version: 1.3.8(typescript@5.0.3) packages: @@ -89,23 +89,23 @@ packages: '@jridgewell/trace-mapping': 0.3.17 dev: true - /@antfu/eslint-config-basic@0.38.2(@typescript-eslint/eslint-plugin@5.57.0)(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.2): - resolution: {integrity: sha512-yyC7mlQ+p2Mu7TXOj0u/NojYXBjjAyJJDNbC1NM3e3KZdNZxi7mX31kb7FcdB3SMiaKIkKC3Yy3SAsajkYpVMg==} + /@antfu/eslint-config-basic@0.38.4(@typescript-eslint/eslint-plugin@5.57.1)(@typescript-eslint/parser@5.57.1)(eslint@8.37.0)(typescript@5.0.3): + resolution: {integrity: sha512-QcJ/84eVa7mJD2PEbHw1r7dRg7pHNOvTvkHud+iFYxkDjzcuFMiHFZ7JCYLnuA1NKzeUmczdLFFrHnASxtpV3g==} peerDependencies: eslint: '>=7.4.0' dependencies: eslint: 8.37.0 - eslint-plugin-antfu: 0.38.2(eslint@8.37.0)(typescript@5.0.2) + eslint-plugin-antfu: 0.38.4(eslint@8.37.0)(typescript@5.0.3) eslint-plugin-eslint-comments: 3.2.0(eslint@8.37.0) eslint-plugin-html: 7.1.0 - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.57.0)(eslint@8.37.0) + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.57.1)(eslint@8.37.0) eslint-plugin-jsonc: 2.7.0(eslint@8.37.0) eslint-plugin-markdown: 3.0.0(eslint@8.37.0) eslint-plugin-n: 15.7.0(eslint@8.37.0) eslint-plugin-no-only-tests: 3.1.0 eslint-plugin-promise: 6.1.1(eslint@8.37.0) eslint-plugin-unicorn: 46.0.0(eslint@8.37.0) - eslint-plugin-unused-imports: 2.0.0(@typescript-eslint/eslint-plugin@5.57.0)(eslint@8.37.0) + eslint-plugin-unused-imports: 2.0.0(@typescript-eslint/eslint-plugin@5.57.1)(eslint@8.37.0) eslint-plugin-yml: 1.5.0(eslint@8.37.0) jsonc-eslint-parser: 2.2.0 yaml-eslint-parser: 1.2.0 @@ -118,18 +118,18 @@ packages: - typescript dev: true - /@antfu/eslint-config-ts@0.38.2(eslint@8.37.0)(typescript@5.0.2): - resolution: {integrity: sha512-I4F8a9oJvTqd6/LLG4b6fhR1qNjEgVNdY8kuILxDV1vacwPpwQp00FfdN1LsjwBIvOQPtBh7KoG6HHep8D9YqQ==} + /@antfu/eslint-config-ts@0.38.4(eslint@8.37.0)(typescript@5.0.3): + resolution: {integrity: sha512-w1GweHjkbH6gCk92mdbkb/ZeyPtQ1ztd4fzoOjFagqhsELrH3bL/3tviipj3L/TnBWJz/kW2MMWFFne2+EjHgQ==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@antfu/eslint-config-basic': 0.38.2(@typescript-eslint/eslint-plugin@5.57.0)(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.2) - '@typescript-eslint/eslint-plugin': 5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.2) - '@typescript-eslint/parser': 5.57.0(eslint@8.37.0)(typescript@5.0.2) + '@antfu/eslint-config-basic': 0.38.4(@typescript-eslint/eslint-plugin@5.57.1)(@typescript-eslint/parser@5.57.1)(eslint@8.37.0)(typescript@5.0.3) + '@typescript-eslint/eslint-plugin': 5.57.1(@typescript-eslint/parser@5.57.1)(eslint@8.37.0)(typescript@5.0.3) + '@typescript-eslint/parser': 5.57.1(eslint@8.37.0)(typescript@5.0.3) eslint: 8.37.0 - eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.57.0)(eslint@8.37.0)(typescript@5.0.2) - typescript: 5.0.2 + eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.57.1)(eslint@8.37.0)(typescript@5.0.3) + typescript: 5.0.3 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -137,13 +137,13 @@ packages: - supports-color dev: true - /@antfu/eslint-config-vue@0.38.2(@typescript-eslint/eslint-plugin@5.57.0)(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.2): - resolution: {integrity: sha512-YzLixISzgB1szc7++UwK45R5iKSMzo/f4DSWZOMNHWQb/qApjlaSDG5xBTRSPo57Yvm7pvrC8gQ10XfgFuCb6g==} + /@antfu/eslint-config-vue@0.38.4(@typescript-eslint/eslint-plugin@5.57.1)(@typescript-eslint/parser@5.57.1)(eslint@8.37.0)(typescript@5.0.3): + resolution: {integrity: sha512-PhKl2007+ztgwdyolzjwmZT8cCCtubhbfOvyYNJKdPOuJZytyjdw9V4RHnT/R+NRQFryLqXMJ+yswJn5La6a0Q==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-basic': 0.38.2(@typescript-eslint/eslint-plugin@5.57.0)(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.2) - '@antfu/eslint-config-ts': 0.38.2(eslint@8.37.0)(typescript@5.0.2) + '@antfu/eslint-config-basic': 0.38.4(@typescript-eslint/eslint-plugin@5.57.1)(@typescript-eslint/parser@5.57.1)(eslint@8.37.0)(typescript@5.0.3) + '@antfu/eslint-config-ts': 0.38.4(eslint@8.37.0)(typescript@5.0.3) eslint: 8.37.0 eslint-plugin-vue: 9.10.0(eslint@8.37.0) local-pkg: 0.4.3 @@ -157,18 +157,18 @@ packages: - typescript dev: true - /@antfu/eslint-config@0.38.2(eslint@8.37.0)(typescript@5.0.2): - resolution: {integrity: sha512-JOWWCGSS3TSGVA9W6sN2WLD6bvCloENgbW1RpHoPfbZxqdK1phFrUt1wNQ43VHiBr9YGX/mmqCO+meIPzqBpiA==} + /@antfu/eslint-config@0.38.4(eslint@8.37.0)(typescript@5.0.3): + resolution: {integrity: sha512-znWeFFvemkzmSL1k07wpRs/Uwg8y+wo4yCMM/STVxFvFPNxU0SzJlNEmOUTdjqlFBzvGqmjr8dnIDRv/N6rmgA==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-vue': 0.38.2(@typescript-eslint/eslint-plugin@5.57.0)(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.2) - '@typescript-eslint/eslint-plugin': 5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.2) - '@typescript-eslint/parser': 5.57.0(eslint@8.37.0)(typescript@5.0.2) + '@antfu/eslint-config-vue': 0.38.4(@typescript-eslint/eslint-plugin@5.57.1)(@typescript-eslint/parser@5.57.1)(eslint@8.37.0)(typescript@5.0.3) + '@typescript-eslint/eslint-plugin': 5.57.1(@typescript-eslint/parser@5.57.1)(eslint@8.37.0)(typescript@5.0.3) + '@typescript-eslint/parser': 5.57.1(eslint@8.37.0)(typescript@5.0.3) eslint: 8.37.0 eslint-plugin-eslint-comments: 3.2.0(eslint@8.37.0) eslint-plugin-html: 7.1.0 - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.57.0)(eslint@8.37.0) + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.57.1)(eslint@8.37.0) eslint-plugin-jsonc: 2.7.0(eslint@8.37.0) eslint-plugin-n: 15.7.0(eslint@8.37.0) eslint-plugin-promise: 6.1.1(eslint@8.37.0) @@ -778,8 +778,8 @@ packages: /@types/web-bluetooth@0.0.16: resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==} - /@typescript-eslint/eslint-plugin@5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.2): - resolution: {integrity: sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA==} + /@typescript-eslint/eslint-plugin@5.57.1(@typescript-eslint/parser@5.57.1)(eslint@8.37.0)(typescript@5.0.3): + resolution: {integrity: sha512-1MeobQkQ9tztuleT3v72XmY0XuKXVXusAhryoLuU5YZ+mXoYKZP9SQ7Flulh1NX4DTjpGTc2b/eMu4u7M7dhnQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -790,24 +790,24 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.5.0 - '@typescript-eslint/parser': 5.57.0(eslint@8.37.0)(typescript@5.0.2) - '@typescript-eslint/scope-manager': 5.57.0 - '@typescript-eslint/type-utils': 5.57.0(eslint@8.37.0)(typescript@5.0.2) - '@typescript-eslint/utils': 5.57.0(eslint@8.37.0)(typescript@5.0.2) + '@typescript-eslint/parser': 5.57.1(eslint@8.37.0)(typescript@5.0.3) + '@typescript-eslint/scope-manager': 5.57.1 + '@typescript-eslint/type-utils': 5.57.1(eslint@8.37.0)(typescript@5.0.3) + '@typescript-eslint/utils': 5.57.1(eslint@8.37.0)(typescript@5.0.3) debug: 4.3.4 eslint: 8.37.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 semver: 7.3.8 - tsutils: 3.21.0(typescript@5.0.2) - typescript: 5.0.2 + tsutils: 3.21.0(typescript@5.0.3) + typescript: 5.0.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@5.57.0(eslint@8.37.0)(typescript@5.0.2): - resolution: {integrity: sha512-orrduvpWYkgLCyAdNtR1QIWovcNZlEm6yL8nwH/eTxWLd8gsP+25pdLHYzL2QdkqrieaDwLpytHqycncv0woUQ==} + /@typescript-eslint/parser@5.57.1(eslint@8.37.0)(typescript@5.0.3): + resolution: {integrity: sha512-hlA0BLeVSA/wBPKdPGxoVr9Pp6GutGoY380FEhbVi0Ph4WNe8kLvqIRx76RSQt1lynZKfrXKs0/XeEk4zZycuA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -816,26 +816,26 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.57.0 - '@typescript-eslint/types': 5.57.0 - '@typescript-eslint/typescript-estree': 5.57.0(typescript@5.0.2) + '@typescript-eslint/scope-manager': 5.57.1 + '@typescript-eslint/types': 5.57.1 + '@typescript-eslint/typescript-estree': 5.57.1(typescript@5.0.3) debug: 4.3.4 eslint: 8.37.0 - typescript: 5.0.2 + typescript: 5.0.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager@5.57.0: - resolution: {integrity: sha512-NANBNOQvllPlizl9LatX8+MHi7bx7WGIWYjPHDmQe5Si/0YEYfxSljJpoTyTWFTgRy3X8gLYSE4xQ2U+aCozSw==} + /@typescript-eslint/scope-manager@5.57.1: + resolution: {integrity: sha512-N/RrBwEUKMIYxSKl0oDK5sFVHd6VI7p9K5MyUlVYAY6dyNb/wHUqndkTd3XhpGlXgnQsBkRZuu4f9kAHghvgPw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.57.0 - '@typescript-eslint/visitor-keys': 5.57.0 + '@typescript-eslint/types': 5.57.1 + '@typescript-eslint/visitor-keys': 5.57.1 dev: true - /@typescript-eslint/type-utils@5.57.0(eslint@8.37.0)(typescript@5.0.2): - resolution: {integrity: sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ==} + /@typescript-eslint/type-utils@5.57.1(eslint@8.37.0)(typescript@5.0.3): + resolution: {integrity: sha512-/RIPQyx60Pt6ga86hKXesXkJ2WOS4UemFrmmq/7eOyiYjYv/MUSHPlkhU6k9T9W1ytnTJueqASW+wOmW4KrViw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -844,23 +844,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.57.0(typescript@5.0.2) - '@typescript-eslint/utils': 5.57.0(eslint@8.37.0)(typescript@5.0.2) + '@typescript-eslint/typescript-estree': 5.57.1(typescript@5.0.3) + '@typescript-eslint/utils': 5.57.1(eslint@8.37.0)(typescript@5.0.3) debug: 4.3.4 eslint: 8.37.0 - tsutils: 3.21.0(typescript@5.0.2) - typescript: 5.0.2 + tsutils: 3.21.0(typescript@5.0.3) + typescript: 5.0.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types@5.57.0: - resolution: {integrity: sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==} + /@typescript-eslint/types@5.57.1: + resolution: {integrity: sha512-bSs4LOgyV3bJ08F5RDqO2KXqg3WAdwHCu06zOqcQ6vqbTJizyBhuh1o1ImC69X4bV2g1OJxbH71PJqiO7Y1RuA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree@5.57.0(typescript@5.0.2): - resolution: {integrity: sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw==} + /@typescript-eslint/typescript-estree@5.57.1(typescript@5.0.3): + resolution: {integrity: sha512-A2MZqD8gNT0qHKbk2wRspg7cHbCDCk2tcqt6ScCFLr5Ru8cn+TCfM786DjPhqwseiS+PrYwcXht5ztpEQ6TFTw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -868,20 +868,20 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.57.0 - '@typescript-eslint/visitor-keys': 5.57.0 + '@typescript-eslint/types': 5.57.1 + '@typescript-eslint/visitor-keys': 5.57.1 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.8 - tsutils: 3.21.0(typescript@5.0.2) - typescript: 5.0.2 + tsutils: 3.21.0(typescript@5.0.3) + typescript: 5.0.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@5.57.0(eslint@8.37.0)(typescript@5.0.2): - resolution: {integrity: sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw==} + /@typescript-eslint/utils@5.57.1(eslint@8.37.0)(typescript@5.0.3): + resolution: {integrity: sha512-kN6vzzf9NkEtawECqze6v99LtmDiUJCVpvieTFA1uL7/jDghiJGubGZ5csicYHU1Xoqb3oH/R5cN5df6W41Nfg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -889,9 +889,9 @@ packages: '@eslint-community/eslint-utils': 4.4.0(eslint@8.37.0) '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.57.0 - '@typescript-eslint/types': 5.57.0 - '@typescript-eslint/typescript-estree': 5.57.0(typescript@5.0.2) + '@typescript-eslint/scope-manager': 5.57.1 + '@typescript-eslint/types': 5.57.1 + '@typescript-eslint/typescript-estree': 5.57.1(typescript@5.0.3) eslint: 8.37.0 eslint-scope: 5.1.1 semver: 7.3.8 @@ -900,11 +900,11 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys@5.57.0: - resolution: {integrity: sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g==} + /@typescript-eslint/visitor-keys@5.57.1: + resolution: {integrity: sha512-RjQrAniDU0CEk5r7iphkm731zKlFiUjvcBS2yHAg8WWqFMCaCrD0rKEVOMUyMMcbGPZ0bPp56srkGWrgfZqLRA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.57.0 + '@typescript-eslint/types': 5.57.1 eslint-visitor-keys: 3.4.0 dev: true @@ -1126,42 +1126,29 @@ packages: pretty-format: 27.5.1 dev: true - /@volar/language-core@1.0.24: - resolution: {integrity: sha512-vTN+alJiWwK0Pax6POqrmevbtFW2dXhjwWiW/MW4f48eDYPLdyURWcr8TixO7EN/nHsUBj2udT7igFKPtjyAKg==} + /@volar/language-core@1.4.0-alpha.5: + resolution: {integrity: sha512-tYOztUpB7Sv6gf+0EBLW4bLWaj51XDlOisdVAOtv+z9kNdoZjQ2XWjNtzm0DSJ3ECFwB9iHlXGfmxqaV15k8/Q==} dependencies: - '@volar/source-map': 1.0.24 - muggle-string: 0.1.0 + '@volar/source-map': 1.4.0-alpha.5 dev: true - /@volar/language-core@1.3.0-alpha.0: - resolution: {integrity: sha512-W3uMzecHPcbwddPu4SJpUcPakRBK/y/BP+U0U6NiPpUX1tONLC4yCawt+QBJqtgJ+sfD6ztf5PyvPL3hQRqfOA==} - dependencies: - '@volar/source-map': 1.3.0-alpha.0 - dev: true - - /@volar/source-map@1.0.24: - resolution: {integrity: sha512-Qsv/tkplx18pgBr8lKAbM1vcDqgkGKQzbChg6NW+v0CZc3G7FLmK+WrqEPzKlN7Cwdc6XVL559Nod8WKAfKr4A==} - dependencies: - muggle-string: 0.1.0 - dev: true - - /@volar/source-map@1.3.0-alpha.0: - resolution: {integrity: sha512-jSdizxWFvDTvkPYZnO6ew3sBZUnS0abKCbuopkc0JrIlFbznWC/fPH3iPFIMS8/IIkRxq1Jh9VVG60SmtsdaMQ==} + /@volar/source-map@1.4.0-alpha.5: + resolution: {integrity: sha512-YO46N/hh/hOEpUJ0UXbJVnvUUY6wCvHdoLXnkMrlJx0tzRLylWvrHXz9neGov324JwnuQzbPHa4AehvP9WhWvQ==} dependencies: muggle-string: 0.2.2 dev: true - /@volar/typescript@1.3.0-alpha.0: - resolution: {integrity: sha512-5UItyW2cdH2mBLu4RrECRNJRgtvvzKrSCn2y3v/D61QwIDkGx4aeil6x8RFuUL5TFtV6QvVHXnsOHxNgd+sCow==} + /@volar/typescript@1.4.0-alpha.5: + resolution: {integrity: sha512-AEm68uua8mYEpI27ApCWCVmtCMYBBj0Z8Lbp7uBRf0Tpprbr/xs/xGhq1TqcuSqxpAnEARt4Y25yZBPfPTy2lg==} dependencies: - '@volar/language-core': 1.3.0-alpha.0 + '@volar/language-core': 1.4.0-alpha.5 dev: true - /@volar/vue-language-core@1.2.0: - resolution: {integrity: sha512-w7yEiaITh2WzKe6u8ZdeLKCUz43wdmY/OqAmsB/PGDvvhTcVhCJ6f0W/RprZL1IhqH8wALoWiwEh/Wer7ZviMQ==} + /@volar/vue-language-core@1.3.8: + resolution: {integrity: sha512-3Yjiq7dOIfPNu2THtOzsjNtBqjH6eY64U70tpeRRMJamee3aGeIXq3ohFDmqTWKu3WyszyIExdGdW1NEROGO8Q==} dependencies: - '@volar/language-core': 1.3.0-alpha.0 - '@volar/source-map': 1.3.0-alpha.0 + '@volar/language-core': 1.4.0-alpha.5 + '@volar/source-map': 1.4.0-alpha.5 '@vue/compiler-dom': 3.2.47 '@vue/compiler-sfc': 3.2.47 '@vue/reactivity': 3.2.47 @@ -1171,38 +1158,38 @@ packages: vue-template-compiler: 2.7.14 dev: true - /@volar/vue-typescript@1.2.0: - resolution: {integrity: sha512-zjmRi9y3J1EkG+pfuHp8IbHmibihrKK485cfzsHjiuvJMGrpkWvlO5WVEk8oslMxxeGC5XwBFE9AOlvh378EPA==} + /@volar/vue-typescript@1.3.8: + resolution: {integrity: sha512-hMI83AI04T8lzsb4rOQSjMYBHEOzgTaGA2KRH0FXyMDuItWLjQX+NTNCzT2DIBdz34wWhA4993dgwjHeWyT7gA==} dependencies: - '@volar/typescript': 1.3.0-alpha.0 - '@volar/vue-language-core': 1.2.0 + '@volar/typescript': 1.4.0-alpha.5 + '@volar/vue-language-core': 1.3.8 dev: true - /@vue-macros/api@0.5.0(rollup@3.20.2)(vue@3.2.47): - resolution: {integrity: sha512-d2ybC+DQIgqWjstNhgsWu3LhQBkzy/4OuHCl6PEpwtx91f1KN9+Ha5svbfhM/2UqOehqlpEu+WBU8Bykl7J3Kg==} + /@vue-macros/api@0.5.1(rollup@3.20.2)(vue@3.2.47): + resolution: {integrity: sha512-2rpldQa5YnSY4+auFSZLQDXHL31z9VyIA/I0AqcXzxO2TRfZewhNGY5I/K/nuaheXCumodFxbCPXGZ6CKa6lRA==} engines: {node: '>=14.19.0'} dependencies: '@babel/types': 7.21.3 - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) transitivePeerDependencies: - rollup - vue dev: true - /@vue-macros/better-define@1.5.0(vue@3.2.47): - resolution: {integrity: sha512-UseXFJ3TOvajclNgeJ8vil7Ja2NBDg+2zeeHDbaQfLw3orzYbHQAPGpBr9f7KZAofZgldtngnX2f2Oplx5lTCA==} + /@vue-macros/better-define@1.5.1(vue@3.2.47): + resolution: {integrity: sha512-MaYvAvbvgw3aJkY+ct52FZIQwJ8R/0vbDqcVdhT9ux94pVqRYWyd04j+vGo4prizo58FZiE+hZ1NBmAvT27aQA==} engines: {node: '>=14.19.0'} dependencies: - '@vue-macros/api': 0.5.0(rollup@3.20.2)(vue@3.2.47) - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) + '@vue-macros/api': 0.5.1(rollup@3.20.2)(vue@3.2.47) + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) unplugin: 1.3.1 transitivePeerDependencies: - rollup - vue dev: true - /@vue-macros/common@1.1.4(rollup@3.20.2)(vue@3.2.47): - resolution: {integrity: sha512-LyTvNEffxbsWTq6dEUhJQZhAjwHvyQy5L2IhkJ3VQgecoxhFz62VmGWBst43l9RGHrhGLKaEa3euV0/6VJLqzQ==} + /@vue-macros/common@1.2.0(rollup@3.20.2)(vue@3.2.47): + resolution: {integrity: sha512-lQglnRn+8wkdAhmGQbrI0mo4SzRuY5KBjst0qi8LBDYllFKtI2brapbewUME1AXnXbVett0SRDnB2EdZXyzCmw==} engines: {node: '>=14.19.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 @@ -1212,7 +1199,7 @@ packages: dependencies: '@babel/types': 7.21.3 '@rollup/pluginutils': 5.0.2(rollup@3.20.2) - '@vue/compiler-sfc': 3.2.47 + '@vue/compiler-sfc': 3.3.0-alpha.8 local-pkg: 0.4.3 magic-string-ast: 0.1.2 vue: 3.2.47 @@ -1220,8 +1207,8 @@ packages: - rollup dev: true - /@vue-macros/define-model@1.4.3(@vueuse/core@9.13.0)(vue@3.2.47): - resolution: {integrity: sha512-EIIVSoNdKk3HPE8sF7fuMu7934Inra1vyuQJN6ikyqgoFGfpvFxBteuot2T+CiJFswZJ1z9YEw9WswbJmlqaAA==} + /@vue-macros/define-models@1.0.1(@vueuse/core@9.13.0)(vue@3.2.47): + resolution: {integrity: sha512-/Xs7IE9hMD0939sKuBxTnQDDcjcSug61cnIt+owIB9sWvXYNdagjL5fsvMmR6ErqXqfswbUuhbTtxZeJXpVn/g==} engines: {node: '>=14.19.0'} peerDependencies: '@vueuse/core': ^9.0.0 @@ -1229,7 +1216,7 @@ packages: '@vueuse/core': optional: true dependencies: - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) '@vueuse/core': 9.13.0(vue@3.2.47) ast-walker-scope: 0.4.1 unplugin: 1.3.1 @@ -1238,54 +1225,54 @@ packages: - vue dev: true - /@vue-macros/define-props-refs@0.3.2(vue@3.2.47): - resolution: {integrity: sha512-0OjXw9Ogr2C3pOZfd7U6xWc6qICBZEBmy7yXrKRuYIFDt5r/ucTO/1psVORmB1n8frsxkxudUJ1EllRB4gBAnw==} + /@vue-macros/define-props-refs@1.0.0(vue@3.2.47): + resolution: {integrity: sha512-XlM0ljUl1bxvNP/KuiV6IJhECcoEel9GuZwzqyCvoZFVkdVyjBbYjxwoHI8UEwm5mxITYHiHpdmhQk33EauJ2g==} engines: {node: '>=14.19.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) unplugin: 1.3.1 vue: 3.2.47 transitivePeerDependencies: - rollup dev: true - /@vue-macros/define-props@1.0.2(@vue-macros/reactivity-transform@0.3.3)(vue@3.2.47): - resolution: {integrity: sha512-DwDQuLd2/UNKKc4IZ0CadxpcQblU7HO+IAqjJtkTslsvlNaN98JUwGJ6jz+uRZ8uP6fnZzkQbkh1rqzHf3wXDA==} + /@vue-macros/define-props@1.0.3(@vue-macros/reactivity-transform@0.3.4)(vue@3.2.47): + resolution: {integrity: sha512-OE41zT/5XVTubxIo7BrCmx+pMcwz6SQQ3ujVmoyDE8Kj+GwVBM8cWkRZxHeD5Bwli9jrc2hY/iNoBhKxO/iulA==} engines: {node: '>=14.19.0'} peerDependencies: - '@vue-macros/reactivity-transform': ^0.3.2 + '@vue-macros/reactivity-transform': ^0.3.4 vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) - '@vue-macros/reactivity-transform': 0.3.3(vue@3.2.47) + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) + '@vue-macros/reactivity-transform': 0.3.4(vue@3.2.47) unplugin: 1.3.1 vue: 3.2.47 transitivePeerDependencies: - rollup dev: true - /@vue-macros/define-render@1.3.3(vue@3.2.47): - resolution: {integrity: sha512-N2BxsrFxhc66bEpmuazUMODOvrfZ28vvO/bhxIB2hAxUMZGnZ8s+SIATn01XEx+Bqi+V+GU0eCBgAm/qsZimpg==} + /@vue-macros/define-render@1.3.4(vue@3.2.47): + resolution: {integrity: sha512-dS9vUNXKpkOvSb0wVKz2bdxkAWXnZSxMzXTXjAy5oiib9MaR+a4znKhrK/WIx39bR5OI1zEGqQY0s0lzWEbvGA==} engines: {node: '>=14.19.0'} peerDependencies: vue: ^2.7.0 || ^3.0.0 dependencies: - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) unplugin: 1.3.1 vue: 3.2.47 transitivePeerDependencies: - rollup dev: true - /@vue-macros/define-slots@0.3.2(vue@3.2.47): - resolution: {integrity: sha512-IIcBIGA9rMcoRCWl7AAaRbQ3zHPCwdkNNWjunsiSHjMfk3rJV04TLOpKawwL5cn3Sb8W3cMA9/X9ftmYE88Uhw==} + /@vue-macros/define-slots@1.0.0(vue@3.2.47): + resolution: {integrity: sha512-Mrpkt/iYCABXc5OBwuyk+twbr39Tru49Lg6rhg3qxl910loiQVIXuOzlP4Ftr4V7PIL3gsiLvH+d+5T7DIzc6w==} engines: {node: '>=14.19.0'} peerDependencies: vue: ^2.7.0 || ^3.0.0 dependencies: - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) unplugin: 1.3.1 vue: 3.2.47 transitivePeerDependencies: @@ -1306,52 +1293,52 @@ packages: vue: 3.2.47 dev: true - /@vue-macros/export-props@0.3.2(vue@3.2.47): - resolution: {integrity: sha512-P3RM6G/T8r70IY69rYxsZUWnIVLQZnG2ndeohCrS8RTD0+uiKG4LWOwKqOSm5aLLIynFRyINGqBp8vYIJKBUpQ==} + /@vue-macros/export-props@0.3.3(vue@3.2.47): + resolution: {integrity: sha512-HDWuEaJrckufx8DohwTFmAtVgOeJomglIYJmc2g9tKAF6NF6p7PE24U2xl/FgoQs/vQdZyJYoeHUUR4TosKE/w==} engines: {node: '>=14.19.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) unplugin: 1.3.1 vue: 3.2.47 transitivePeerDependencies: - rollup dev: true - /@vue-macros/hoist-static@1.3.2(vue@3.2.47): - resolution: {integrity: sha512-eKHLgs/6x6P72nFtZhRk7a1kP290Zoy7UZx+rYApGD9LZ2jvk/8iVTnukSKkyY9uYcnaUtxd3XqXIFJsv42hfg==} + /@vue-macros/hoist-static@1.3.3(vue@3.2.47): + resolution: {integrity: sha512-6MF6i69J4VOUf9/FSbcyHAq55cneeRyPeptf5LyrOHZ7CVjTDE0EhMtsecSYMs/aMM2pUtkBpRAy9UKGRiTmGA==} engines: {node: '>=14.19.0'} dependencies: - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) unplugin: 1.3.1 transitivePeerDependencies: - rollup - vue dev: true - /@vue-macros/named-template@0.3.3(vue@3.2.47): - resolution: {integrity: sha512-rgnfFdPecc7FXv/iKNRk1TTejt1Tdfi7dGMYmyG4u+k0rhR/rUVUr661eWTdDMn41th83FKuKoyNvr8SXl4OzQ==} + /@vue-macros/named-template@0.3.4(vue@3.2.47): + resolution: {integrity: sha512-SIMoA/QG5Wy7wPMgJF+QDZjcVp9oayw5etAeVyeeaspSH9EXYWeO12psiR/UBz1bZMpolTo20IgeYXL3EYOtfA==} engines: {node: '>=14.19.0'} dependencies: - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) - '@vue/compiler-dom': 3.2.47 + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) + '@vue/compiler-dom': 3.3.0-alpha.8 unplugin: 1.3.1 transitivePeerDependencies: - rollup - vue dev: true - /@vue-macros/reactivity-transform@0.3.3(vue@3.2.47): - resolution: {integrity: sha512-WgdvruT7Gi5eD9KPv24wPKpEo0Xum3leXDADuH7ssiwAvcI6D7YQa/1bZYrqvdD31UecV3hO/w9bR7BsCVJSKA==} + /@vue-macros/reactivity-transform@0.3.4(vue@3.2.47): + resolution: {integrity: sha512-XP0027Va90bG3Unz/UCuEAnOqUKdJIuFyB2cLKrdeIsVscjguGDA9uc8M0+G9vD7odK6Mv7fkhNKDW+C7cwVhQ==} engines: {node: '>=14.19.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: '@babel/parser': 7.21.3 - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) - '@vue/compiler-core': 3.2.47 - '@vue/shared': 3.2.47 + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) + '@vue/compiler-core': 3.3.0-alpha.8 + '@vue/shared': 3.3.0-alpha.8 magic-string: 0.30.0 unplugin: 1.3.1 vue: 3.2.47 @@ -1359,90 +1346,90 @@ packages: - rollup dev: true - /@vue-macros/setup-block@0.2.2(vue@3.2.47): - resolution: {integrity: sha512-WXacSISfdUCx4yRdQ2VpsYH4n6n3ymum2Wt8cJpLVJRrYRrVl0v5DdLT3cp/GRKZsrKQFjITN+Ldp1jErTUSOA==} + /@vue-macros/setup-block@0.2.3(vue@3.2.47): + resolution: {integrity: sha512-P2JObNRDA7sXhnqrtbaltJHAHAQmPbs9KIaWZPWxV/DjwiLSq1reCcZ2SByZHB4QC8pM6Wp6J4jHn+Qu3VTmoA==} engines: {node: '>=14.19.0'} dependencies: - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) - '@vue/compiler-dom': 3.2.47 + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) + '@vue/compiler-dom': 3.3.0-alpha.8 unplugin: 1.3.1 transitivePeerDependencies: - rollup - vue dev: true - /@vue-macros/setup-component@0.16.3(vue@3.2.47): - resolution: {integrity: sha512-yXqrjt+DmoSs1TFKaS6vR4Z4+DdH8zhXdo6lRLgkZQrwPT7zVPOtBuqHvPMSJf7Nf+Eg8d8biCDtuMtBs1UVQg==} + /@vue-macros/setup-component@0.16.4(vue@3.2.47): + resolution: {integrity: sha512-5Y7qCCyLaVXxQGxtMX38rSKyDUu7efiPNAS52zX5fUQzfj2Udgy2/Kdik2TP5HhvMF94iXCjAZVCOUHTQMJxlA==} engines: {node: '>=14.19.0'} dependencies: - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) unplugin: 1.3.1 transitivePeerDependencies: - rollup - vue dev: true - /@vue-macros/setup-sfc@0.15.3(vue@3.2.47): - resolution: {integrity: sha512-iWpvRiTtTtC17ZWfcU22IMfacRWaduHuZe9aizewEB6wSvCq9eg1tTwlRzOHhz/6THIfIHT8U4zQZLb3IaXw0Q==} + /@vue-macros/setup-sfc@0.15.4(vue@3.2.47): + resolution: {integrity: sha512-qrjx7QN9JILflfVVICidC3zhJ+ZhEkY+7UTEfYYwWmn1FqGmAahAgVd+t60M7iEy62+c5kS5azPQgyN3f0UtCw==} engines: {node: '>=14.19.0'} dependencies: - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) unplugin: 1.3.1 transitivePeerDependencies: - rollup - vue dev: true - /@vue-macros/short-emits@1.3.2(vue@3.2.47): - resolution: {integrity: sha512-OMVg6rYUadVId2gdtD4/qRRiQJxkWBXg7C1sfZIrUXqrx3rM40NOx1LsUGxKjK1T0H+KbTZWUAeTqOhGMCl/Vw==} + /@vue-macros/short-emits@1.3.3(vue@3.2.47): + resolution: {integrity: sha512-8A38YgdoJQGvrsZFGbFiO6kOoAUuBs7Pe10g9eT2NhKoi/PVy+YrM/0oS1nlyH+sXgEVzDLJniqmwZ6Ggvg+pQ==} engines: {node: '>=14.19.0'} dependencies: - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) unplugin: 1.3.1 transitivePeerDependencies: - rollup - vue dev: true - /@vue-macros/short-vmodel@1.2.3(vue@3.2.47): - resolution: {integrity: sha512-qnpXeLaDd8C+HBdI5YZ206+XAeevzzJUOalrxYoo99Dke77HWUKI2PWvKGByBGtXgeMqL4caCMIkCf86s6kViQ==} + /@vue-macros/short-vmodel@1.2.4(vue@3.2.47): + resolution: {integrity: sha512-CInkaf9iW5vQUhUsiu+uQ80siFPnN1rgiMZJ+l0F1fQcUmeHiIANZjw7E2ryK7lh6ZmF7vLHW1RCo1KeGgoGqg==} engines: {node: '>=14.19.0'} dependencies: - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) - '@vue/compiler-core': 3.2.47 + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) + '@vue/compiler-core': 3.3.0-alpha.8 transitivePeerDependencies: - rollup - vue dev: true - /@vue-macros/single-define@0.1.3(vue@3.2.47): - resolution: {integrity: sha512-Pn2kJEsWvFCNCFNw2+NeteKAqZ6uxaORJGUxukKPLP6b6+K3bAChfYzd2oZf5WHXxXuAHTG/1rzfT5PONb58Hg==} + /@vue-macros/single-define@0.1.4(vue@3.2.47): + resolution: {integrity: sha512-/sHQDNYOf+qwjixkoI4FFqoa+9gmTQ66mqZ9tV4B34ptds2SKKloVk9M06rSXKXiiR1oCWpOMTpedKwh19gLrQ==} engines: {node: '>=14.19.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/api': 0.5.0(rollup@3.20.2)(vue@3.2.47) - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) + '@vue-macros/api': 0.5.1(rollup@3.20.2)(vue@3.2.47) + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) rollup: 3.20.2 unplugin: 1.3.1 vue: 3.2.47 dev: true - /@vue-macros/volar@0.9.4(@vue-macros/reactivity-transform@0.3.3)(vue-tsc@1.2.0)(vue@3.2.47): - resolution: {integrity: sha512-xn9QDnVZt9L2rg9/OoXbdyQNeMwJXBIC1gq0l0kLKRxM0ovHp3VVO2800HN0Ad4JxmMzTIwToTqPPyMF48e1qw==} + /@vue-macros/volar@0.9.5(@vue-macros/reactivity-transform@0.3.4)(vue-tsc@1.3.8)(vue@3.2.47): + resolution: {integrity: sha512-+alRBRwezUWHrZZ0sxI4RUQVtkkvS7jX4v6XO26VoT0/oUmgyffuhG6ahRWJicbHajBhXqruzTGWAVR26QhEyQ==} engines: {node: '>=14.19.0'} peerDependencies: - vue-tsc: ^1.0.24 + vue-tsc: ^1.3.8 peerDependenciesMeta: vue-tsc: optional: true dependencies: - '@volar/language-core': 1.0.24 - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) - '@vue-macros/define-props': 1.0.2(@vue-macros/reactivity-transform@0.3.3)(vue@3.2.47) - '@vue-macros/short-vmodel': 1.2.3(vue@3.2.47) + '@volar/language-core': 1.4.0-alpha.5 + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) + '@vue-macros/define-props': 1.0.3(@vue-macros/reactivity-transform@0.3.4)(vue@3.2.47) + '@vue-macros/short-vmodel': 1.2.4(vue@3.2.47) muggle-string: 0.2.2 - vue-tsc: 1.2.0(typescript@5.0.2) + vue-tsc: 1.3.8(typescript@5.0.3) transitivePeerDependencies: - '@vue-macros/reactivity-transform' - rollup @@ -1457,12 +1444,28 @@ packages: estree-walker: 2.0.2 source-map: 0.6.1 + /@vue/compiler-core@3.3.0-alpha.8: + resolution: {integrity: sha512-PXzKxwGdAu6iN62fwmbzbFXLJNTt6E0vYc2CXKf3qAzRIY1ECcocyx6GjDACVcl7/ClJhQ43YKSSoaGuZ8i5UQ==} + dependencies: + '@babel/parser': 7.21.3 + '@vue/shared': 3.3.0-alpha.8 + estree-walker: 2.0.2 + source-map: 0.6.1 + dev: true + /@vue/compiler-dom@3.2.47: resolution: {integrity: sha512-dBBnEHEPoftUiS03a4ggEig74J2YBZ2UIeyfpcRM2tavgMWo4bsEfgCGsu+uJIL/vax9S+JztH8NmQerUo7shQ==} dependencies: '@vue/compiler-core': 3.2.47 '@vue/shared': 3.2.47 + /@vue/compiler-dom@3.3.0-alpha.8: + resolution: {integrity: sha512-88nWCX6aD9ud6RN1zHq5RyOfSWDLqg49TrnbA6U5Qc9KwBtf1KO1vARdqi1xM4/Ep1oWFod5UVYsHLFED30daQ==} + dependencies: + '@vue/compiler-core': 3.3.0-alpha.8 + '@vue/shared': 3.3.0-alpha.8 + dev: true + /@vue/compiler-sfc@3.2.47: resolution: {integrity: sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ==} dependencies: @@ -1477,12 +1480,34 @@ packages: postcss: 8.4.21 source-map: 0.6.1 + /@vue/compiler-sfc@3.3.0-alpha.8: + resolution: {integrity: sha512-Hru3kTyT2vVWtYmeSHYX1T6RaQbzwJa6rIq7LiucmG5/myWbngutZ5JWLWNgt7aV6YOzu6Z6yXjXLJ05c4y6cQ==} + dependencies: + '@babel/parser': 7.21.3 + '@vue/compiler-core': 3.3.0-alpha.8 + '@vue/compiler-dom': 3.3.0-alpha.8 + '@vue/compiler-ssr': 3.3.0-alpha.8 + '@vue/reactivity-transform': 3.3.0-alpha.8 + '@vue/shared': 3.3.0-alpha.8 + estree-walker: 2.0.2 + magic-string: 0.30.0 + postcss: 8.4.21 + source-map: 0.6.1 + dev: true + /@vue/compiler-ssr@3.2.47: resolution: {integrity: sha512-wVXC+gszhulcMD8wpxMsqSOpvDZ6xKXSVWkf50Guf/S+28hTAXPDYRTbLQ3EDkOP5Xz/+SY37YiwDquKbJOgZw==} dependencies: '@vue/compiler-dom': 3.2.47 '@vue/shared': 3.2.47 + /@vue/compiler-ssr@3.3.0-alpha.8: + resolution: {integrity: sha512-cshqRLjfm9IxS7MFoYLXP1srr80Ozxdw04PlgDo/RmKEzHO15vGqPy4eSVeSerZ9/Io6qBiqBP8uKdxy66gyRA==} + dependencies: + '@vue/compiler-dom': 3.3.0-alpha.8 + '@vue/shared': 3.3.0-alpha.8 + dev: true + /@vue/devtools-api@6.4.5: resolution: {integrity: sha512-JD5fcdIuFxU4fQyXUu3w2KpAJHzTVdN+p4iOX2lMWSHMOoQdMAcpFLZzm9Z/2nmsoZ1a96QEhZ26e50xLBsgOQ==} dev: false @@ -1496,6 +1521,16 @@ packages: estree-walker: 2.0.2 magic-string: 0.25.9 + /@vue/reactivity-transform@3.3.0-alpha.8: + resolution: {integrity: sha512-miMpRSF6rkgS5X4mkTWy3f0y/rvnQjxOBQAtUmyQ6aotDrv9P2sHhH3zBkiMtrsQ1E99O9KxsRPJLTp+d7h0FQ==} + dependencies: + '@babel/parser': 7.21.3 + '@vue/compiler-core': 3.3.0-alpha.8 + '@vue/shared': 3.3.0-alpha.8 + estree-walker: 2.0.2 + magic-string: 0.30.0 + dev: true + /@vue/reactivity@3.2.47: resolution: {integrity: sha512-7khqQ/75oyyg+N/e+iwV6lpy1f5wq759NdlS1fpAhFXa8VeAIKGgk2E/C4VF59lx5b+Ezs5fpp/5WsRYXQiKxQ==} dependencies: @@ -1526,6 +1561,10 @@ packages: /@vue/shared@3.2.47: resolution: {integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==} + /@vue/shared@3.3.0-alpha.8: + resolution: {integrity: sha512-NIASpbxrk3QjO/Lu75ueIji2GJ+3W8nJKgL9FmfIa85TNm+N+wbp3+n9AwibWcgZ9MnlwpGy3Iu6efH69jg+Ig==} + dev: true + /@vue/test-utils@2.3.2(vue@3.2.47): resolution: {integrity: sha512-hJnVaYhbrIm0yBS0+e1Y0Sj85cMyAi+PAbK4JHqMRUZ6S622Goa+G7QzkRSyvCteG8wop7tipuEbHoZo26wsSA==} peerDependencies: @@ -2439,7 +2478,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.7.4(@typescript-eslint/parser@5.57.0)(eslint-import-resolver-node@0.3.7)(eslint@8.37.0): + /eslint-module-utils@2.7.4(@typescript-eslint/parser@5.57.1)(eslint-import-resolver-node@0.3.7)(eslint@8.37.0): resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -2460,7 +2499,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.57.0(eslint@8.37.0)(typescript@5.0.2) + '@typescript-eslint/parser': 5.57.1(eslint@8.37.0)(typescript@5.0.3) debug: 3.2.7 eslint: 8.37.0 eslint-import-resolver-node: 0.3.7 @@ -2468,10 +2507,10 @@ packages: - supports-color dev: true - /eslint-plugin-antfu@0.38.2(eslint@8.37.0)(typescript@5.0.2): - resolution: {integrity: sha512-Fv4FxkkGsQ55Bw6u8GWhOuWTeiAxSWWH87rXzM0CSXYs4ql55tNuWvn+f9bWhPv1Q6eudr6DRuXuABCsrV0xlg==} + /eslint-plugin-antfu@0.38.4(eslint@8.37.0)(typescript@5.0.3): + resolution: {integrity: sha512-lY7nxZaDwZ45GmSG4xm1arafIu8/DcAIkiLdz27jpMdgzQiHGJlsIgcDastrAyWU7I4o3kv+70q252HDDUAyyw==} dependencies: - '@typescript-eslint/utils': 5.57.0(eslint@8.37.0)(typescript@5.0.2) + '@typescript-eslint/utils': 5.57.1(eslint@8.37.0)(typescript@5.0.3) transitivePeerDependencies: - eslint - supports-color @@ -2506,7 +2545,7 @@ packages: htmlparser2: 8.0.1 dev: true - /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.57.0)(eslint@8.37.0): + /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.57.1)(eslint@8.37.0): resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: @@ -2516,7 +2555,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.57.0(eslint@8.37.0)(typescript@5.0.2) + '@typescript-eslint/parser': 5.57.1(eslint@8.37.0)(typescript@5.0.3) array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 @@ -2524,7 +2563,7 @@ packages: doctrine: 2.1.0 eslint: 8.37.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.57.0)(eslint-import-resolver-node@0.3.7)(eslint@8.37.0) + eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.57.1)(eslint-import-resolver-node@0.3.7)(eslint@8.37.0) has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 @@ -2539,7 +2578,7 @@ packages: - supports-color dev: true - /eslint-plugin-jest@27.2.1(@typescript-eslint/eslint-plugin@5.57.0)(eslint@8.37.0)(typescript@5.0.2): + /eslint-plugin-jest@27.2.1(@typescript-eslint/eslint-plugin@5.57.1)(eslint@8.37.0)(typescript@5.0.3): resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -2552,8 +2591,8 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.2) - '@typescript-eslint/utils': 5.57.0(eslint@8.37.0)(typescript@5.0.2) + '@typescript-eslint/eslint-plugin': 5.57.1(@typescript-eslint/parser@5.57.1)(eslint@8.37.0)(typescript@5.0.3) + '@typescript-eslint/utils': 5.57.1(eslint@8.37.0)(typescript@5.0.3) eslint: 8.37.0 transitivePeerDependencies: - supports-color @@ -2640,7 +2679,7 @@ packages: strip-indent: 3.0.0 dev: true - /eslint-plugin-unused-imports@2.0.0(@typescript-eslint/eslint-plugin@5.57.0)(eslint@8.37.0): + /eslint-plugin-unused-imports@2.0.0(@typescript-eslint/eslint-plugin@5.57.1)(eslint@8.37.0): resolution: {integrity: sha512-3APeS/tQlTrFa167ThtP0Zm0vctjr4M44HMpeg1P4bK6wItarumq0Ma82xorMKdFsWpphQBlRPzw/pxiVELX1A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2650,7 +2689,7 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.2) + '@typescript-eslint/eslint-plugin': 5.57.1(@typescript-eslint/parser@5.57.1)(eslint@8.37.0)(typescript@5.0.3) eslint: 8.37.0 eslint-rule-composer: 0.3.0 dev: true @@ -4074,10 +4113,6 @@ packages: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} dev: true - /muggle-string@0.1.0: - resolution: {integrity: sha512-Tr1knR3d2mKvvWthlk7202rywKbiOm4rVFLsfAaSIhJ6dt9o47W4S+JMtWhd/PW9Wrdew2/S2fSvhz3E2gkfEg==} - dev: true - /muggle-string@0.2.2: resolution: {integrity: sha512-YVE1mIJ4VpUMqZObFndk9CJu6DBJR/GB13p3tXuNbwD4XExaI5EOuRl6BHeIDxIqXZVxSfAC+y6U1Z/IxCfKUg==} dev: true @@ -4548,8 +4583,8 @@ packages: engines: {node: '>=4'} dev: true - /pnpm@8.1.0: - resolution: {integrity: sha512-e2H73wTRxmc5fWF/6QJqbuwU6O3NRVZC1G1WFXG8EqfN/+ZBu8XVHJZwPH6Xh0DxbEoZgw8/wy2utgCDwPu4Sg==} + /pnpm@8.1.1: + resolution: {integrity: sha512-XLzcc4O8YrqfQ1+qjPtHGDFcdUeno2Zk+kuuSc9CagIiY8y4uhnqQ2B7jW8tgwQDNmehewGZuqrAoskgCkbTnw==} engines: {node: '>=16.14'} hasBin: true dev: true @@ -5255,14 +5290,14 @@ packages: resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} dev: true - /tsutils@3.21.0(typescript@5.0.2): + /tsutils@3.21.0(typescript@5.0.3): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 5.0.2 + typescript: 5.0.3 dev: true /type-check@0.3.2: @@ -5312,8 +5347,8 @@ packages: is-typed-array: 1.1.10 dev: true - /typescript@5.0.2: - resolution: {integrity: sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==} + /typescript@5.0.3: + resolution: {integrity: sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==} engines: {node: '>=12.20'} hasBin: true dev: true @@ -5490,11 +5525,11 @@ packages: - supports-color dev: true - /unplugin-vue-define-options@1.3.2(vue@3.2.47): - resolution: {integrity: sha512-12NkDmw4RWV5ob5GMMrpuFczW/zvLM1CByiOu/Ev5loOLh+7pV+JLehQk3sAXMi3Za9W6Dktnt5/LLH9OGsQgw==} + /unplugin-vue-define-options@1.3.3(vue@3.2.47): + resolution: {integrity: sha512-gSBR84QJZUYhiLlQzJ8dQ9BCUAnnfWf+sTqhxXpzoL/nWH3sQqlGWznQtUPKTqQZdupQr1DCIVvLYMQD1/4X6g==} engines: {node: '>=14.19.0'} dependencies: - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) ast-walker-scope: 0.4.1 unplugin: 1.3.1 transitivePeerDependencies: @@ -5502,32 +5537,32 @@ packages: - vue dev: true - /unplugin-vue-macros@1.11.2(@vueuse/core@9.13.0)(vite@4.2.1)(vue@3.2.47): - resolution: {integrity: sha512-N/SxR7ppzp47d82leUG87Xy2mFkS+Cs7aiNgnim5b/le3W44kfKHCTuYO7g8se8a4EBLkRga8y36YP5ff8HPQg==} + /unplugin-vue-macros@2.0.0(@vueuse/core@9.13.0)(vite@4.2.1)(vue@3.2.47): + resolution: {integrity: sha512-9mNroRGPnZVCfvIxf7V+ixBPYvK643xZ2jKSiuDbyc1zv9x3qU9Oq+BpVg4K0Gw/51VzKc3MkWcGkemIB1nMHA==} engines: {node: '>=14.19.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@vue-macros/better-define': 1.5.0(vue@3.2.47) - '@vue-macros/common': 1.1.4(rollup@3.20.2)(vue@3.2.47) - '@vue-macros/define-model': 1.4.3(@vueuse/core@9.13.0)(vue@3.2.47) - '@vue-macros/define-props': 1.0.2(@vue-macros/reactivity-transform@0.3.3)(vue@3.2.47) - '@vue-macros/define-props-refs': 0.3.2(vue@3.2.47) - '@vue-macros/define-render': 1.3.3(vue@3.2.47) - '@vue-macros/define-slots': 0.3.2(vue@3.2.47) + '@vue-macros/better-define': 1.5.1(vue@3.2.47) + '@vue-macros/common': 1.2.0(rollup@3.20.2)(vue@3.2.47) + '@vue-macros/define-models': 1.0.1(@vueuse/core@9.13.0)(vue@3.2.47) + '@vue-macros/define-props': 1.0.3(@vue-macros/reactivity-transform@0.3.4)(vue@3.2.47) + '@vue-macros/define-props-refs': 1.0.0(vue@3.2.47) + '@vue-macros/define-render': 1.3.4(vue@3.2.47) + '@vue-macros/define-slots': 1.0.0(vue@3.2.47) '@vue-macros/devtools': 0.1.2(vite@4.2.1) - '@vue-macros/export-props': 0.3.2(vue@3.2.47) - '@vue-macros/hoist-static': 1.3.2(vue@3.2.47) - '@vue-macros/named-template': 0.3.3(vue@3.2.47) - '@vue-macros/reactivity-transform': 0.3.3(vue@3.2.47) - '@vue-macros/setup-block': 0.2.2(vue@3.2.47) - '@vue-macros/setup-component': 0.16.3(vue@3.2.47) - '@vue-macros/setup-sfc': 0.15.3(vue@3.2.47) - '@vue-macros/short-emits': 1.3.2(vue@3.2.47) - '@vue-macros/single-define': 0.1.3(vue@3.2.47) + '@vue-macros/export-props': 0.3.3(vue@3.2.47) + '@vue-macros/hoist-static': 1.3.3(vue@3.2.47) + '@vue-macros/named-template': 0.3.4(vue@3.2.47) + '@vue-macros/reactivity-transform': 0.3.4(vue@3.2.47) + '@vue-macros/setup-block': 0.2.3(vue@3.2.47) + '@vue-macros/setup-component': 0.16.4(vue@3.2.47) + '@vue-macros/setup-sfc': 0.15.4(vue@3.2.47) + '@vue-macros/short-emits': 1.3.3(vue@3.2.47) + '@vue-macros/single-define': 0.1.4(vue@3.2.47) unplugin: 1.3.1 unplugin-combine: 0.6.0(vite@4.2.1) - unplugin-vue-define-options: 1.3.2(vue@3.2.47) + unplugin-vue-define-options: 1.3.3(vue@3.2.47) vue: 3.2.47 transitivePeerDependencies: - '@vueuse/core' @@ -5777,15 +5812,15 @@ packages: he: 1.2.0 dev: true - /vue-tsc@1.2.0(typescript@5.0.2): - resolution: {integrity: sha512-rIlzqdrhyPYyLG9zxsVRa+JEseeS9s8F2BbVVVWRRsTZvJO2BbhLEb2HW3MY+DFma0378tnIqs+vfTzbcQtRFw==} + /vue-tsc@1.3.8(typescript@5.0.3): + resolution: {integrity: sha512-IJT1DnEwwEJs4+ISn+lxVIGVs7/vJ2kdTb0jST/1qYjzxofJIsSoHPCdm7RvFgju/0/gxDTVSVpAPT2Vl4gNnQ==} hasBin: true peerDependencies: typescript: '*' dependencies: - '@volar/vue-language-core': 1.2.0 - '@volar/vue-typescript': 1.2.0 - typescript: 5.0.2 + '@volar/vue-language-core': 1.3.8 + '@volar/vue-typescript': 1.3.8 + typescript: 5.0.3 dev: true /vue@3.2.47: diff --git a/src/components/TheInput.vue b/src/components/TheInput.vue index be8cadc..6cdbee3 100644 --- a/src/components/TheInput.vue +++ b/src/components/TheInput.vue @@ -1,5 +1,5 @@ diff --git a/tsconfig.json b/tsconfig.json index df0afe4..a507d8a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "jsx": "preserve", "esModuleInterop": true, "skipLibCheck": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "resolveJsonModule": true, "noUnusedLocals": true, "strictNullChecks": true, @@ -25,7 +25,7 @@ }, "vueCompilerOptions": { "plugins": [ - "@vue-macros/volar/define-model", + "@vue-macros/volar/define-models", "@vue-macros/volar/define-slots" ] },