Update dependency vite to v5.4.0

This commit is contained in:
2024-08-07 15:54:56 +00:00
parent 8e6d23163f
commit 5e98c0053f
2 changed files with 10 additions and 6 deletions

14
view/package-lock.json generated
View File

@@ -31,7 +31,7 @@
"typescript": "5.5.4",
"typescript-eslint": "8.0.1",
"unplugin-icons": "0.19.2",
"vite": "5.3.5"
"vite": "5.4.0"
}
},
"node_modules/@alloc/quick-lru": {
@@ -5016,14 +5016,14 @@
"dev": true
},
"node_modules/vite": {
"version": "5.3.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.3.5.tgz",
"integrity": "sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==",
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.0.tgz",
"integrity": "sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "^0.21.3",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"rollup": "^4.13.0"
},
"bin": {
@@ -5043,6 +5043,7 @@
"less": "*",
"lightningcss": "^1.21.0",
"sass": "*",
"sass-embedded": "*",
"stylus": "*",
"sugarss": "*",
"terser": "^5.4.0"
@@ -5060,6 +5061,9 @@
"sass": {
"optional": true
},
"sass-embedded": {
"optional": true
},
"stylus": {
"optional": true
},

View File

@@ -35,7 +35,7 @@
"typescript": "5.5.4",
"typescript-eslint": "8.0.1",
"unplugin-icons": "0.19.2",
"vite": "5.3.5"
"vite": "5.4.0"
},
"type": "module"
}