From ecda469b74aaf9f5176238c2188a0375191b1a23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 10:23:42 +0000 Subject: [PATCH] Update dependency @vitejs/plugin-vue to v5 --- package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 6ad52cb..6725fe0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@types/lodash": "^4.14.202", "@types/uuid": "^9.0.7", "@typescript-eslint/eslint-plugin": "^6.14.0", - "@vitejs/plugin-vue": "^4.5.2", + "@vitejs/plugin-vue": "^5.0.0", "@vitest/coverage-istanbul": "^1.0.4", "@vue/test-utils": "^2.4.3", "eslint": "^8.55.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8dcc6be..b008473 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -50,8 +50,8 @@ devDependencies: specifier: ^6.14.0 version: 6.14.0(@typescript-eslint/parser@6.14.0)(eslint@8.55.0)(typescript@5.3.3) '@vitejs/plugin-vue': - specifier: ^4.5.2 - version: 4.5.2(vite@5.0.9)(vue@3.3.11) + specifier: ^5.0.0 + version: 5.0.0(vite@5.0.9)(vue@3.3.11) '@vitest/coverage-istanbul': specifier: ^1.0.4 version: 1.0.4(vitest@1.0.4) @@ -2522,11 +2522,11 @@ packages: /@vascosantos/moving-average@1.1.0: resolution: {integrity: sha512-MVEJ4vWAPNbrGLjz7ITnHYg+YXZ6ijAqtH5/cHwSoCpbvuJ98aLXwFfPKAUfZpJMQR5uXB58UJajbY130IRF/w==} - /@vitejs/plugin-vue@4.5.2(vite@5.0.9)(vue@3.3.11): - resolution: {integrity: sha512-UGR3DlzLi/SaVBPX0cnSyE37vqxU3O6chn8l0HJNzQzDia6/Au2A4xKv+iIJW8w2daf80G7TYHhi1pAUjdZ0bQ==} - engines: {node: ^14.18.0 || >=16.0.0} + /@vitejs/plugin-vue@5.0.0(vite@5.0.9)(vue@3.3.11): + resolution: {integrity: sha512-7x5e8X4J1Wi4NxudGjJBd2OFerAi/0nzF80ojCzvfj347WVr0YSn82C8BSsgwSHzlk9Kw5xnZfj0/7RLnNwP5w==} + engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: - vite: ^4.0.0 || ^5.0.0 + vite: ^5.0.0 vue: ^3.2.25 dependencies: vite: 5.0.9 @@ -7017,7 +7017,7 @@ packages: /wide-align@1.1.5: resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} dependencies: - string-width: 1.0.2 + string-width: 4.2.3 dev: false /wrap-ansi@7.0.0: