Update Buefy to 0.9.19 (Better a11y!)
This commit is contained in:
parent
2a59cad444
commit
22e1da8efc
|
@ -2441,9 +2441,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"buefy": {
|
"buefy": {
|
||||||
"version": "0.9.17",
|
"version": "0.9.19",
|
||||||
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.9.17.tgz",
|
"resolved": "https://registry.npmjs.org/buefy/-/buefy-0.9.19.tgz",
|
||||||
"integrity": "sha512-+rERzamvkflMsoE6GDqGdj5vpDUmdm5MnCnwjK2O8pdnwr8Pmab94cO//0Vd8ys539qWoeqsjh+B7vPg/lT/nQ==",
|
"integrity": "sha512-5AonCrtZvTfoWJwqmoTl8JbHjjn/U+q0LrSScgUWRZBaquzb8xgzWoownG4dzNHq5veQdOOxA0aUVyK+x7X07g==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"bulma": "0.9.3"
|
"bulma": "0.9.3"
|
||||||
}
|
}
|
||||||
|
@ -4886,8 +4886,7 @@
|
||||||
},
|
},
|
||||||
"ini": {
|
"ini": {
|
||||||
"version": "1.3.5",
|
"version": "1.3.5",
|
||||||
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
|
"resolved": "",
|
||||||
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
|
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"apexcharts": "^3.33.1",
|
"apexcharts": "^3.33.1",
|
||||||
"axios": "^0.21.4",
|
"axios": "^0.21.4",
|
||||||
"blurhash": "^1.1.5",
|
"blurhash": "^1.1.5",
|
||||||
"buefy": "^0.9.17",
|
"buefy": "^0.9.19",
|
||||||
"bulma": "^0.9.3",
|
"bulma": "^0.9.3",
|
||||||
"conditioner-core": "^2.3.3",
|
"conditioner-core": "^2.3.3",
|
||||||
"countup.js": "^2.0.8",
|
"countup.js": "^2.0.8",
|
||||||
|
|
Loading…
Reference in New Issue