Merge pull request 'Update dependency vite to v5.4.0' (#67) from renovate/vite-5.x into master
All checks were successful
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 40s

This commit was merged in pull request #67.
This commit is contained in:
2024-08-07 17:56:02 +02:00
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": "5.5.4",
"typescript-eslint": "8.0.1", "typescript-eslint": "8.0.1",
"unplugin-icons": "0.19.2", "unplugin-icons": "0.19.2",
"vite": "5.3.5" "vite": "5.4.0"
} }
}, },
"node_modules/@alloc/quick-lru": { "node_modules/@alloc/quick-lru": {
@@ -5016,14 +5016,14 @@
"dev": true "dev": true
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "5.3.5", "version": "5.4.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.3.5.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.0.tgz",
"integrity": "sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==", "integrity": "sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"esbuild": "^0.21.3", "esbuild": "^0.21.3",
"postcss": "^8.4.39", "postcss": "^8.4.40",
"rollup": "^4.13.0" "rollup": "^4.13.0"
}, },
"bin": { "bin": {
@@ -5043,6 +5043,7 @@
"less": "*", "less": "*",
"lightningcss": "^1.21.0", "lightningcss": "^1.21.0",
"sass": "*", "sass": "*",
"sass-embedded": "*",
"stylus": "*", "stylus": "*",
"sugarss": "*", "sugarss": "*",
"terser": "^5.4.0" "terser": "^5.4.0"
@@ -5060,6 +5061,9 @@
"sass": { "sass": {
"optional": true "optional": true
}, },
"sass-embedded": {
"optional": true
},
"stylus": { "stylus": {
"optional": true "optional": true
}, },

View File

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