From 44231e07c9bc7b64603d045cd72e724e48486994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 21 Dec 2022 13:31:19 +0100 Subject: [PATCH] docs: update app config --- .docs/.studio/app.config.json | 68 +++++++- .docs/app.config.ts | 29 ---- package.json | 14 +- pnpm-lock.yaml | 304 ++++++++++++++++++++-------------- 4 files changed, 256 insertions(+), 159 deletions(-) delete mode 100644 .docs/app.config.ts diff --git a/.docs/.studio/app.config.json b/.docs/.studio/app.config.json index 4787d3e63..ccfd6306d 100644 --- a/.docs/.studio/app.config.json +++ b/.docs/.studio/app.config.json @@ -1 +1,67 @@ -{"docus":{"title":"Docus","description":"The best place to start your documentation.","image":"https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png","socials":{"twitter":"nuxt_themes","github":"nuxt-themes/docus","facebook":"","instagram":"","youtube":"","medium":""},"aside":{"level":0,"collapsed":false,"exclude":[]},"header":{"title":"","logo":true,"showLinkIcon":true,"exclude":[]},"footer":{"credits":{"icon":"IconDocus","text":"Powered by Docus","href":"https://docus.dev"},"iconLinks":[{"href":"https://nuxt.com","icon":"IconNuxtLabs","label":"Nuxt"}]}},"prose":{"copyButton":{"iconCopy":"ph:copy","iconCopied":"ph:check"},"headings":{"icon":"ph:link"},"h1":{"icon":""},"h2":{"icon":""},"h3":{"icon":""},"h4":{"icon":""},"h5":{"icon":""},"h6":{"icon":""}}} \ No newline at end of file +{ + "docus": { + "title": "Docus", + "description": "The best place to start your documentation.", + "image": "https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png", + "socials": { + "twitter": "nuxt_themes", + "github": "nuxt-themes/docus", + "facebook": "", + "instagram": "", + "youtube": "", + "medium": "" + }, + "aside": { + "level": 0, + "collapsed": false, + "exclude": [] + }, + "header": { + "title": "", + "logo": true, + "showLinkIcon": true, + "exclude": [] + }, + "footer": { + "credits": { + "icon": "IconDocus", + "text": "Powered by Docus", + "href": "https://docus.dev" + }, + "iconLinks": [ + { + "href": "https://nuxt.com", + "icon": "IconNuxtLabs", + "label": "Nuxt" + } + ] + } + }, + "prose": { + "copyButton": { + "iconCopy": "ph:copy", + "iconCopied": "ph:check" + }, + "headings": { + "icon": "ph:link" + }, + "h1": { + "icon": "" + }, + "h2": { + "icon": "" + }, + "h3": { + "icon": "" + }, + "h4": { + "icon": "" + }, + "h5": { + "icon": "" + }, + "h6": { + "icon": "" + } + } +} diff --git a/.docs/app.config.ts b/.docs/app.config.ts deleted file mode 100644 index 763c41165..000000000 --- a/.docs/app.config.ts +++ /dev/null @@ -1,29 +0,0 @@ -export default defineAppConfig({ - docus: { - title: 'Docus', - description: 'The best place to start your documentation.', - image: 'https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png', - socials: { - twitter: 'nuxt_themes', - github: 'nuxt-themes/docus', - }, - aside: { - level: 0, - exclude: [] - }, - header: { - logo: true, - showLinkIcon: true, - exclude: [] - }, - footer: { - iconLinks: [ - { - href: 'https://nuxt.com', - icon: 'IconNuxtLabs', - label: 'Nuxt' - } - ] - } - } -}) diff --git a/package.json b/package.json index 4642a0eb4..56b438107 100644 --- a/package.json +++ b/package.json @@ -26,20 +26,20 @@ "release": "release-it" }, "dependencies": { - "@nuxt-themes/elements": "^0.2.3", - "@nuxt-themes/tokens": "^1.2.2", - "@nuxt-themes/typography": "^0.1.7", + "@nuxt-themes/elements": "^0.2.4", + "@nuxt-themes/tokens": "^1.2.3", + "@nuxt-themes/typography": "^0.1.9", "@nuxt/content": "^2.3.0", - "@nuxthq/studio": "^0.3.6", - "@vueuse/nuxt": "^9.6.0" + "@nuxthq/studio": "^0.3.11", + "@vueuse/nuxt": "^9.8.2" }, "devDependencies": { - "@algolia/client-search": "^4.14.2", + "@algolia/client-search": "^4.14.3", "@docsearch/css": "^3.3.0", "@docsearch/js": "^3.3.0", "@nuxtjs/algolia": "^1.3.1", "@nuxtjs/eslint-config-typescript": "^12.0.0", - "eslint": "^8.29.0", + "eslint": "^8.30.0", "nuxt": "3.0.0", "nuxt-plausible": "^0.1.2", "release-it": "^15.5.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 67fea883b..91607430c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,18 +1,18 @@ lockfileVersion: 5.4 specifiers: - '@algolia/client-search': ^4.14.2 + '@algolia/client-search': ^4.14.3 '@docsearch/css': ^3.3.0 '@docsearch/js': ^3.3.0 - '@nuxt-themes/elements': ^0.2.3 - '@nuxt-themes/tokens': ^1.2.2 - '@nuxt-themes/typography': ^0.1.7 + '@nuxt-themes/elements': ^0.2.4 + '@nuxt-themes/tokens': ^1.2.3 + '@nuxt-themes/typography': ^0.1.9 '@nuxt/content': ^2.3.0 - '@nuxthq/studio': ^0.3.6 + '@nuxthq/studio': ^0.3.11 '@nuxtjs/algolia': ^1.3.1 '@nuxtjs/eslint-config-typescript': ^12.0.0 - '@vueuse/nuxt': ^9.6.0 - eslint: ^8.29.0 + '@vueuse/nuxt': ^9.8.2 + eslint: ^8.30.0 nuxt: 3.0.0 nuxt-plausible: ^0.1.2 release-it: ^15.5.1 @@ -20,21 +20,21 @@ specifiers: vue: ^3.2.45 dependencies: - '@nuxt-themes/elements': 0.2.3_vue@3.2.45 - '@nuxt-themes/tokens': 1.2.2_vue@3.2.45 - '@nuxt-themes/typography': 0.1.7_vue@3.2.45 + '@nuxt-themes/elements': 0.2.4_vue@3.2.45 + '@nuxt-themes/tokens': 1.2.3_vue@3.2.45 + '@nuxt-themes/typography': 0.1.9_vue@3.2.45 '@nuxt/content': 2.3.0 - '@nuxthq/studio': 0.3.6 - '@vueuse/nuxt': 9.6.0_nuxt@3.0.0+vue@3.2.45 + '@nuxthq/studio': 0.3.11 + '@vueuse/nuxt': 9.8.2_nuxt@3.0.0+vue@3.2.45 devDependencies: - '@algolia/client-search': 4.14.2 + '@algolia/client-search': 4.14.3 '@docsearch/css': 3.3.0 - '@docsearch/js': 3.3.0_tbpndr44ulefs3hehwpi2mkf2y + '@docsearch/js': 3.3.0_2r467mdhb7mblpaox4bg7fatdi '@nuxtjs/algolia': 1.3.1_vue@3.2.45 - '@nuxtjs/eslint-config-typescript': 12.0.0_ha6vam6werchizxrnqvarmz2zu - eslint: 8.29.0 - nuxt: 3.0.0_ha6vam6werchizxrnqvarmz2zu + '@nuxtjs/eslint-config-typescript': 12.0.0_lzzuuodtsqwxnvqeq4g4likcqa + eslint: 8.30.0 + nuxt: 3.0.0_lzzuuodtsqwxnvqeq4g4likcqa nuxt-plausible: 0.1.2 release-it: 15.5.1 typescript: 4.9.4 @@ -48,14 +48,14 @@ packages: '@algolia/autocomplete-shared': 1.7.2 dev: true - /@algolia/autocomplete-preset-algolia/1.7.2_qs6lk5nhygj2o3hj4sf6xnr724: + /@algolia/autocomplete-preset-algolia/1.7.2_dftrztzrvangphirexbpx5ysey: resolution: {integrity: sha512-+RYEG6B0QiGGfRb2G3MtPfyrl0dALF3cQNTWBzBX6p5o01vCCGTTinAm2UKG3tfc2CnOMAtnPLkzNZyJUpnVJw==} peerDependencies: '@algolia/client-search': '>= 4.9.1 < 6' algoliasearch: '>= 4.9.1 < 6' dependencies: '@algolia/autocomplete-shared': 1.7.2 - '@algolia/client-search': 4.14.2 + '@algolia/client-search': 4.14.3 algoliasearch: 4.14.2 dev: true @@ -73,6 +73,10 @@ packages: resolution: {integrity: sha512-SbvAlG9VqNanCErr44q6lEKD2qoK4XtFNx9Qn8FK26ePCI8I9yU7pYB+eM/cZdS9SzQCRJBbHUumVr4bsQ4uxg==} dev: true + /@algolia/cache-common/4.14.3: + resolution: {integrity: sha512-oZJofOoD9FQOwiGTzyRnmzvh3ZP8WVTNPBLH5xU5JNF7drDbRT0ocVT0h/xB2rPHYzOeXRrLaQQBwRT/CKom0Q==} + dev: true + /@algolia/cache-in-memory/4.14.2: resolution: {integrity: sha512-HrOukWoop9XB/VFojPv1R5SVXowgI56T9pmezd/djh2JnVN/vXswhXV51RKy4nCpqxyHt/aGFSq2qkDvj6KiuQ==} dependencies: @@ -103,6 +107,13 @@ packages: '@algolia/transporter': 4.14.2 dev: true + /@algolia/client-common/4.14.3: + resolution: {integrity: sha512-jkPPDZdi63IK64Yg4WccdCsAP4pHxSkr4usplkUZM5C1l1oEpZXsy2c579LQ0rvwCs5JFmwfNG4ahOszidfWPw==} + dependencies: + '@algolia/requester-common': 4.14.3 + '@algolia/transporter': 4.14.3 + dev: true + /@algolia/client-personalization/4.14.2: resolution: {integrity: sha512-ACCoLi0cL8CBZ1W/2juehSltrw2iqsQBnfiu/Rbl9W2yE6o2ZUb97+sqN/jBqYNQBS+o0ekTMKNkQjHHAcEXNw==} dependencies: @@ -119,6 +130,14 @@ packages: '@algolia/transporter': 4.14.2 dev: true + /@algolia/client-search/4.14.3: + resolution: {integrity: sha512-I2U7xBx5OPFdPLA8AXKUPPxGY3HDxZ4r7+mlZ8ZpLbI8/ri6fnu6B4z3wcL7sgHhDYMwnAE8Xr0AB0h3Hnkp4A==} + dependencies: + '@algolia/client-common': 4.14.3 + '@algolia/requester-common': 4.14.3 + '@algolia/transporter': 4.14.3 + dev: true + /@algolia/events/4.0.1: resolution: {integrity: sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==} dev: true @@ -127,6 +146,10 @@ packages: resolution: {integrity: sha512-/JGlYvdV++IcMHBnVFsqEisTiOeEr6cUJtpjz8zc0A9c31JrtLm318Njc72p14Pnkw3A/5lHHh+QxpJ6WFTmsA==} dev: true + /@algolia/logger-common/4.14.3: + resolution: {integrity: sha512-kUEAZaBt/J3RjYi8MEBT2QEexJR2kAE2mtLmezsmqMQZTV502TkHCxYzTwY2dE7OKcUTxi4OFlMuS4GId9CWPw==} + dev: true + /@algolia/logger-console/4.14.2: resolution: {integrity: sha512-8S2PlpdshbkwlLCSAB5f8c91xyc84VM9Ar9EdfE9UmX+NrKNYnWR1maXXVDQQoto07G1Ol/tYFnFVhUZq0xV/g==} dependencies: @@ -159,6 +182,10 @@ packages: resolution: {integrity: sha512-73YQsBOKa5fvVV3My7iZHu1sUqmjjfs9TteFWwPwDmnad7T0VTCopttcsM3OjLxZFtBnX61Xxl2T2gmG2O4ehg==} dev: true + /@algolia/requester-common/4.14.3: + resolution: {integrity: sha512-RrRzqNyKFDP7IkTuV3XvYGF9cDPn9h6qEDl595lXva3YUk9YSS8+MGZnnkOMHvjkrSCKfoLeLbm/T4tmoIeclw==} + dev: true + /@algolia/requester-node-http/4.14.2: resolution: {integrity: sha512-oDbb02kd1o5GTEld4pETlPZLY0e+gOSWjWMJHWTgDXbv9rm/o2cF7japO6Vj1ENnrqWvLBmW1OzV9g6FUFhFXg==} dependencies: @@ -173,6 +200,14 @@ packages: '@algolia/requester-common': 4.14.2 dev: true + /@algolia/transporter/4.14.3: + resolution: {integrity: sha512-2qlKlKsnGJ008exFRb5RTeTOqhLZj0bkMCMVskxoqWejs2Q2QtWmsiH98hDfpw0fmnyhzHEt0Z7lqxBYp8bW2w==} + dependencies: + '@algolia/cache-common': 4.14.3 + '@algolia/logger-common': 4.14.3 + '@algolia/requester-common': 4.14.3 + dev: true + /@algolia/ui-components-highlight-vdom/1.2.1: resolution: {integrity: sha512-IlYgIaCUEkz9ezNbwugwKv991oOHhveyq6nzL0F1jDzg1p3q5Yj/vO4KpNG910r2dwGCG3nEm5GtChcLnarhFA==} dependencies: @@ -465,10 +500,10 @@ packages: resolution: {integrity: sha512-rODCdDtGyudLj+Va8b6w6Y85KE85bXRsps/R4Yjwt5vueXKXZQKYw0aA9knxLBT6a/bI/GMrAcmCR75KYOM6hg==} dev: true - /@docsearch/js/3.3.0_tbpndr44ulefs3hehwpi2mkf2y: + /@docsearch/js/3.3.0_2r467mdhb7mblpaox4bg7fatdi: resolution: {integrity: sha512-oFXWRPNvPxAzBhnFJ9UCFIYZiQNc3Yrv6912nZHw/UIGxsyzKpNRZgHq8HDk1niYmOSoLKtVFcxkccpQmYGFyg==} dependencies: - '@docsearch/react': 3.3.0_tbpndr44ulefs3hehwpi2mkf2y + '@docsearch/react': 3.3.0_2r467mdhb7mblpaox4bg7fatdi preact: 10.11.3 transitivePeerDependencies: - '@algolia/client-search' @@ -477,7 +512,7 @@ packages: - react-dom dev: true - /@docsearch/react/3.3.0_tbpndr44ulefs3hehwpi2mkf2y: + /@docsearch/react/3.3.0_2r467mdhb7mblpaox4bg7fatdi: resolution: {integrity: sha512-fhS5adZkae2SSdMYEMVg6pxI5a/cE+tW16ki1V0/ur4Fdok3hBRkmN/H8VvlXnxzggkQIIRIVvYPn00JPjen3A==} peerDependencies: '@types/react': '>= 16.8.0 < 19.0.0' @@ -492,7 +527,7 @@ packages: optional: true dependencies: '@algolia/autocomplete-core': 1.7.2 - '@algolia/autocomplete-preset-algolia': 1.7.2_qs6lk5nhygj2o3hj4sf6xnr724 + '@algolia/autocomplete-preset-algolia': 1.7.2_dftrztzrvangphirexbpx5ysey '@docsearch/css': 3.3.0 algoliasearch: 4.14.2 transitivePeerDependencies: @@ -515,8 +550,8 @@ packages: requiresBuild: true optional: true - /@eslint/eslintrc/1.3.3: - resolution: {integrity: sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==} + /@eslint/eslintrc/1.4.0: + resolution: {integrity: sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 @@ -647,11 +682,11 @@ packages: '@nodelib/fs.scandir': 2.1.5 fastq: 1.14.0 - /@nuxt-themes/elements/0.2.3_vue@3.2.45: - resolution: {integrity: sha512-c1nxVXf3FHxH2pxCAAcE8fUkORSFKVXdR8brdXYJoaSs0kSqyosGd8DrqiFnHbIus55NZsPsdtDFIHoEnjDhxg==} + /@nuxt-themes/elements/0.2.4_vue@3.2.45: + resolution: {integrity: sha512-BO7zMH6g9KCepBrZM/rwCPYp4I/H2RTnolma3e1p2jLAaKZlwg53EU4rcO4GaBLnuHQrBcTcdy321TTlh2HjLw==} dependencies: - '@nuxt-themes/tokens': 1.2.2_vue@3.2.45 - '@vueuse/core': 9.6.0_vue@3.2.45 + '@nuxt-themes/tokens': 1.2.3_vue@3.2.45 + '@vueuse/core': 9.8.2_vue@3.2.45 transitivePeerDependencies: - '@vue/composition-api' - postcss @@ -661,8 +696,8 @@ packages: - vue dev: false - /@nuxt-themes/tokens/1.2.2_vue@3.2.45: - resolution: {integrity: sha512-aJoBIoWFT5A82AQlEioaQ/R7yBSm7JTGH30wdHuQOyWuefTSkNnaxuZ77hs778F4MeS5oEkSYitWyAWQRmPOUg==} + /@nuxt-themes/tokens/1.2.3_vue@3.2.45: + resolution: {integrity: sha512-sS/sDl/xcj77S1MBDr7tMHzfjbVl3u9bYF59R7j3KTQHopZvVQHkZs71ADp/7YL54aEkkiImR6O8Gv8h45izzQ==} dependencies: '@nuxtjs/color-mode': 3.2.0 '@vueuse/core': 9.6.0_vue@3.2.45 @@ -676,10 +711,10 @@ packages: - vue dev: false - /@nuxt-themes/typography/0.1.7_vue@3.2.45: - resolution: {integrity: sha512-4HC3sdhiXSoCktTDlCRVHhsGCZGeCIIAecXYZRpptghr79J1GmlAccOUtaR3K3ev/Sl5cqvIpOj02QQXWdxRwg==} + /@nuxt-themes/typography/0.1.9_vue@3.2.45: + resolution: {integrity: sha512-VZQ+myGVM05GVA3KTv/XnH886G7eBXYi7dEtoLWQbmtAsfR8N71Sj0ZPVnezJp8hMLE4POXRlPkzrEkru5QKsQ==} dependencies: - '@nuxt-themes/tokens': 1.2.2_vue@3.2.45 + '@nuxt-themes/tokens': 1.2.3_vue@3.2.45 '@nuxtjs/color-mode': 3.2.0 nuxt-config-schema: 0.3.6 nuxt-icon: 0.1.8_vue@3.2.45 @@ -864,7 +899,7 @@ packages: /@nuxt/ui-templates/1.0.0: resolution: {integrity: sha512-jfpVHxi1AHfNO3D6iD1RJE6fx/7cAzekvG90poIzVawp/L+I4DNdy8pCgqBScJW4bfWOpHeLYbtQQlL/hPmkjw==} - /@nuxt/vite-builder/3.0.0_rsibta3vmmagu2awyzif4pq2lq: + /@nuxt/vite-builder/3.0.0_jsq3ycdnenhwr4lctnpw27cze4: resolution: {integrity: sha512-eMnpPpjHU8rGZcsJUksCuSX+6dpId03q8LOSStsm6rXzrNJtZIcwt0nBRTUaigckXIozX8ZNl5u2OPGUfUbMrw==} engines: {node: ^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0} peerDependencies: @@ -901,7 +936,7 @@ packages: unplugin: 1.0.1 vite: 3.2.5 vite-node: 0.25.8 - vite-plugin-checker: 0.5.2_2diyh6cvkl6stcaq3dzcmc6p6a + vite-plugin-checker: 0.5.2_tgls4jshbpzaqa54buzfmlvizy vue: 3.2.45 vue-bundle-renderer: 1.0.0 transitivePeerDependencies: @@ -920,8 +955,8 @@ packages: - vls - vti - /@nuxthq/studio/0.3.6: - resolution: {integrity: sha512-7yukA2Vi/GHKSa7KMriwOKjVhTS50n0H6oGv79dt7Y00I2OUh+I4a61xIDrBawG3d24kiYWoivTbR2D/ejusUQ==} + /@nuxthq/studio/0.3.11: + resolution: {integrity: sha512-OFcdcPhcqnMxWW9VwmItAyLKOnRPft68q5WOQ+vgrTW302zYJzFq74cnaKY7y5xvoNArmUxEH8gZRZyg37W28w==} dependencies: '@nuxt/kit': 3.0.0 '@nuxt/schema': 3.0.0 @@ -968,37 +1003,37 @@ packages: - supports-color dev: false - /@nuxtjs/eslint-config-typescript/12.0.0_ha6vam6werchizxrnqvarmz2zu: + /@nuxtjs/eslint-config-typescript/12.0.0_lzzuuodtsqwxnvqeq4g4likcqa: resolution: {integrity: sha512-HJR0ho5MYuOCFjkL+eMX/VXbUwy36J12DUMVy+dj3Qz1GYHwX92Saxap3urFzr8oPkzzFiuOknDivfCeRBWakg==} peerDependencies: eslint: ^8.23.0 dependencies: - '@nuxtjs/eslint-config': 12.0.0_533pwayltjtlmylu2h73yxcye4 - '@typescript-eslint/eslint-plugin': 5.46.1_imrg37k3svwu377c6q7gkarwmi - '@typescript-eslint/parser': 5.46.1_ha6vam6werchizxrnqvarmz2zu - eslint: 8.29.0 - eslint-import-resolver-typescript: 3.5.2_lt3hqehuojhfcbzgzqfngbtmrq - eslint-plugin-import: 2.26.0_533pwayltjtlmylu2h73yxcye4 - eslint-plugin-vue: 9.8.0_eslint@8.29.0 + '@nuxtjs/eslint-config': 12.0.0_mv4znvkmpvglpuoorytwup6y2i + '@typescript-eslint/eslint-plugin': 5.46.1_mqzxmroayievgzgel6yrqgih5i + '@typescript-eslint/parser': 5.46.1_lzzuuodtsqwxnvqeq4g4likcqa + eslint: 8.30.0 + eslint-import-resolver-typescript: 3.5.2_2lbwmhbr7bncddqbzzpg77o75m + eslint-plugin-import: 2.26.0_mv4znvkmpvglpuoorytwup6y2i + eslint-plugin-vue: 9.8.0_eslint@8.30.0 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color - typescript dev: true - /@nuxtjs/eslint-config/12.0.0_533pwayltjtlmylu2h73yxcye4: + /@nuxtjs/eslint-config/12.0.0_mv4znvkmpvglpuoorytwup6y2i: resolution: {integrity: sha512-ewenelo75x0eYEUK+9EBXjc/OopQCvdkmYmlZuoHq5kub/vtiRpyZ/autppwokpHUq8tiVyl2ejMakoiHiDTrg==} peerDependencies: eslint: ^8.23.0 dependencies: - eslint: 8.29.0 - eslint-config-standard: 17.0.0_wnkmxhw54rcoqx42l6oqxte7qq - eslint-plugin-import: 2.26.0_533pwayltjtlmylu2h73yxcye4 - eslint-plugin-n: 15.6.0_eslint@8.29.0 - eslint-plugin-node: 11.1.0_eslint@8.29.0 - eslint-plugin-promise: 6.1.1_eslint@8.29.0 - eslint-plugin-unicorn: 44.0.2_eslint@8.29.0 - eslint-plugin-vue: 9.8.0_eslint@8.29.0 + eslint: 8.30.0 + eslint-config-standard: 17.0.0_snpl5wgzq3nl6iwyoqvj6sxsdi + eslint-plugin-import: 2.26.0_mv4znvkmpvglpuoorytwup6y2i + eslint-plugin-n: 15.6.0_eslint@8.30.0 + eslint-plugin-node: 11.1.0_eslint@8.30.0 + eslint-plugin-promise: 6.1.1_eslint@8.30.0 + eslint-plugin-unicorn: 44.0.2_eslint@8.30.0 + eslint-plugin-vue: 9.8.0_eslint@8.30.0 local-pkg: 0.4.2 transitivePeerDependencies: - '@typescript-eslint/parser' @@ -1504,7 +1539,7 @@ packages: resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==} dev: false - /@typescript-eslint/eslint-plugin/5.46.1_imrg37k3svwu377c6q7gkarwmi: + /@typescript-eslint/eslint-plugin/5.46.1_mqzxmroayievgzgel6yrqgih5i: resolution: {integrity: sha512-YpzNv3aayRBwjs4J3oz65eVLXc9xx0PDbIRisHj+dYhvBn02MjYOD96P8YGiWEIFBrojaUjxvkaUpakD82phsA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1515,12 +1550,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.46.1_ha6vam6werchizxrnqvarmz2zu + '@typescript-eslint/parser': 5.46.1_lzzuuodtsqwxnvqeq4g4likcqa '@typescript-eslint/scope-manager': 5.46.1 - '@typescript-eslint/type-utils': 5.46.1_ha6vam6werchizxrnqvarmz2zu - '@typescript-eslint/utils': 5.46.1_ha6vam6werchizxrnqvarmz2zu + '@typescript-eslint/type-utils': 5.46.1_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/utils': 5.46.1_lzzuuodtsqwxnvqeq4g4likcqa debug: 4.3.4 - eslint: 8.29.0 + eslint: 8.30.0 ignore: 5.2.1 natural-compare-lite: 1.4.0 regexpp: 3.2.0 @@ -1531,7 +1566,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.46.1_ha6vam6werchizxrnqvarmz2zu: + /@typescript-eslint/parser/5.46.1_lzzuuodtsqwxnvqeq4g4likcqa: resolution: {integrity: sha512-RelQ5cGypPh4ySAtfIMBzBGyrNerQcmfA1oJvPj5f+H4jI59rl9xxpn4bonC0tQvUKOEN7eGBFWxFLK3Xepneg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1545,7 +1580,7 @@ packages: '@typescript-eslint/types': 5.46.1 '@typescript-eslint/typescript-estree': 5.46.1_typescript@4.9.4 debug: 4.3.4 - eslint: 8.29.0 + eslint: 8.30.0 typescript: 4.9.4 transitivePeerDependencies: - supports-color @@ -1559,7 +1594,7 @@ packages: '@typescript-eslint/visitor-keys': 5.46.1 dev: true - /@typescript-eslint/type-utils/5.46.1_ha6vam6werchizxrnqvarmz2zu: + /@typescript-eslint/type-utils/5.46.1_lzzuuodtsqwxnvqeq4g4likcqa: resolution: {integrity: sha512-V/zMyfI+jDmL1ADxfDxjZ0EMbtiVqj8LUGPAGyBkXXStWmCUErMpW873zEHsyguWCuq2iN4BrlWUkmuVj84yng==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1570,9 +1605,9 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.46.1_typescript@4.9.4 - '@typescript-eslint/utils': 5.46.1_ha6vam6werchizxrnqvarmz2zu + '@typescript-eslint/utils': 5.46.1_lzzuuodtsqwxnvqeq4g4likcqa debug: 4.3.4 - eslint: 8.29.0 + eslint: 8.30.0 tsutils: 3.21.0_typescript@4.9.4 typescript: 4.9.4 transitivePeerDependencies: @@ -1605,7 +1640,7 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.46.1_ha6vam6werchizxrnqvarmz2zu: + /@typescript-eslint/utils/5.46.1_lzzuuodtsqwxnvqeq4g4likcqa: resolution: {integrity: sha512-RBdBAGv3oEpFojaCYT4Ghn4775pdjvwfDOfQ2P6qzNVgQOVrnSPe5/Pb88kv7xzYQjoio0eKHKB9GJ16ieSxvA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1616,9 +1651,9 @@ packages: '@typescript-eslint/scope-manager': 5.46.1 '@typescript-eslint/types': 5.46.1 '@typescript-eslint/typescript-estree': 5.46.1_typescript@4.9.4 - eslint: 8.29.0 + eslint: 8.30.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.29.0 + eslint-utils: 3.0.0_eslint@8.30.0 semver: 7.3.8 transitivePeerDependencies: - supports-color @@ -1841,6 +1876,18 @@ packages: - vue dev: false + /@vueuse/core/9.8.2_vue@3.2.45: + resolution: {integrity: sha512-aWiCmcYIpPt7xjuqYiceODEMHchDYthrJ4AqI+FXPZrR23PZOqdiktbUVyQl2kGlR3H4i9UJ/uimQrwhz9UouQ==} + dependencies: + '@types/web-bluetooth': 0.0.16 + '@vueuse/metadata': 9.8.2 + '@vueuse/shared': 9.8.2_vue@3.2.45 + vue-demi: 0.13.11_vue@3.2.45 + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: false + /@vueuse/head/1.0.22_vue@3.2.45: resolution: {integrity: sha512-YmUdbzNdCnhmrAFxGnJS+Rixj+swE+TQC9OEaYDHIro6gE7W11jugcdwVP00HrA4WRQhg+TOQ4YcY2oL/PP1hw==} peerDependencies: @@ -1856,16 +1903,20 @@ packages: resolution: {integrity: sha512-sIC8R+kWkIdpi5X2z2Gk8TRYzmczDwHRhEFfCu2P+XW2JdPoXrziqsGpDDsN7ykBx4ilwieS7JUIweVGhvZ93w==} dev: false - /@vueuse/nuxt/9.6.0_nuxt@3.0.0+vue@3.2.45: - resolution: {integrity: sha512-r+ngzHijvrfn89KnwlFCSe/xzFCiuskwmxbDdzFtpcZ57RHqLPdUS34YYrDxt7XasM0vlD3dmLIKEH//btf7sw==} + /@vueuse/metadata/9.8.2: + resolution: {integrity: sha512-N4E/BKS+9VsUeD4WLVRU1J2kCOLh+iikBcMtipFcTyL204132vDYHs27zLAVabJYGnhC0dIVGdhg9pbOZiY2TQ==} + dev: false + + /@vueuse/nuxt/9.8.2_nuxt@3.0.0+vue@3.2.45: + resolution: {integrity: sha512-X0pUe/LNRTVNugewwagbzjKkAd/qC6mtkYIeTynTShSkS1RPl44gb6tH3YO1vU201DIhwGNpzM43JOt0FrFyvw==} peerDependencies: - nuxt: ^3.0.0-rc.9 + nuxt: ^3.0.0 dependencies: '@nuxt/kit': 3.0.0 - '@vueuse/core': 9.6.0_vue@3.2.45 - '@vueuse/metadata': 9.6.0 + '@vueuse/core': 9.8.2_vue@3.2.45 + '@vueuse/metadata': 9.8.2 local-pkg: 0.4.2 - nuxt: 3.0.0_ha6vam6werchizxrnqvarmz2zu + nuxt: 3.0.0_lzzuuodtsqwxnvqeq4g4likcqa vue-demi: 0.13.11_vue@3.2.45 transitivePeerDependencies: - '@vue/composition-api' @@ -1883,6 +1934,15 @@ packages: - vue dev: false + /@vueuse/shared/9.8.2_vue@3.2.45: + resolution: {integrity: sha512-ACjrPQzowd5dnabNJt9EoGVobco9/ENiA5qP53vjiuxndlJYuc/UegwhXC7KdQbPX4F45a50+45K3g1wNqOzmA==} + dependencies: + vue-demi: 0.13.11_vue@3.2.45 + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: false + /@zhead/schema/1.0.7: resolution: {integrity: sha512-jN2ipkz39YrHd8uulgw/Y7x8iOxvR/cTkin/E9zRQVP5JBIrrJMiGyFFj6JBW4Q029xJ5dKtpwy/3RZWpz+dkQ==} @@ -3369,7 +3429,7 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-standard/17.0.0_wnkmxhw54rcoqx42l6oqxte7qq: + /eslint-config-standard/17.0.0_snpl5wgzq3nl6iwyoqvj6sxsdi: resolution: {integrity: sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==} peerDependencies: eslint: ^8.0.1 @@ -3377,10 +3437,10 @@ packages: eslint-plugin-n: ^15.0.0 eslint-plugin-promise: ^6.0.0 dependencies: - eslint: 8.29.0 - eslint-plugin-import: 2.26.0_533pwayltjtlmylu2h73yxcye4 - eslint-plugin-n: 15.6.0_eslint@8.29.0 - eslint-plugin-promise: 6.1.1_eslint@8.29.0 + eslint: 8.30.0 + eslint-plugin-import: 2.26.0_mv4znvkmpvglpuoorytwup6y2i + eslint-plugin-n: 15.6.0_eslint@8.30.0 + eslint-plugin-promise: 6.1.1_eslint@8.30.0 dev: true /eslint-import-resolver-node/0.3.6: @@ -3392,7 +3452,7 @@ packages: - supports-color dev: true - /eslint-import-resolver-typescript/3.5.2_lt3hqehuojhfcbzgzqfngbtmrq: + /eslint-import-resolver-typescript/3.5.2_2lbwmhbr7bncddqbzzpg77o75m: resolution: {integrity: sha512-zX4ebnnyXiykjhcBvKIf5TNvt8K7yX6bllTRZ14MiurKPjDpCAZujlszTdB8pcNXhZcOf+god4s9SjQa5GnytQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -3401,8 +3461,8 @@ packages: dependencies: debug: 4.3.4 enhanced-resolve: 5.12.0 - eslint: 8.29.0 - eslint-plugin-import: 2.26.0_533pwayltjtlmylu2h73yxcye4 + eslint: 8.30.0 + eslint-plugin-import: 2.26.0_mv4znvkmpvglpuoorytwup6y2i get-tsconfig: 4.2.0 globby: 13.1.3 is-core-module: 2.11.0 @@ -3412,7 +3472,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.4_o2m23qb6cidzxlgoxlhvqp5c5y: + /eslint-module-utils/2.7.4_nocwphagfdrftfen6rtnxkokla: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -3433,38 +3493,38 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.46.1_ha6vam6werchizxrnqvarmz2zu + '@typescript-eslint/parser': 5.46.1_lzzuuodtsqwxnvqeq4g4likcqa debug: 3.2.7 - eslint: 8.29.0 + eslint: 8.30.0 eslint-import-resolver-node: 0.3.6 - eslint-import-resolver-typescript: 3.5.2_lt3hqehuojhfcbzgzqfngbtmrq + eslint-import-resolver-typescript: 3.5.2_2lbwmhbr7bncddqbzzpg77o75m transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-es/3.0.1_eslint@8.29.0: + /eslint-plugin-es/3.0.1_eslint@8.30.0: resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.29.0 + eslint: 8.30.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-es/4.1.0_eslint@8.29.0: + /eslint-plugin-es/4.1.0_eslint@8.30.0: resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.29.0 + eslint: 8.30.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.26.0_533pwayltjtlmylu2h73yxcye4: + /eslint-plugin-import/2.26.0_mv4znvkmpvglpuoorytwup6y2i: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -3474,14 +3534,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.46.1_ha6vam6werchizxrnqvarmz2zu + '@typescript-eslint/parser': 5.46.1_lzzuuodtsqwxnvqeq4g4likcqa array-includes: 3.1.6 array.prototype.flat: 1.3.1 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.29.0 + eslint: 8.30.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_o2m23qb6cidzxlgoxlhvqp5c5y + eslint-module-utils: 2.7.4_nocwphagfdrftfen6rtnxkokla has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 @@ -3495,16 +3555,16 @@ packages: - supports-color dev: true - /eslint-plugin-n/15.6.0_eslint@8.29.0: + /eslint-plugin-n/15.6.0_eslint@8.30.0: resolution: {integrity: sha512-Hd/F7wz4Mj44Jp0H6Jtty13NcE69GNTY0rVlgTIj1XBnGGVI6UTdDrpE6vqu3AHo07bygq/N+7OH/lgz1emUJw==} engines: {node: '>=12.22.0'} peerDependencies: eslint: '>=7.0.0' dependencies: builtins: 5.0.1 - eslint: 8.29.0 - eslint-plugin-es: 4.1.0_eslint@8.29.0 - eslint-utils: 3.0.0_eslint@8.29.0 + eslint: 8.30.0 + eslint-plugin-es: 4.1.0_eslint@8.30.0 + eslint-utils: 3.0.0_eslint@8.30.0 ignore: 5.2.1 is-core-module: 2.11.0 minimatch: 3.1.2 @@ -3512,14 +3572,14 @@ packages: semver: 7.3.8 dev: true - /eslint-plugin-node/11.1.0_eslint@8.29.0: + /eslint-plugin-node/11.1.0_eslint@8.30.0: resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 8.29.0 - eslint-plugin-es: 3.0.1_eslint@8.29.0 + eslint: 8.30.0 + eslint-plugin-es: 3.0.1_eslint@8.30.0 eslint-utils: 2.1.0 ignore: 5.2.1 minimatch: 3.1.2 @@ -3527,16 +3587,16 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-promise/6.1.1_eslint@8.29.0: + /eslint-plugin-promise/6.1.1_eslint@8.30.0: resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.29.0 + eslint: 8.30.0 dev: true - /eslint-plugin-unicorn/44.0.2_eslint@8.29.0: + /eslint-plugin-unicorn/44.0.2_eslint@8.30.0: resolution: {integrity: sha512-GLIDX1wmeEqpGaKcnMcqRvMVsoabeF0Ton0EX4Th5u6Kmf7RM9WBl705AXFEsns56ESkEs0uyelLuUTvz9Tr0w==} engines: {node: '>=14.18'} peerDependencies: @@ -3545,8 +3605,8 @@ packages: '@babel/helper-validator-identifier': 7.19.1 ci-info: 3.7.0 clean-regexp: 1.0.0 - eslint: 8.29.0 - eslint-utils: 3.0.0_eslint@8.29.0 + eslint: 8.30.0 + eslint-utils: 3.0.0_eslint@8.30.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.2.0 @@ -3559,19 +3619,19 @@ packages: strip-indent: 3.0.0 dev: true - /eslint-plugin-vue/9.8.0_eslint@8.29.0: + /eslint-plugin-vue/9.8.0_eslint@8.30.0: resolution: {integrity: sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.29.0 - eslint-utils: 3.0.0_eslint@8.29.0 + eslint: 8.30.0 + eslint-utils: 3.0.0_eslint@8.30.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.11 semver: 7.3.8 - vue-eslint-parser: 9.1.0_eslint@8.29.0 + vue-eslint-parser: 9.1.0_eslint@8.30.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -3599,13 +3659,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.29.0: + /eslint-utils/3.0.0_eslint@8.30.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.29.0 + eslint: 8.30.0 eslint-visitor-keys: 2.1.0 /eslint-visitor-keys/1.3.0: @@ -3621,12 +3681,12 @@ packages: resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /eslint/8.29.0: - resolution: {integrity: sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==} + /eslint/8.30.0: + resolution: {integrity: sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.3.3 + '@eslint/eslintrc': 1.4.0 '@humanwhocodes/config-array': 0.11.8 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -3637,7 +3697,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.29.0 + eslint-utils: 3.0.0_eslint@8.30.0 eslint-visitor-keys: 3.3.0 espree: 9.4.1 esquery: 1.4.0 @@ -6032,7 +6092,7 @@ packages: - supports-color dev: true - /nuxt/3.0.0_ha6vam6werchizxrnqvarmz2zu: + /nuxt/3.0.0_lzzuuodtsqwxnvqeq4g4likcqa: resolution: {integrity: sha512-RNlD78uv04ZiXWmlx9f1tnJfrqsYAWHU+4gbgOTQpIBmQzHWPWiox+fm/1m93iKfEd5sJi9TJUoXX5yBObVZYw==} engines: {node: ^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0} hasBin: true @@ -6042,7 +6102,7 @@ packages: '@nuxt/schema': 3.0.0 '@nuxt/telemetry': 2.1.8 '@nuxt/ui-templates': 1.0.0 - '@nuxt/vite-builder': 3.0.0_rsibta3vmmagu2awyzif4pq2lq + '@nuxt/vite-builder': 3.0.0_jsq3ycdnenhwr4lctnpw27cze4 '@unhead/ssr': 1.0.13 '@vue/reactivity': 3.2.45 '@vue/shared': 3.2.45 @@ -8475,7 +8535,7 @@ packages: - supports-color - terser - /vite-plugin-checker/0.5.2_2diyh6cvkl6stcaq3dzcmc6p6a: + /vite-plugin-checker/0.5.2_tgls4jshbpzaqa54buzfmlvizy: resolution: {integrity: sha512-RtpoXS1+A31HcXcNiuHyVDU3SlH1tU/ufOZEBlBrKclNsE+P9BdVsXiO5AWpczZCM6G2k/7GeH/BRi9lDvvakQ==} engines: {node: '>=14.16'} peerDependencies: @@ -8508,7 +8568,7 @@ packages: chalk: 4.1.2 chokidar: 3.5.3 commander: 8.3.0 - eslint: 8.29.0 + eslint: 8.30.0 fast-glob: 3.2.12 lodash.debounce: 4.0.8 lodash.pick: 4.4.0 @@ -8630,14 +8690,14 @@ packages: /vue-devtools-stub/0.1.0: resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==} - /vue-eslint-parser/9.1.0_eslint@8.29.0: + /vue-eslint-parser/9.1.0_eslint@8.30.0: resolution: {integrity: sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.29.0 + eslint: 8.30.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.4.1