Update to Buefy-next version 0.1.3.

This commit is contained in:
mateuswetah 2024-04-16 10:58:25 -03:00
parent f6106a6fa3
commit 5aae4db5ad
2 changed files with 7 additions and 9 deletions

14
package-lock.json generated
View File

@ -1902,6 +1902,7 @@
"version": "7.18.9", "version": "7.18.9",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz",
"integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==",
"dev": true,
"requires": { "requires": {
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
} }
@ -2295,13 +2296,9 @@
} }
}, },
"@ntohq/buefy-next": { "@ntohq/buefy-next": {
"version": "0.1.2", "version": "0.1.3",
"resolved": "https://registry.npmjs.org/@ntohq/buefy-next/-/buefy-next-0.1.2.tgz", "resolved": "https://registry.npmjs.org/@ntohq/buefy-next/-/buefy-next-0.1.3.tgz",
"integrity": "sha512-CrPNKDC9aqFEk2rAmIk0sLPwXOnfPCx9Vi/QzU1shxYoDUox+7FOBFzv+TCLkuS3HQHkK5qESN6O1CfMx8BMyw==", "integrity": "sha512-FCfU7WPchBWopMHc9S6dHFhe/Msynmc+H+0siVJy8gTDDq9Gl7Nmm4LpGkL8LmempV0PDdVvDqBvdMVxTXXaxA=="
"requires": {
"@babel/runtime": "7.18.9",
"bulma": "0.9.4"
}
}, },
"@polka/url": { "@polka/url": {
"version": "1.0.0-next.24", "version": "1.0.0-next.24",
@ -6735,7 +6732,8 @@
"regenerator-runtime": { "regenerator-runtime": {
"version": "0.13.11", "version": "0.13.11",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
"integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
"dev": true
}, },
"regenerator-transform": { "regenerator-transform": {
"version": "0.15.2", "version": "0.15.2",

View File

@ -8,7 +8,7 @@
"build-prod": "cross-env NODE_ENV=production webpack --config webpack.prod.js --progress --mode production" "build-prod": "cross-env NODE_ENV=production webpack --config webpack.prod.js --progress --mode production"
}, },
"dependencies": { "dependencies": {
"@ntohq/buefy-next": "^0.1.2", "@ntohq/buefy-next": "^0.1.3",
"@vue-leaflet/vue-leaflet": "^0.10.1", "@vue-leaflet/vue-leaflet": "^0.10.1",
"another-vue3-blurhash": "^0.0.1", "another-vue3-blurhash": "^0.0.1",
"apexcharts": "^3.48.0", "apexcharts": "^3.48.0",