Merge pull request 'chore(deps): update dependency vite to ^6.0.4' (#38) from renovate/vite-6.x into main
All checks were successful
pilotwings / python (push) Successful in 1m35s
pilotwings / node (push) Successful in 33s
pilotwings / docker (push) Successful in 1m56s

Reviewed-on: #38
This commit is contained in:
Michel Roux 2024-12-20 08:17:30 +00:00
commit d3831e4dc4
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -21,7 +21,7 @@
"eslint-plugin-vue": "^9.32.0", "eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.2", "prettier": "^3.4.2",
"typescript": "5.6", "typescript": "5.6",
"vite": "^6.0.3", "vite": "^6.0.4",
"vue-tsc": "^2.1.10" "vue-tsc": "^2.1.10"
} }
}, },
@ -3158,9 +3158,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "6.0.3", "version": "6.0.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.0.3.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.4.tgz",
"integrity": "sha512-Cmuo5P0ENTN6HxLSo6IHsjCLn/81Vgrp81oaiFFMRa8gGDj5xEjIcEpf2ZymZtZR8oU0P2JX5WuUp/rlXcHkAw==", "integrity": "sha512-zwlH6ar+6o6b4Wp+ydhtIKLrGM/LoqZzcdVmkGAFun0KHTzIzjh+h0kungEx7KJg/PYnC80I4TII9WkjciSR6Q==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -24,7 +24,7 @@
"eslint-plugin-vue": "^9.32.0", "eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.2", "prettier": "^3.4.2",
"typescript": "5.6", "typescript": "5.6",
"vite": "^6.0.3", "vite": "^6.0.4",
"vue-tsc": "^2.1.10" "vue-tsc": "^2.1.10"
}, },
"prettier": { "prettier": {