Merge pull request 'Update dependency vite to v5.4.1' (#100) from renovate/vite-5.x into master
All checks were successful
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 15s
All checks were successful
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 15s
This commit was merged in pull request #100.
This commit is contained in:
10
view/package-lock.json
generated
10
view/package-lock.json
generated
@@ -30,7 +30,7 @@
|
|||||||
"typescript": "5.5.4",
|
"typescript": "5.5.4",
|
||||||
"typescript-eslint": "8.1.0",
|
"typescript-eslint": "8.1.0",
|
||||||
"unplugin-icons": "0.19.2",
|
"unplugin-icons": "0.19.2",
|
||||||
"vite": "5.4.0"
|
"vite": "5.4.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@alloc/quick-lru": {
|
"node_modules/@alloc/quick-lru": {
|
||||||
@@ -5010,14 +5010,14 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/vite": {
|
"node_modules/vite": {
|
||||||
"version": "5.4.0",
|
"version": "5.4.1",
|
||||||
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.1.tgz",
|
||||||
"integrity": "sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==",
|
"integrity": "sha512-1oE6yuNXssjrZdblI9AfBbHCC41nnyoVoEZxQnID6yvQZAFBzxxkqoFLtHUMkYunL8hwOLEjgTuxpkRxvba3kA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"esbuild": "^0.21.3",
|
"esbuild": "^0.21.3",
|
||||||
"postcss": "^8.4.40",
|
"postcss": "^8.4.41",
|
||||||
"rollup": "^4.13.0"
|
"rollup": "^4.13.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
"typescript": "5.5.4",
|
"typescript": "5.5.4",
|
||||||
"typescript-eslint": "8.1.0",
|
"typescript-eslint": "8.1.0",
|
||||||
"unplugin-icons": "0.19.2",
|
"unplugin-icons": "0.19.2",
|
||||||
"vite": "5.4.0"
|
"vite": "5.4.1"
|
||||||
},
|
},
|
||||||
"type": "module"
|
"type": "module"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user