Update to Buefy-next version 0.1.3.
This commit is contained in:
parent
f6106a6fa3
commit
5aae4db5ad
|
@ -1902,6 +1902,7 @@
|
|||
"version": "7.18.9",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz",
|
||||
"integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.13.4"
|
||||
}
|
||||
|
@ -2295,13 +2296,9 @@
|
|||
}
|
||||
},
|
||||
"@ntohq/buefy-next": {
|
||||
"version": "0.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@ntohq/buefy-next/-/buefy-next-0.1.2.tgz",
|
||||
"integrity": "sha512-CrPNKDC9aqFEk2rAmIk0sLPwXOnfPCx9Vi/QzU1shxYoDUox+7FOBFzv+TCLkuS3HQHkK5qESN6O1CfMx8BMyw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "7.18.9",
|
||||
"bulma": "0.9.4"
|
||||
}
|
||||
"version": "0.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@ntohq/buefy-next/-/buefy-next-0.1.3.tgz",
|
||||
"integrity": "sha512-FCfU7WPchBWopMHc9S6dHFhe/Msynmc+H+0siVJy8gTDDq9Gl7Nmm4LpGkL8LmempV0PDdVvDqBvdMVxTXXaxA=="
|
||||
},
|
||||
"@polka/url": {
|
||||
"version": "1.0.0-next.24",
|
||||
|
@ -6735,7 +6732,8 @@
|
|||
"regenerator-runtime": {
|
||||
"version": "0.13.11",
|
||||
"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": {
|
||||
"version": "0.15.2",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"build-prod": "cross-env NODE_ENV=production webpack --config webpack.prod.js --progress --mode production"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ntohq/buefy-next": "^0.1.2",
|
||||
"@ntohq/buefy-next": "^0.1.3",
|
||||
"@vue-leaflet/vue-leaflet": "^0.10.1",
|
||||
"another-vue3-blurhash": "^0.0.1",
|
||||
"apexcharts": "^3.48.0",
|
||||
|
|
Loading…
Reference in New Issue