mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
Update dependency @vitejs/plugin-vue to v5 (#3074)
This commit is contained in:
parent
72ae8828ca
commit
41819daaeb
2 changed files with 7 additions and 7 deletions
|
@ -39,7 +39,7 @@
|
|||
"@types/prismjs": "^1.26.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
||||
"@typescript-eslint/parser": "^6.8.0",
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"@vitejs/plugin-vue": "^5.0.0",
|
||||
"@vue/compiler-sfc": "^3.3.6",
|
||||
"eslint": "^8.44.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
|
|
|
@ -71,8 +71,8 @@ devDependencies:
|
|||
specifier: ^6.8.0
|
||||
version: 6.13.2(eslint@8.55.0)(typescript@5.3.3)
|
||||
'@vitejs/plugin-vue':
|
||||
specifier: ^4.2.3
|
||||
version: 4.5.1(vite@5.0.6)(vue@3.3.10)
|
||||
specifier: ^5.0.0
|
||||
version: 5.0.1(vite@5.0.6)(vue@3.3.10)
|
||||
'@vue/compiler-sfc':
|
||||
specifier: ^3.3.6
|
||||
version: 3.3.10
|
||||
|
@ -1081,11 +1081,11 @@ packages:
|
|||
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-vue@4.5.1(vite@5.0.6)(vue@3.3.10):
|
||||
resolution: {integrity: sha512-DaUzYFr+2UGDG7VSSdShKa9sIWYBa1LL8KC0MNOf2H5LjcTPjob0x8LbkqXWmAtbANJCkpiQTj66UVcQkN2s3g==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
/@vitejs/plugin-vue@5.0.1(vite@5.0.6)(vue@3.3.10):
|
||||
resolution: {integrity: sha512-lwvZX5tDhJpRJEKsjoUSWgaD26Lk9X4aDYGAPpr/Q6cLTT3PC8LPu2dsnYEweAZiNgHsbyKL2Svc/CDrFOsbtw==}
|
||||
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.6(@types/node@20.10.3)
|
||||
|
|
Loading…
Reference in a new issue