aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2023-08-08 15:26:19 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2023-08-08 22:25:59 +0200
commita2494219a8a36a21436387fdb5f5cc9d5987a520 (patch)
treef658b6a91c1ad6bce96faeae01ec1b8482d3341c
parent93f7cf0e98e2402d71960bc355de6ed60fe43bc1 (diff)
downloadit-tools-a2494219a8a36a21436387fdb5f5cc9d5987a520.tar.gz
it-tools-a2494219a8a36a21436387fdb5f5cc9d5987a520.tar.zst
it-tools-a2494219a8a36a21436387fdb5f5cc9d5987a520.zip
chore(deps): update dependency @vitejs/plugin-vue to v4 (#496)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r--package.json2
-rw-r--r--pnpm-lock.yaml12
2 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 3abdc53..36dcb9c 100644
--- a/package.json
+++ b/package.json
@@ -106,7 +106,7 @@
"@types/uuid": "^8.3.4",
"@typescript-eslint/parser": "^5.58.0",
"@unocss/eslint-config": "^0.53.0",
- "@vitejs/plugin-vue": "^2.3.4",
+ "@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/compiler-sfc": "^3.2.47",
"@vue/runtime-dom": "^3.3.4",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index b9e3413..a4b369b 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -221,8 +221,8 @@ devDependencies:
specifier: ^0.53.0
version: 0.53.0(eslint@8.38.0)(typescript@4.9.3)
'@vitejs/plugin-vue':
- specifier: ^2.3.4
- version: 2.3.4(vite@4.3.9)(vue@3.3.4)
+ specifier: ^4.0.0
+ version: 4.0.0(vite@4.3.9)(vue@3.3.4)
'@vitejs/plugin-vue-jsx':
specifier: ^1.3.10
version: 1.3.10
@@ -3628,11 +3628,11 @@ packages:
- supports-color
dev: true
- /@vitejs/plugin-vue@2.3.4(vite@4.3.9)(vue@3.3.4):
- resolution: {integrity: sha512-IfFNbtkbIm36O9KB8QodlwwYvTEsJb4Lll4c2IwB3VHc2gie2mSPtSzL0eYay7X2jd/2WX02FjSGTWR6OPr/zg==}
- engines: {node: '>=12.0.0'}
+ /@vitejs/plugin-vue@4.0.0(vite@4.3.9)(vue@3.3.4):
+ resolution: {integrity: sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==}
+ engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
- vite: ^2.5.10
+ vite: ^4.0.0
vue: ^3.2.25
dependencies:
vite: 4.3.9(@types/node@18.15.11)(less@4.1.3)