1
0
Fork 0
mirror of https://github.com/kou029w/hasura-rest-hands-on.git synced 2025-03-30 01:25:17 +00:00

fix(deps): update dependency @vueuse/core to v12.7.0

This commit is contained in:
renovate[bot] 2025-03-01 13:27:03 +00:00 committed by GitHub
parent 82e44c38b3
commit 78b6cc44c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

24
package-lock.json generated
View file

@ -23,7 +23,7 @@
"dependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/core": "^12.5.0",
"@vueuse/core": "^12.7.0",
"vite": "^6.0.11",
"vue": "^3.5.13"
}
@ -891,14 +891,14 @@
}
},
"node_modules/@vueuse/core": {
"version": "12.5.0",
"resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.5.0.tgz",
"integrity": "sha512-GVyH1iYqNANwcahAx8JBm6awaNgvR/SwZ1fjr10b8l1HIgDp82ngNbfzJUgOgWEoxjL+URAggnlilAEXwCOZtg==",
"version": "12.7.0",
"resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.7.0.tgz",
"integrity": "sha512-jtK5B7YjZXmkGNHjviyGO4s3ZtEhbzSgrbX+s5o+Lr8i2nYqNyHuPVOeTdM1/hZ5Tkxg/KktAuAVDDiHMraMVA==",
"license": "MIT",
"dependencies": {
"@types/web-bluetooth": "^0.0.20",
"@vueuse/metadata": "12.5.0",
"@vueuse/shared": "12.5.0",
"@vueuse/metadata": "12.7.0",
"@vueuse/shared": "12.7.0",
"vue": "^3.5.13"
},
"funding": {
@ -906,18 +906,18 @@
}
},
"node_modules/@vueuse/metadata": {
"version": "12.5.0",
"resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.5.0.tgz",
"integrity": "sha512-Ui7Lo2a7AxrMAXRF+fAp9QsXuwTeeZ8fIB9wsLHqzq9MQk+2gMYE2IGJW48VMJ8ecvCB3z3GsGLKLbSasQ5Qlg==",
"version": "12.7.0",
"resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.7.0.tgz",
"integrity": "sha512-4VvTH9mrjXqFN5LYa5YfqHVRI6j7R00Vy4995Rw7PQxyCL3z0Lli86iN4UemWqixxEvYfRjG+hF9wL8oLOn+3g==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/@vueuse/shared": {
"version": "12.5.0",
"resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.5.0.tgz",
"integrity": "sha512-vMpcL1lStUU6O+kdj6YdHDixh0odjPAUM15uJ9f7MY781jcYkIwFA4iv2EfoIPO6vBmvutI1HxxAwmf0cx5ISQ==",
"version": "12.7.0",
"resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.7.0.tgz",
"integrity": "sha512-coLlUw2HHKsm7rPN6WqHJQr18WymN4wkA/3ThFaJ4v4gWGWAQQGK+MJxLuJTBs4mojQiazlVWAKNJNpUWGRkNw==",
"license": "MIT",
"dependencies": {
"vue": "^3.5.13"