1
0
Fork 0
mirror of https://github.com/kou029w/hasura-rest-hands-on.git synced 2025-04-12 23:46:24 +00:00

fix(deps): update dependency vite to v6.2.4

This commit is contained in:
renovate[bot] 2025-04-01 18:52:47 +00:00 committed by GitHub
parent 49669787e6
commit ef55deb232
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
package-lock.json generated
View file

@ -21,10 +21,10 @@
"name": "vue3-hasura-rest",
"version": "1.0.0",
"dependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/core": "^12.5.0",
"vite": "^6.0.11",
"vite": "^6.2.4",
"vue": "^3.5.13"
}
},
@ -1611,9 +1611,9 @@
}
},
"node_modules/vite": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.2.0.tgz",
"integrity": "sha512-7dPxoo+WsT/64rDcwoOjk76XHj+TqNTIvHKcuMQ1k4/SeHDaQt5GFAeLYzrimZrMpn/O6DtdI03WUjdxuPM0oQ==",
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.2.4.tgz",
"integrity": "sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==",
"license": "MIT",
"dependencies": {
"esbuild": "^0.25.0",