From 30d89ec26977a5d4b3fd9117f78c59a2eaecf701 Mon Sep 17 00:00:00 2001 From: aibayanyu20 Date: Tue, 14 Nov 2023 09:26:44 +0800 Subject: [PATCH 1/4] chore(release): v1.2.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f27c028..c9e0c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v1.2.0 + +[compare changes](https://github.com/vueComponent/ant-design-vue-nuxt/compare/v1.1.2...v1.2.0) + +### 🚀 Enhancements + +- Add flex component ([da86291](https://github.com/vueComponent/ant-design-vue-nuxt/commit/da86291)) + +### ❤️ Contributors + +- Aibayanyu20 + ## v1.1.2 [compare changes](https://undefined/undefined/compare/v1.1.1...v1.1.2) diff --git a/package.json b/package.json index 53488ce..a203ff6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design-vue/nuxt", - "version": "1.1.2", + "version": "1.2.0", "description": "ant-design-vue-nuxt module", "repository": "vueComponent/ant-design-vue-nuxt", "license": "MIT", From aebf62e8e035bfd245afe2c0e3e4f55b174192b7 Mon Sep 17 00:00:00 2001 From: aibayanyu20 Date: Tue, 14 Nov 2023 09:30:19 +0800 Subject: [PATCH 2/4] fix: fix typo --- src/config.ts | 2 +- src/core/components.ts | 2 +- src/core/imports.ts | 2 +- src/module.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config.ts b/src/config.ts index 56de3fa..538bba4 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,5 +1,5 @@ import * as AllIcons from "@ant-design/icons-vue"; -import { Options } from "./types"; +import type { Options } from "./types"; import { allComponents , allImports} from "./antdv"; export const libraryName = "ant-design-vue"; diff --git a/src/core/components.ts b/src/core/components.ts index b93e454..3ab0ee8 100644 --- a/src/core/components.ts +++ b/src/core/components.ts @@ -1,4 +1,4 @@ -import { Options } from "../types"; +import type { Options } from "../types"; import { iconLibraryName, libraryName, prefix } from "../config" import { addComponent } from "@nuxt/kit"; diff --git a/src/core/imports.ts b/src/core/imports.ts index 793d684..75e9a72 100644 --- a/src/core/imports.ts +++ b/src/core/imports.ts @@ -1,5 +1,5 @@ import { addImportsSources } from "@nuxt/kit"; -import { Options } from "../types"; +import type { Options } from "../types"; import { libraryName } from "../config"; export const resolveImports = (config:Options) => { diff --git a/src/module.ts b/src/module.ts index 2da6767..89af202 100644 --- a/src/module.ts +++ b/src/module.ts @@ -1,7 +1,7 @@ import { defineNuxtModule } from '@nuxt/kit' import { libraryName,defaults } from "./config" import { resolveComponents,resolveImports } from "./core" -import { Options } from './types' +import type { Options } from './types' import { resolveOptions } from './core/options' export default defineNuxtModule>({ From bc5c5cf3a1bdb01b7a77c29f71563e4f5eb67677 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 21 Dec 2023 12:50:33 +0000 Subject: [PATCH 3/4] chore: test bundler module resolution --- .nuxtrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.nuxtrc b/.nuxtrc index f033419..bf828bb 100644 --- a/.nuxtrc +++ b/.nuxtrc @@ -1,2 +1,5 @@ imports.autoImport=false typescript.includeWorkspace=true + +# enable TypeScript bundler module resolution - https://www.typescriptlang.org/docs/handbook/modules/reference.html#bundler +experimental.typescriptBundlerResolution=true \ No newline at end of file From 7c437235fc545ba1d21825be070f5dbdafc9d7f5 Mon Sep 17 00:00:00 2001 From: aibayanyu20 Date: Thu, 28 Dec 2023 20:28:26 +0800 Subject: [PATCH 4/4] ci: eslint format --- package.json | 12 ++-- playground/app.vue | 33 ++++++---- pnpm-lock.yaml | 155 +++++++++++++++++++++++---------------------- 3 files changed, 108 insertions(+), 92 deletions(-) diff --git a/package.json b/package.json index a203ff6..5f46a39 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,10 @@ }, "dependencies": { "@ant-design/icons-vue": "^7.0.1", - "@nuxt/kit": "^3.8.1", - "ant-design-vue": "^4.0.7" + "@nuxt/kit": "^3.8.1" + }, + "peerDependencies": { + "ant-design-vue": ">=4" }, "devDependencies": { "@nuxt/eslint-config": "^0.1.1", @@ -46,6 +48,8 @@ "changelogen": "^0.5.5", "eslint": "^8.53.0", "nuxt": "^3.8.1", - "vitest": "^0.31.4" + "vitest": "^0.31.4", + "ant-design-vue": "^4.0.8", + "typescript": "5.1.6" } -} \ No newline at end of file +} diff --git a/playground/app.vue b/playground/app.vue index a0d2244..cff7394 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -54,19 +54,26 @@ notification info - - - horizontal - vertical - - -
- - + + + + horizontal + + + vertical + + + +
+ +
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3b75be5..18dcf7a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,9 +11,6 @@ dependencies: '@nuxt/kit': specifier: ^3.8.1 version: 3.8.1(rollup@3.29.4) - ant-design-vue: - specifier: ^4.0.7 - version: 4.0.7(vue@3.3.8) devDependencies: '@nuxt/eslint-config': @@ -31,6 +28,9 @@ devDependencies: '@types/node': specifier: ^18.18.9 version: 18.18.9 + ant-design-vue: + specifier: ^4.0.8 + version: 4.0.8(vue@3.3.8) changelogen: specifier: ^0.5.5 version: 0.5.5 @@ -39,7 +39,10 @@ devDependencies: version: 8.53.0 nuxt: specifier: ^3.8.1 - version: 3.8.1(@types/node@18.18.9)(eslint@8.53.0)(rollup@3.29.4)(typescript@5.2.2)(vite@4.5.0) + version: 3.8.1(@types/node@18.18.9)(eslint@8.53.0)(rollup@3.29.4)(typescript@5.1.6)(vite@4.5.0) + typescript: + specifier: 5.1.6 + version: 5.1.6 vitest: specifier: ^0.31.4 version: 0.31.4 @@ -62,11 +65,9 @@ packages: resolution: {integrity: sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==} dependencies: '@ctrl/tinycolor': 3.6.1 - dev: false /@ant-design/icons-svg@4.3.1: resolution: {integrity: sha512-4QBZg8ccyC6LPIRii7A0bZUk3+lEDCLnhB+FVsflGdcWPPmV+j3fire4AwwoqHV/BibgvBmR9ZIo4s867smv+g==} - dev: false /@ant-design/icons-vue@7.0.1(vue@3.3.8): resolution: {integrity: sha512-eCqY2unfZK6Fe02AwFlDHLfoyEFreP6rBwAZMIJ1LugmfMiVgwWDYlp1YsRugaPtICYOabV1iWxXdP12u9U43Q==} @@ -75,8 +76,7 @@ packages: dependencies: '@ant-design/colors': 6.0.0 '@ant-design/icons-svg': 4.3.1 - vue: 3.3.8(typescript@5.2.2) - dev: false + vue: 3.3.8(typescript@5.1.6) /@antfu/utils@0.7.6: resolution: {integrity: sha512-pvFiLP2BeOKA/ZOS6jxx4XhKzdVLHDhGlFEaZ2flWWYf2xOqVniqpk38I04DFRyz+L0ASggl7SkItTc+ZLju4w==} @@ -363,7 +363,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.14.0 - dev: false + dev: true /@babel/standalone@7.23.3: resolution: {integrity: sha512-ZfB6wyLVqr9ANl1F0l/0aqoNUE1/kcWlQHmk0wF9OTEKDK1whkXYLruRMt53zY556yS2+84EsOpr1hpjZISTRg==} @@ -411,15 +411,14 @@ packages: /@ctrl/tinycolor@3.6.1: resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==} engines: {node: '>=10'} - dev: false /@emotion/hash@0.9.1: resolution: {integrity: sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==} - dev: false + dev: true /@emotion/unitless@0.8.1: resolution: {integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==} - dev: false + dev: true /@esbuild/android-arm64@0.17.19: resolution: {integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==} @@ -1277,7 +1276,7 @@ packages: '@nuxt/kit': 3.8.1(rollup@3.29.4) '@nuxt/schema': 3.8.1(rollup@3.29.4) execa: 7.2.0 - nuxt: 3.8.1(@types/node@18.18.9)(eslint@8.53.0)(rollup@3.29.4)(typescript@5.2.2)(vite@4.5.0) + nuxt: 3.8.1(@types/node@18.18.9)(eslint@8.53.0)(rollup@3.29.4)(typescript@5.1.6)(vite@4.5.0) vite: 4.5.0(@types/node@18.18.9) transitivePeerDependencies: - rollup @@ -1327,7 +1326,7 @@ packages: local-pkg: 0.5.0 magicast: 0.3.2 nitropack: 2.7.2 - nuxt: 3.8.1(@types/node@18.18.9)(eslint@8.53.0)(rollup@3.29.4)(typescript@5.2.2)(vite@4.5.0) + nuxt: 3.8.1(@types/node@18.18.9)(eslint@8.53.0)(rollup@3.29.4)(typescript@5.1.6)(vite@4.5.0) nypm: 0.3.3 ofetch: 1.3.3 ohash: 1.1.3 @@ -1374,7 +1373,7 @@ packages: dependencies: '@rushstack/eslint-patch': 1.5.1 '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.53.0)(typescript@4.9.5) - '@typescript-eslint/parser': 5.62.0(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/parser': 5.62.0(eslint@8.53.0)(typescript@5.1.6) eslint: 8.53.0 eslint-plugin-vue: 9.18.1(eslint@8.53.0) typescript: 4.9.5 @@ -1497,7 +1496,7 @@ packages: pathe: 1.1.1 ufo: 1.3.1 vitest: 0.31.4 - vue: 3.3.8(typescript@5.2.2) + vue: 3.3.8(typescript@5.1.6) transitivePeerDependencies: - rollup - supports-color @@ -1506,7 +1505,7 @@ packages: /@nuxt/ui-templates@1.3.1: resolution: {integrity: sha512-5gc02Pu1HycOVUWJ8aYsWeeXcSTPe8iX8+KIrhyEtEoOSkY0eMBuo0ssljB8wALuEmepv31DlYe5gpiRwkjESA==} - /@nuxt/vite-builder@3.8.1(@types/node@18.18.9)(eslint@8.53.0)(rollup@3.29.4)(typescript@5.2.2)(vue@3.3.8): + /@nuxt/vite-builder@3.8.1(@types/node@18.18.9)(eslint@8.53.0)(rollup@3.29.4)(typescript@5.1.6)(vue@3.3.8): resolution: {integrity: sha512-Ot/twGONxj22T9U4bxp771ibKVFlZxIiYDHY/e6mZsE4Blc0efKo6MzPPPo0W4/tXQbtKKEq41uINN3dMI3mag==} engines: {node: ^14.18.0 || >=16.10.0} peerDependencies: @@ -1543,8 +1542,8 @@ packages: unplugin: 1.5.0 vite: 4.5.0(@types/node@18.18.9) vite-node: 0.33.0(@types/node@18.18.9) - vite-plugin-checker: 0.6.2(eslint@8.53.0)(typescript@5.2.2)(vite@4.5.0) - vue: 3.3.8(typescript@5.2.2) + vite-plugin-checker: 0.6.2(eslint@8.53.0)(typescript@5.1.6)(vite@4.5.0) + vue: 3.3.8(typescript@5.1.6) vue-bundle-renderer: 2.0.0 transitivePeerDependencies: - '@types/node' @@ -1653,6 +1652,7 @@ packages: dependencies: is-glob: 4.0.3 micromatch: 4.0.5 + napi-wasm: 1.1.0 dev: true bundledDependencies: - napi-wasm @@ -1919,7 +1919,7 @@ packages: dependencies: core-js: 3.33.2 nanopop: 2.3.0 - dev: false + dev: true /@trysound/sax@0.2.0: resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} @@ -1988,7 +1988,7 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 5.62.0(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/parser': 5.62.0(eslint@8.53.0)(typescript@5.1.6) '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/type-utils': 5.62.0(eslint@8.53.0)(typescript@4.9.5) '@typescript-eslint/utils': 5.62.0(eslint@8.53.0)(typescript@4.9.5) @@ -2004,7 +2004,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@5.62.0(eslint@8.53.0)(typescript@5.2.2): + /@typescript-eslint/parser@5.62.0(eslint@8.53.0)(typescript@5.1.6): resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2016,10 +2016,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.1.6) debug: 4.3.4 eslint: 8.53.0 - typescript: 5.2.2 + typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true @@ -2078,7 +2078,7 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree@5.62.0(typescript@5.2.2): + /@typescript-eslint/typescript-estree@5.62.0(typescript@5.1.6): resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2093,8 +2093,8 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.4 - tsutils: 3.21.0(typescript@5.2.2) - typescript: 5.2.2 + tsutils: 3.21.0(typescript@5.1.6) + typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true @@ -2167,7 +2167,7 @@ packages: '@unhead/shared': 1.8.3 hookable: 5.5.3 unhead: 1.8.3 - vue: 3.3.8(typescript@5.2.2) + vue: 3.3.8(typescript@5.1.6) dev: true /@vercel/nft@0.24.3: @@ -2202,7 +2202,7 @@ packages: '@babel/plugin-transform-typescript': 7.23.3(@babel/core@7.23.3) '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.3) vite: 4.5.0(@types/node@18.18.9) - vue: 3.3.8(typescript@5.2.2) + vue: 3.3.8(typescript@5.1.6) transitivePeerDependencies: - supports-color dev: true @@ -2215,7 +2215,7 @@ packages: vue: ^3.2.25 dependencies: vite: 4.5.0(@types/node@18.18.9) - vue: 3.3.8(typescript@5.2.2) + vue: 3.3.8(typescript@5.1.6) dev: true /@vitest/expect@0.31.4: @@ -2272,7 +2272,7 @@ packages: ast-kit: 0.11.2(rollup@3.29.4) local-pkg: 0.4.3 magic-string-ast: 0.3.0 - vue: 3.3.8(typescript@5.2.2) + vue: 3.3.8(typescript@5.1.6) transitivePeerDependencies: - rollup dev: true @@ -2372,7 +2372,7 @@ packages: dependencies: '@vue/compiler-ssr': 3.3.8 '@vue/shared': 3.3.8 - vue: 3.3.8(typescript@5.2.2) + vue: 3.3.8(typescript@5.1.6) /@vue/shared@3.3.8: resolution: {integrity: sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw==} @@ -2483,8 +2483,8 @@ packages: engines: {node: '>=12'} dev: true - /ant-design-vue@4.0.7(vue@3.3.8): - resolution: {integrity: sha512-oHTtc1GZkfENZTkt2aDvjaD4yoRsowYvCOmxA6+5AGqm5uz/datdJOXsq9nokIhC+vrAMhk6JQVFZ2hh7eU6Pw==} + /ant-design-vue@4.0.8(vue@3.3.8): + resolution: {integrity: sha512-SyPgbiPqxgXWHywxcstJN+j9N6PoZf6y5Gvvdbb+9od+uizmh2A+TnXmIHVJ44D1V1+YjXPz1EpLfIpxqDqu9A==} engines: {node: '>=12.22.0'} peerDependencies: vue: '>=3.2.0' @@ -2509,10 +2509,10 @@ packages: shallow-equal: 1.2.1 stylis: 4.3.0 throttle-debounce: 5.0.0 - vue: 3.3.8(typescript@5.2.2) + vue: 3.3.8(typescript@5.1.6) vue-types: 3.0.2(vue@3.3.8) warning: 4.0.3 - dev: false + dev: true /anymatch@3.1.3: resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} @@ -2568,7 +2568,7 @@ packages: /array-tree-filter@2.1.0: resolution: {integrity: sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw==} - dev: false + dev: true /array-union@2.1.0: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} @@ -2617,7 +2617,7 @@ packages: /async-validator@4.2.5: resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==} - dev: false + dev: true /async@3.2.5: resolution: {integrity: sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==} @@ -2983,7 +2983,7 @@ packages: /compute-scroll-into-view@1.0.20: resolution: {integrity: sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==} - dev: false + dev: true /concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} @@ -3025,7 +3025,7 @@ packages: /core-js@3.33.2: resolution: {integrity: sha512-XeBzWI6QL3nJQiHmdzbAOiMYqjrb7hwU7A39Qhvd/POSa/t9E1AeZyEZx3fNvp/vtM8zXwhoL0FsiS0hD0pruQ==} requiresBuild: true - dev: false + dev: true /core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} @@ -3181,7 +3181,7 @@ packages: /dayjs@1.11.10: resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==} - dev: false + dev: true /debug@2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} @@ -3309,11 +3309,11 @@ packages: /dom-align@1.12.4: resolution: {integrity: sha512-R8LUSEay/68zE5c8/3BDxiTEvgb4xZTF0RKmAHfiEVN3klfIpXfi2/QCoiWPccVQ0J/ZGdz9OjzL4uJEP/MRAw==} - dev: false + dev: true /dom-scroll-into-view@2.0.1: resolution: {integrity: sha512-bvVTQe1lfaUr1oFzZX80ce9KLDlZ3iU+XGNE/bz9HnGdklTieqsbmsLHe+rT2XWqopvL0PckkYqN7ksmm5pe3w==} - dev: false + dev: true /dom-serializer@2.0.0: resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==} @@ -4321,7 +4321,7 @@ packages: /is-plain-object@3.0.1: resolution: {integrity: sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==} engines: {node: '>=0.10.0'} - dev: false + dev: true /is-primitive@3.0.1: resolution: {integrity: sha512-GljRxhWvlCNRfZyORiH77FwdFwGcMO620o37EOYC0ORWdq+WYNVqW0w2Juzew4M+L81l6/QS3t5gkkihyRqv9w==} @@ -4539,7 +4539,7 @@ packages: /lodash-es@4.17.21: resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} - dev: false + dev: true /lodash.debounce@4.0.8: resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} @@ -4571,13 +4571,14 @@ packages: /lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + dev: true /loose-envify@1.4.0: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true dependencies: js-tokens: 4.0.0 - dev: false + dev: true /loupe@2.3.7: resolution: {integrity: sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==} @@ -4802,7 +4803,7 @@ packages: engines: {node: '>=10'} hasBin: true - /mkdist@1.3.0(typescript@5.2.2): + /mkdist@1.3.0(typescript@5.1.6): resolution: {integrity: sha512-ZQrUvcL7LkRdzMREpDyg9AT18N9Tl5jc2qeKAUeEw0KGsgykbHbuRvysGAzTuGtwuSg0WQyNit5jh/k+Er3JEg==} hasBin: true peerDependencies: @@ -4823,7 +4824,7 @@ packages: mlly: 1.4.2 mri: 1.2.0 pathe: 1.1.1 - typescript: 5.2.2 + typescript: 5.1.6 dev: true /mlly@1.4.2: @@ -4867,7 +4868,11 @@ packages: /nanopop@2.3.0: resolution: {integrity: sha512-fzN+T2K7/Ah25XU02MJkPZ5q4Tj5FpjmIYq4rvoHX4yb16HzFdCO6JxFFn5Y/oBhQ8no8fUZavnyIv9/+xkBBw==} - dev: false + dev: true + + /napi-wasm@1.1.0: + resolution: {integrity: sha512-lHwIAJbmLSjF9VDRm9GoVOy9AGp3aIvkjv+Kvz9h16QR3uSVYH78PNQUnT2U4X53mhlnV2M7wrhibQ3GHicDmg==} + dev: true /natural-compare-lite@1.4.0: resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} @@ -5155,7 +5160,7 @@ packages: fsevents: 2.3.3 dev: true - /nuxt@3.8.1(@types/node@18.18.9)(eslint@8.53.0)(rollup@3.29.4)(typescript@5.2.2)(vite@4.5.0): + /nuxt@3.8.1(@types/node@18.18.9)(eslint@8.53.0)(rollup@3.29.4)(typescript@5.1.6)(vite@4.5.0): resolution: {integrity: sha512-RSGO56Gv0x2f6AXWw4o4GoBaVdsD0qkPCjrX7Ud/jzH3cRJoyYMPuq/9AOLvf2o1ecZWl39j5elqJ4QHmggyOA==} engines: {node: ^14.18.0 || >=16.10.0} hasBin: true @@ -5174,7 +5179,7 @@ packages: '@nuxt/schema': 3.8.1(rollup@3.29.4) '@nuxt/telemetry': 2.5.2(rollup@3.29.4) '@nuxt/ui-templates': 1.3.1 - '@nuxt/vite-builder': 3.8.1(@types/node@18.18.9)(eslint@8.53.0)(rollup@3.29.4)(typescript@5.2.2)(vue@3.3.8) + '@nuxt/vite-builder': 3.8.1(@types/node@18.18.9)(eslint@8.53.0)(rollup@3.29.4)(typescript@5.1.6)(vue@3.3.8) '@types/node': 18.18.9 '@unhead/dom': 1.8.3 '@unhead/ssr': 1.8.3 @@ -5220,7 +5225,7 @@ packages: unplugin: 1.5.0 unplugin-vue-router: 0.7.0(rollup@3.29.4)(vue-router@4.2.5)(vue@3.3.8) untyped: 1.4.0 - vue: 3.3.8(typescript@5.2.2) + vue: 3.3.8(typescript@5.1.6) vue-bundle-renderer: 2.0.0 vue-devtools-stub: 0.1.0 vue-router: 4.2.5(vue@3.3.8) @@ -5967,7 +5972,7 @@ packages: /regenerator-runtime@0.14.0: resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==} - dev: false + dev: true /require-directory@2.1.1: resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} @@ -5976,7 +5981,7 @@ packages: /resize-observer-polyfill@1.5.1: resolution: {integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==} - dev: false + dev: true /resolve-from@4.0.0: resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} @@ -6013,7 +6018,7 @@ packages: glob: 7.2.3 dev: true - /rollup-plugin-dts@5.3.1(rollup@3.29.4)(typescript@5.2.2): + /rollup-plugin-dts@5.3.1(rollup@3.29.4)(typescript@5.1.6): resolution: {integrity: sha512-gusMi+Z4gY/JaEQeXnB0RUdU82h1kF0WYzCWgVmV4p3hWXqelaKuCvcJawfeg+EKn2T1Ie+YWF2OiN1/L8bTVg==} engines: {node: '>=v14.21.3'} peerDependencies: @@ -6022,7 +6027,7 @@ packages: dependencies: magic-string: 0.30.5 rollup: 3.29.4 - typescript: 5.2.2 + typescript: 5.1.6 optionalDependencies: '@babel/code-frame': 7.22.13 dev: true @@ -6081,7 +6086,7 @@ packages: resolution: {integrity: sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==} dependencies: compute-scroll-into-view: 1.0.20 - dev: false + dev: true /scule@1.0.0: resolution: {integrity: sha512-4AsO/FrViE/iDNEPaAQlb77tf0csuq27EsVpy6ett584EcRTp6pTDLoGWVxCD77y5iU5FauOvhsI4o1APwPoSQ==} @@ -6152,7 +6157,7 @@ packages: /shallow-equal@1.2.1: resolution: {integrity: sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==} - dev: false + dev: true /shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} @@ -6405,7 +6410,7 @@ packages: /stylis@4.3.0: resolution: {integrity: sha512-E87pIogpwUsUwXw7dNyU4QDjdgVMy52m+XEOPEKUn161cCzWjjhPSQhByfd1CcNvrOLnXQ6OnnZDwnJrz/Z4YQ==} - dev: false + dev: true /supports-color@5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} @@ -6489,7 +6494,7 @@ packages: /throttle-debounce@5.0.0: resolution: {integrity: sha512-2iQTSgkkc1Zyk0MeVrt/3BvuOXYPl/R8Z0U2xxo9rjwNciaHDG3R+Lm6dh4EeUci49DanvBnuqI6jshoQQRGEg==} engines: {node: '>=12.22'} - dev: false + dev: true /time-zone@1.0.0: resolution: {integrity: sha512-TIsDdtKo6+XrPtiTm1ssmMngN1sAhyKnTO2kunQWqNPWIVvCm15Wmw4SWInwTVgJ5u/Tr04+8Ei9TNcw4x4ONA==} @@ -6557,14 +6562,14 @@ packages: typescript: 4.9.5 dev: true - /tsutils@3.21.0(typescript@5.2.2): + /tsutils@3.21.0(typescript@5.1.6): 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.2.2 + typescript: 5.1.6 dev: true /tuf-js@2.1.0: @@ -6611,8 +6616,8 @@ packages: hasBin: true dev: true - /typescript@5.2.2: - resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==} + /typescript@5.1.6: + resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==} engines: {node: '>=14.17'} hasBin: true @@ -6641,16 +6646,16 @@ packages: hookable: 5.5.3 jiti: 1.21.0 magic-string: 0.30.5 - mkdist: 1.3.0(typescript@5.2.2) + mkdist: 1.3.0(typescript@5.1.6) mlly: 1.4.2 mri: 1.2.0 pathe: 1.1.1 pkg-types: 1.0.3 pretty-bytes: 6.1.1 rollup: 3.29.4 - rollup-plugin-dts: 5.3.1(rollup@3.29.4)(typescript@5.2.2) + rollup-plugin-dts: 5.3.1(rollup@3.29.4)(typescript@5.1.6) scule: 1.0.0 - typescript: 5.2.2 + typescript: 5.1.6 untyped: 1.4.0 transitivePeerDependencies: - sass @@ -6937,7 +6942,7 @@ packages: - terser dev: true - /vite-plugin-checker@0.6.2(eslint@8.53.0)(typescript@5.2.2)(vite@4.5.0): + /vite-plugin-checker@0.6.2(eslint@8.53.0)(typescript@5.1.6)(vite@4.5.0): resolution: {integrity: sha512-YvvvQ+IjY09BX7Ab+1pjxkELQsBd4rPhWNw8WLBeFVxu/E7O+n6VYAqNsKdK/a2luFlX/sMpoWdGFfg4HvwdJQ==} engines: {node: '>=14.16'} peerDependencies: @@ -6982,7 +6987,7 @@ packages: semver: 7.5.4 strip-ansi: 6.0.1 tiny-invariant: 1.3.1 - typescript: 5.2.2 + typescript: 5.1.6 vite: 4.5.0(@types/node@18.18.9) vscode-languageclient: 7.0.0 vscode-languageserver: 7.0.0 @@ -7210,7 +7215,7 @@ packages: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.5.1 - vue: 3.3.8(typescript@5.2.2) + vue: 3.3.8(typescript@5.1.6) dev: true /vue-types@3.0.2(vue@3.3.8): @@ -7220,10 +7225,10 @@ packages: vue: ^3.0.0 dependencies: is-plain-object: 3.0.1 - vue: 3.3.8(typescript@5.2.2) - dev: false + vue: 3.3.8(typescript@5.1.6) + dev: true - /vue@3.3.8(typescript@5.2.2): + /vue@3.3.8(typescript@5.1.6): resolution: {integrity: sha512-5VSX/3DabBikOXMsxzlW8JyfeLKlG9mzqnWgLQLty88vdZL7ZJgrdgBOmrArwxiLtmS+lNNpPcBYqrhE6TQW5w==} peerDependencies: typescript: '*' @@ -7236,13 +7241,13 @@ packages: '@vue/runtime-dom': 3.3.8 '@vue/server-renderer': 3.3.8(vue@3.3.8) '@vue/shared': 3.3.8 - typescript: 5.2.2 + typescript: 5.1.6 /warning@4.0.3: resolution: {integrity: sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==} dependencies: loose-envify: 1.4.0 - dev: false + dev: true /webidl-conversions@3.0.1: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}