From 2c16e3c46fcc47b5ce511d3e18e4c5b3a6bc4914 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:11:52 +0000 Subject: [PATCH] chore(deps): update dependency @vitejs/plugin-vue to v5 --- package.json | 2 +- pnpm-lock.yaml | 76 +++++++++++++++++++++---------- sandboxes/bar/package.json | 2 +- sandboxes/bubble/package.json | 2 +- sandboxes/custom/package.json | 2 +- sandboxes/doughnut/package.json | 2 +- sandboxes/events/package.json | 2 +- sandboxes/line/package.json | 2 +- sandboxes/pie/package.json | 2 +- sandboxes/polar-area/package.json | 2 +- sandboxes/radar/package.json | 2 +- sandboxes/reactive/package.json | 2 +- sandboxes/scatter/package.json | 2 +- 13 files changed, 65 insertions(+), 35 deletions(-) diff --git a/package.json b/package.json index 53beaeff..eec97bad 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "@storybook/vue3": "^6.5.16", "@swc/core": "^1.3.23", "@swc/helpers": "^0.5.0", - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^5.0.0", "@vitest/coverage-c8": "^0.31.0", "@vue/eslint-config-typescript": "^12.0.0", "@vue/test-utils": "^2.0.0-rc.17", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0a713c37..93b263b0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,13 +28,13 @@ importers: version: 6.5.16(eslint@8.55.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@4.9.4) '@storybook/addon-docs': specifier: ^6.5.16 - version: 6.5.16(@babel/core@7.26.0)(eslint@8.55.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@4.9.4)(webpack@5.89.0(@swc/core@1.3.23)) + version: 6.5.16(@babel/core@7.26.0)(eslint@8.55.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@4.9.4)(webpack@5.75.0(@swc/core@1.3.23)) '@storybook/addons': specifier: ^6.5.16 version: 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/builder-vite': specifier: ^0.4.2 - version: 0.4.2(@vitejs/plugin-vue@4.0.0(vite@4.0.2(@types/node@18.11.17)(terser@5.36.0))(vue@3.2.45))(eslint@8.55.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@4.9.4)(vite@4.0.2(@types/node@18.11.17)(terser@5.36.0))(vue-docgen-api@4.56.0(vue@3.2.45)) + version: 0.4.2(@vitejs/plugin-vue@5.1.4(vite@4.0.2(@types/node@18.11.17)(terser@5.36.0))(vue@3.2.45))(eslint@8.55.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@4.9.4)(vite@4.0.2(@types/node@18.11.17)(terser@5.36.0))(vue-docgen-api@4.56.0(vue@3.2.45)) '@storybook/client-api': specifier: ^6.5.16 version: 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -43,7 +43,7 @@ importers: version: 6.5.16 '@storybook/vue3': specifier: ^6.5.16 - version: 6.5.16(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@swc/core@1.3.23)(@vue/compiler-sfc@3.3.11)(babel-loader@8.4.1(@babel/core@7.26.0)(webpack@5.89.0(@swc/core@1.3.23)))(eslint@8.55.0)(typescript@4.9.4)(vue@3.2.45) + version: 6.5.16(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@swc/core@1.3.23)(@vue/compiler-sfc@3.3.11)(babel-loader@8.4.1(@babel/core@7.26.0)(webpack@5.75.0(@swc/core@1.3.23)))(eslint@8.55.0)(typescript@4.9.4)(vue@3.2.45) '@swc/core': specifier: ^1.3.23 version: 1.3.23 @@ -51,8 +51,8 @@ importers: specifier: ^0.5.0 version: 0.5.0 '@vitejs/plugin-vue': - specifier: ^4.0.0 - version: 4.0.0(vite@4.0.2(@types/node@18.11.17)(terser@5.36.0))(vue@3.2.45) + specifier: ^5.0.0 + version: 5.1.4(vite@4.0.2(@types/node@18.11.17)(terser@5.36.0))(vue@3.2.45) '@vitest/coverage-c8': specifier: ^0.31.0 version: 0.31.0(vitest@0.31.0(jsdom@23.0.1)(terser@5.36.0)) @@ -488,6 +488,7 @@ packages: '@babel/plugin-proposal-async-generator-functions@7.20.1': resolution: {integrity: sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -501,6 +502,7 @@ packages: '@babel/plugin-proposal-class-static-block@7.18.6': resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead. peerDependencies: '@babel/core': ^7.12.0 @@ -513,6 +515,7 @@ packages: '@babel/plugin-proposal-dynamic-import@7.18.6': resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -525,18 +528,21 @@ packages: '@babel/plugin-proposal-export-namespace-from@7.18.9': resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead. peerDependencies: '@babel/core': ^7.0.0-0 '@babel/plugin-proposal-json-strings@7.18.6': resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-json-strings instead. peerDependencies: '@babel/core': ^7.0.0-0 '@babel/plugin-proposal-logical-assignment-operators@7.18.9': resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -550,6 +556,7 @@ packages: '@babel/plugin-proposal-numeric-separator@7.18.6': resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -576,6 +583,7 @@ packages: '@babel/plugin-proposal-optional-catch-binding@7.18.6': resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -623,6 +631,7 @@ packages: '@babel/plugin-proposal-unicode-property-regex@7.18.6': resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead. peerDependencies: '@babel/core': ^7.0.0-0 @@ -1670,10 +1679,12 @@ packages: '@humanwhocodes/config-array@0.11.13': resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==} engines: {node: '>=10.10.0'} + deprecated: Use @eslint/config-array instead '@humanwhocodes/config-array@0.9.5': resolution: {integrity: sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==} engines: {node: '>=10.10.0'} + deprecated: Use @eslint/config-array instead '@humanwhocodes/module-importer@1.0.1': resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} @@ -1681,9 +1692,11 @@ packages: '@humanwhocodes/object-schema@1.2.1': resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} + deprecated: Use @eslint/object-schema instead '@humanwhocodes/object-schema@2.0.1': resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==} + deprecated: Use @eslint/object-schema instead '@hutson/parse-repository-url@3.0.2': resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==} @@ -2467,15 +2480,16 @@ packages: '@ungap/structured-clone@1.2.0': resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - '@vitejs/plugin-vue@4.0.0': - resolution: {integrity: sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==} - engines: {node: ^14.18.0 || >=16.0.0} + '@vitejs/plugin-vue@5.1.4': + resolution: {integrity: sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==} + engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: - vite: ^4.0.0 + vite: ^5.0.0 vue: ^3.2.25 '@vitest/coverage-c8@0.31.0': resolution: {integrity: sha512-h72qN1D962AO7UefQVulm9JFP5ACS7OfhCdBHioXU8f7ohH/+NTZCgAqmgcfRNHHO/8wLFxx+93YVxhodkEJVA==} + deprecated: v8 coverage is moved to @vitest/coverage-v8 package peerDependencies: vitest: '>=0.30.0 <1' @@ -4401,11 +4415,13 @@ packages: eslint@8.4.1: resolution: {integrity: sha512-TxU/p7LB1KxQ6+7aztTnO7K0i+h0tDi81YRY9VzB6Id71kNz+fFYnf5HD5UOQmxkzcoa0TlVZf9dpMtUv0GpWg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true eslint@8.55.0: resolution: {integrity: sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true espree@9.2.0: @@ -4918,6 +4934,7 @@ packages: glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported global-dirs@0.1.1: resolution: {integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==} @@ -5209,6 +5226,7 @@ packages: inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. inherits@2.0.3: resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==} @@ -5262,10 +5280,12 @@ packages: is-accessor-descriptor@0.1.6: resolution: {integrity: sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==} engines: {node: '>=0.10.0'} + deprecated: Please upgrade to v0.1.7 is-accessor-descriptor@1.0.0: resolution: {integrity: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==} engines: {node: '>=0.10.0'} + deprecated: Please upgrade to v1.0.1 is-alphabetical@1.0.4: resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==} @@ -5331,10 +5351,12 @@ packages: is-data-descriptor@0.1.4: resolution: {integrity: sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==} engines: {node: '>=0.10.0'} + deprecated: Please upgrade to v0.1.5 is-data-descriptor@1.0.0: resolution: {integrity: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==} engines: {node: '>=0.10.0'} + deprecated: Please upgrade to v1.0.1 is-data-view@1.0.1: resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==} @@ -5889,6 +5911,7 @@ packages: loupe@2.3.6: resolution: {integrity: sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==} + deprecated: Please upgrade to 2.3.7 which fixes GHSA-4q6p-r6v2-jvc5 lower-case@2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} @@ -6950,6 +6973,10 @@ packages: q@1.5.1: resolution: {integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==} engines: {node: '>=0.6.0', teleport: '>=0.2.0'} + deprecated: |- + You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. + + (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) qs@6.11.0: resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} @@ -7286,6 +7313,7 @@ packages: rimraf@2.6.3: resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==} + deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true rimraf@2.7.1: @@ -7295,6 +7323,7 @@ packages: rimraf@3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true ripemd160@2.0.2: @@ -8386,6 +8415,7 @@ packages: uuid-browser@3.1.0: resolution: {integrity: sha512-dsNgbLaTrd6l3MMxTtouOCFw4CBFc/3a+GgYA2YyrJvyQ1u6q4pcu3ktLoUZ/VN/Aw9WsauazbgsgdfVWgAKQg==} + deprecated: Package no longer supported and required. Use the uuid package or crypto.randomUUID instead uuid@3.4.0: resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==} @@ -11199,7 +11229,7 @@ snapshots: - webpack-cli - webpack-command - '@storybook/addon-docs@6.5.16(@babel/core@7.26.0)(eslint@8.55.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@4.9.4)(webpack@5.89.0(@swc/core@1.3.23))': + '@storybook/addon-docs@6.5.16(@babel/core@7.26.0)(eslint@8.55.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@4.9.4)(webpack@5.75.0(@swc/core@1.3.23))': dependencies: '@babel/plugin-transform-react-jsx': 7.19.0(@babel/core@7.26.0) '@babel/preset-env': 7.20.2(@babel/core@7.26.0) @@ -11219,7 +11249,7 @@ snapshots: '@storybook/source-loader': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/store': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@storybook/theming': 6.5.16(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - babel-loader: 8.2.5(@babel/core@7.26.0)(webpack@5.89.0(@swc/core@1.3.23)) + babel-loader: 8.2.5(@babel/core@7.26.0)(webpack@5.75.0(@swc/core@1.3.23)) core-js: 3.26.1 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -11318,7 +11348,7 @@ snapshots: ts-dedent: 2.2.0 util-deprecate: 1.0.2 - '@storybook/builder-vite@0.4.2(@vitejs/plugin-vue@4.0.0(vite@4.0.2(@types/node@18.11.17)(terser@5.36.0))(vue@3.2.45))(eslint@8.55.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@4.9.4)(vite@4.0.2(@types/node@18.11.17)(terser@5.36.0))(vue-docgen-api@4.56.0(vue@3.2.45))': + '@storybook/builder-vite@0.4.2(@vitejs/plugin-vue@5.1.4(vite@4.0.2(@types/node@18.11.17)(terser@5.36.0))(vue@3.2.45))(eslint@8.55.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@4.9.4)(vite@4.0.2(@types/node@18.11.17)(terser@5.36.0))(vue-docgen-api@4.56.0(vue@3.2.45))': dependencies: '@joshwooding/vite-plugin-react-docgen-typescript': 0.2.1(typescript@4.9.4)(vite@4.0.2(@types/node@18.11.17)(terser@5.36.0)) '@storybook/core-common': 6.5.16(eslint@8.55.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@4.9.4) @@ -11336,7 +11366,7 @@ snapshots: sveltedoc-parser: 4.2.1 vite: 4.0.2(@types/node@18.11.17)(terser@5.36.0) optionalDependencies: - '@vitejs/plugin-vue': 4.0.0(vite@4.0.2(@types/node@18.11.17)(terser@5.36.0))(vue@3.2.45) + '@vitejs/plugin-vue': 5.1.4(vite@4.0.2(@types/node@18.11.17)(terser@5.36.0))(vue@3.2.45) vue-docgen-api: 4.56.0(vue@3.2.45) transitivePeerDependencies: - eslint @@ -11392,7 +11422,7 @@ snapshots: style-loader: 1.3.0(webpack@4.47.0) terser-webpack-plugin: 4.2.3(webpack@4.47.0) ts-dedent: 2.2.0 - url-loader: 4.1.1(file-loader@6.2.0(webpack@5.89.0(@swc/core@1.3.23)))(webpack@4.47.0) + url-loader: 4.1.1(file-loader@6.2.0(webpack@5.75.0(@swc/core@1.3.23)))(webpack@4.47.0) util-deprecate: 1.0.2 webpack: 4.47.0 webpack-dev-middleware: 3.7.3(webpack@4.47.0) @@ -11869,7 +11899,7 @@ snapshots: telejson: 6.0.8 terser-webpack-plugin: 4.2.3(webpack@4.47.0) ts-dedent: 2.2.0 - url-loader: 4.1.1(file-loader@6.2.0(webpack@5.89.0(@swc/core@1.3.23)))(webpack@4.47.0) + url-loader: 4.1.1(file-loader@6.2.0(webpack@5.75.0(@swc/core@1.3.23)))(webpack@4.47.0) util-deprecate: 1.0.2 webpack: 4.47.0 webpack-dev-middleware: 3.7.3(webpack@4.47.0) @@ -12106,7 +12136,7 @@ snapshots: regenerator-runtime: 0.13.11 resolve-from: 5.0.0 - '@storybook/vue3@6.5.16(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@swc/core@1.3.23)(@vue/compiler-sfc@3.3.11)(babel-loader@8.4.1(@babel/core@7.26.0)(webpack@5.89.0(@swc/core@1.3.23)))(eslint@8.55.0)(typescript@4.9.4)(vue@3.2.45)': + '@storybook/vue3@6.5.16(@babel/core@7.26.0)(@babel/preset-env@7.26.0(@babel/core@7.26.0))(@swc/core@1.3.23)(@vue/compiler-sfc@3.3.11)(babel-loader@8.4.1(@babel/core@7.26.0)(webpack@5.75.0(@swc/core@1.3.23)))(eslint@8.55.0)(typescript@4.9.4)(vue@3.2.45)': dependencies: '@babel/core': 7.26.0 '@storybook/addons': 6.5.16(react-dom@16.14.0(react@16.14.0))(react@16.14.0) @@ -12118,7 +12148,7 @@ snapshots: '@types/node': 16.18.10 '@types/webpack-env': 1.18.0 '@vue/compiler-sfc': 3.3.11 - babel-loader: 8.4.1(@babel/core@7.26.0)(webpack@5.89.0(@swc/core@1.3.23)) + babel-loader: 8.4.1(@babel/core@7.26.0)(webpack@5.75.0(@swc/core@1.3.23)) core-js: 3.26.1 global: 4.4.0 react: 16.14.0 @@ -12452,7 +12482,7 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-vue@4.0.0(vite@4.0.2(@types/node@18.11.17)(terser@5.36.0))(vue@3.2.45)': + '@vitejs/plugin-vue@5.1.4(vite@4.0.2(@types/node@18.11.17)(terser@5.36.0))(vue@3.2.45)': dependencies: vite: 4.0.2(@types/node@18.11.17)(terser@5.36.0) vue: 3.2.45 @@ -13185,14 +13215,14 @@ snapshots: dependencies: '@babel/core': 7.20.5 - babel-loader@8.2.5(@babel/core@7.26.0)(webpack@5.89.0(@swc/core@1.3.23)): + babel-loader@8.2.5(@babel/core@7.26.0)(webpack@5.75.0(@swc/core@1.3.23)): dependencies: '@babel/core': 7.26.0 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.89.0(@swc/core@1.3.23) + webpack: 5.75.0(@swc/core@1.3.23) babel-loader@8.4.1(@babel/core@7.26.0)(webpack@4.47.0): dependencies: @@ -13203,14 +13233,14 @@ snapshots: schema-utils: 2.7.1 webpack: 4.47.0 - babel-loader@8.4.1(@babel/core@7.26.0)(webpack@5.89.0(@swc/core@1.3.23)): + babel-loader@8.4.1(@babel/core@7.26.0)(webpack@5.75.0(@swc/core@1.3.23)): dependencies: '@babel/core': 7.26.0 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.89.0(@swc/core@1.3.23) + webpack: 5.75.0(@swc/core@1.3.23) babel-plugin-apply-mdx-type-prop@1.6.22(@babel/core@7.12.9): dependencies: @@ -19590,7 +19620,7 @@ snapshots: urix@0.1.0: {} - url-loader@4.1.1(file-loader@6.2.0(webpack@5.89.0(@swc/core@1.3.23)))(webpack@4.47.0): + url-loader@4.1.1(file-loader@6.2.0(webpack@5.75.0(@swc/core@1.3.23)))(webpack@4.47.0): dependencies: loader-utils: 2.0.4 mime-types: 2.1.35 diff --git a/sandboxes/bar/package.json b/sandboxes/bar/package.json index 3376e5c0..83340f4c 100644 --- a/sandboxes/bar/package.json +++ b/sandboxes/bar/package.json @@ -9,7 +9,7 @@ "vue-chartjs": "^5.0.0" }, "devDependencies": { - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^5.0.0", "typescript": "^4.9.3", "vite": "^4.0.0" } diff --git a/sandboxes/bubble/package.json b/sandboxes/bubble/package.json index 3376e5c0..83340f4c 100644 --- a/sandboxes/bubble/package.json +++ b/sandboxes/bubble/package.json @@ -9,7 +9,7 @@ "vue-chartjs": "^5.0.0" }, "devDependencies": { - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^5.0.0", "typescript": "^4.9.3", "vite": "^4.0.0" } diff --git a/sandboxes/custom/package.json b/sandboxes/custom/package.json index 3376e5c0..83340f4c 100644 --- a/sandboxes/custom/package.json +++ b/sandboxes/custom/package.json @@ -9,7 +9,7 @@ "vue-chartjs": "^5.0.0" }, "devDependencies": { - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^5.0.0", "typescript": "^4.9.3", "vite": "^4.0.0" } diff --git a/sandboxes/doughnut/package.json b/sandboxes/doughnut/package.json index 3376e5c0..83340f4c 100644 --- a/sandboxes/doughnut/package.json +++ b/sandboxes/doughnut/package.json @@ -9,7 +9,7 @@ "vue-chartjs": "^5.0.0" }, "devDependencies": { - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^5.0.0", "typescript": "^4.9.3", "vite": "^4.0.0" } diff --git a/sandboxes/events/package.json b/sandboxes/events/package.json index 3376e5c0..83340f4c 100644 --- a/sandboxes/events/package.json +++ b/sandboxes/events/package.json @@ -9,7 +9,7 @@ "vue-chartjs": "^5.0.0" }, "devDependencies": { - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^5.0.0", "typescript": "^4.9.3", "vite": "^4.0.0" } diff --git a/sandboxes/line/package.json b/sandboxes/line/package.json index 3376e5c0..83340f4c 100644 --- a/sandboxes/line/package.json +++ b/sandboxes/line/package.json @@ -9,7 +9,7 @@ "vue-chartjs": "^5.0.0" }, "devDependencies": { - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^5.0.0", "typescript": "^4.9.3", "vite": "^4.0.0" } diff --git a/sandboxes/pie/package.json b/sandboxes/pie/package.json index 3376e5c0..83340f4c 100644 --- a/sandboxes/pie/package.json +++ b/sandboxes/pie/package.json @@ -9,7 +9,7 @@ "vue-chartjs": "^5.0.0" }, "devDependencies": { - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^5.0.0", "typescript": "^4.9.3", "vite": "^4.0.0" } diff --git a/sandboxes/polar-area/package.json b/sandboxes/polar-area/package.json index 3376e5c0..83340f4c 100644 --- a/sandboxes/polar-area/package.json +++ b/sandboxes/polar-area/package.json @@ -9,7 +9,7 @@ "vue-chartjs": "^5.0.0" }, "devDependencies": { - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^5.0.0", "typescript": "^4.9.3", "vite": "^4.0.0" } diff --git a/sandboxes/radar/package.json b/sandboxes/radar/package.json index 3376e5c0..83340f4c 100644 --- a/sandboxes/radar/package.json +++ b/sandboxes/radar/package.json @@ -9,7 +9,7 @@ "vue-chartjs": "^5.0.0" }, "devDependencies": { - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^5.0.0", "typescript": "^4.9.3", "vite": "^4.0.0" } diff --git a/sandboxes/reactive/package.json b/sandboxes/reactive/package.json index 3376e5c0..83340f4c 100644 --- a/sandboxes/reactive/package.json +++ b/sandboxes/reactive/package.json @@ -9,7 +9,7 @@ "vue-chartjs": "^5.0.0" }, "devDependencies": { - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^5.0.0", "typescript": "^4.9.3", "vite": "^4.0.0" } diff --git a/sandboxes/scatter/package.json b/sandboxes/scatter/package.json index 3376e5c0..83340f4c 100644 --- a/sandboxes/scatter/package.json +++ b/sandboxes/scatter/package.json @@ -9,7 +9,7 @@ "vue-chartjs": "^5.0.0" }, "devDependencies": { - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^5.0.0", "typescript": "^4.9.3", "vite": "^4.0.0" }