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:
parent
49669787e6
commit
ef55deb232
1 changed files with 5 additions and 5 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue