Merge pull request #65 from ditatompel/dependabot/npm_and_yarn/frontend/vite-5.3.5

Merge pull request #65

This merge action was created automatically.

Reviewed-by: ditatompel <ditatompel@users.noreply.github.com>
This commit is contained in:
ditatombot[bot] 2024-07-29 13:09:06 +00:00 committed by GitHub
commit 5ca60d40f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -1,12 +1,12 @@
{
"name": "xmr-nodes-frontend",
"version": "v0.0.4",
"version": "v0.0.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "xmr-nodes-frontend",
"version": "v0.0.4",
"version": "v0.0.5",
"devDependencies": {
"@floating-ui/dom": "^1.6.7",
"@skeletonlabs/skeleton": "^2.10.2",
@ -29,7 +29,7 @@
"svelte-check": "^3.8.4",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
"vite": "^5.3.4"
"vite": "^5.3.5"
}
},
"node_modules/@alloc/quick-lru": {
@ -3877,9 +3877,9 @@
"dev": true
},
"node_modules/vite": {
"version": "5.3.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.3.4.tgz",
"integrity": "sha512-Cw+7zL3ZG9/NZBB8C+8QbQZmR54GwqIz+WMI4b3JgdYJvX+ny9AjJXqkGQlDXSXRP9rP0B4tbciRMOVEKulVOA==",
"version": "5.3.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.3.5.tgz",
"integrity": "sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==",
"dev": true,
"dependencies": {
"esbuild": "^0.21.3",

View file

@ -33,7 +33,7 @@
"svelte-check": "^3.8.4",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
"vite": "^5.3.4"
"vite": "^5.3.5"
},
"type": "module"
}