Merge pull request 'chore(deps): update dependency vite to ^6.0.10' (#59) from renovate/vite-6.x into main
All checks were successful
pilotwings / python (push) Successful in 1m30s
pilotwings / node (push) Successful in 42s
pilotwings / docker (push) Successful in 1m9s

Reviewed-on: #59
This commit is contained in:
Michel Roux 2025-01-21 09:30:50 +00:00
commit 2728552d0a
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",
"prettier": "^3.4.2",
"typescript": "~5.6.3",
"vite": "^6.0.7",
"vite": "^6.0.10",
"vue-tsc": "^2.2.0"
}
},
@ -3173,9 +3173,9 @@
"license": "MIT"
},
"node_modules/vite": {
"version": "6.0.7",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.0.7.tgz",
"integrity": "sha512-RDt8r/7qx9940f8FcOIAH9PTViRrghKaK2K1jY3RaAURrEUbm9Du1mJ72G+jlhtG3WwodnfzY8ORQZbBavZEAQ==",
"version": "6.0.10",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.0.10.tgz",
"integrity": "sha512-MEszunEcMo6pFsfXN1GhCFQqnE25tWRH0MA4f0Q7uanACi4y1Us+ZGpTMnITwCTnYzB2b9cpmnelTlxgTBmaBA==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -24,7 +24,7 @@
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.2",
"typescript": "~5.6.3",
"vite": "^6.0.7",
"vite": "^6.0.10",
"vue-tsc": "^2.2.0"
},
"prettier": {