Updates Buefy and Bulma.

This commit is contained in:
mateuswetah 2021-09-06 17:04:04 -03:00
parent a39b5a8512
commit f16bd342c0
2 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@ -2406,11 +2406,11 @@
} }
}, },
"buefy": { "buefy": {
"version": "0.9.7", "version": "0.9.10",
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.9.7.tgz", "resolved": "https://registry.npmjs.org/buefy/-/buefy-0.9.10.tgz",
"integrity": "sha512-Fli0ZjNDgtFtHm0LItWmfhNJ1oLjDwPzUWccvwXXoo2mADXaH8JQxyhY+drUuUV5/GMu5PtwqQSqPgZy942VZg==", "integrity": "sha512-xXEoy/NTgBNiIfBTCdHi2Vu5SJJdB046py6ekUvYuUgYwRvulySZksdecVNNWdfEVU8iD4esZaRbTLwCegFcVQ==",
"requires": { "requires": {
"bulma": "0.9.2" "bulma": "0.9.3"
} }
}, },
"buffer": { "buffer": {
@ -2449,9 +2449,9 @@
"dev": true "dev": true
}, },
"bulma": { "bulma": {
"version": "0.9.2", "version": "0.9.3",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.2.tgz", "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.3.tgz",
"integrity": "sha512-e14EF+3VSZ488yL/lJH0tR8mFWiEQVCMi/BQUMi2TGMBOk+zrDg4wryuwm/+dRSHJw0gMawp2tsW7X1JYUCE3A==" "integrity": "sha512-0d7GNW1PY4ud8TWxdNcP6Cc8Bu7MxcntD/RRLGWuiw/s0a9P+XlH/6QoOIrmbj6o8WWJzJYhytiu9nFjTszk1g=="
}, },
"bytes": { "bytes": {
"version": "3.0.0", "version": "3.0.0",

View File

@ -11,8 +11,8 @@
"apexcharts": "^3.26.3", "apexcharts": "^3.26.3",
"axios": "^0.21.1", "axios": "^0.21.1",
"blurhash": "^1.1.3", "blurhash": "^1.1.3",
"buefy": "^0.9.7", "buefy": "^0.9.10",
"bulma": "^0.9.2", "bulma": "^0.9.3",
"conditioner-core": "^2.3.3", "conditioner-core": "^2.3.3",
"countup.js": "^2.0.7", "countup.js": "^2.0.7",
"css-vars-ponyfill": "^2.3.1", "css-vars-ponyfill": "^2.3.1",