Skip to content
This repository was archived by the owner on Oct 8, 2022. It is now read-only.

Commit ee8ded5

Browse files
committed
1 parent f988a80 commit ee8ded5

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

dashboard/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"serve": "vue-cli-service serve",
77
"build": "vue-cli-service build",
88
"lint": "vue-cli-service lint",
9-
"start": "vue-cli-service serve"
9+
"start": "vue-cli-service serve"
1010
},
1111
"dependencies": {
1212
"@fortawesome/fontawesome-common-types": "^0.2.27",
@@ -24,7 +24,7 @@
2424
"@vue-polkadot/vue-api": "^0.0.22",
2525
"@vue-polkadot/vue-identicon": "^0.0.8",
2626
"@vue-polkadot/vue-settings": "0.0.12-beta.1",
27-
"buefy": "^0.8.20",
27+
"buefy": "^0.9.2",
2828
"core-js": "^2.6.5",
2929
"file-saver": "^2.0.2",
3030
"register-service-worker": "^1.7.1",

dashboard/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Vue.use(Buefy, {
2828
customIconPacks: {
2929
fas: {
3030
sizes: {
31-
'default': null,
31+
'default': '',
3232
'is-small': '1x',
3333
'is-medium': '2x',
3434
'is-large': '3x',

dashboard/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2191,12 +2191,12 @@ browserslist@^4.0.0, browserslist@^4.11.1, browserslist@^4.3.4:
21912191
node-releases "^1.1.53"
21922192
pkg-up "^2.0.0"
21932193

2194-
buefy@^0.8.20:
2195-
version "0.8.20"
2196-
resolved "https://registry.yarnpkg.com/buefy/-/buefy-0.8.20.tgz#75708800548220654575903d031a81fc8575b7f3"
2197-
integrity sha512-pg8Cn0m9cjqp2/vaKT4VIfU8KIumuX/gAT1GtearXRs56+kKqAPx3j9O8cm9W6P4jPUCHajKX6H8AqD0ram2Bg==
2194+
buefy@^0.9.2:
2195+
version "0.9.2"
2196+
resolved "https://registry.yarnpkg.com/buefy/-/buefy-0.9.2.tgz#c92398b95a5372845484df0bb1ccd4f7c20edb0c"
2197+
integrity sha512-f3UXfI6DDIHXE+pk8TC0mjT5BkKyGgoiZpdA5QGf9hVz0yfphJxWeu8+2WrOQLxahrr7HleD0B7ZkslsTQZZIA==
21982198
dependencies:
2199-
bulma "0.7.5"
2199+
bulma "0.9.0"
22002200

22012201
buffer-from@^1.0.0:
22022202
version "1.1.1"
@@ -2245,10 +2245,10 @@ builtin-status-codes@^3.0.0:
22452245
resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
22462246
integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=
22472247

2248-
bulma@0.7.5:
2249-
version "0.7.5"
2250-
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.7.5.tgz#35066c37f82c088b68f94450be758fc00a967208"
2251-
integrity sha512-cX98TIn0I6sKba/DhW0FBjtaDpxTelU166pf7ICXpCCuplHWyu6C9LYZmL5PEsnePIeJaiorsTEzzNk3Tsm1hw==
2248+
bulma@0.9.0:
2249+
version "0.9.0"
2250+
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.9.0.tgz#948c5445a49e9d7546f0826cb3820d17178a814f"
2251+
integrity sha512-rV75CJkubNUroAt0qCRkjznZLoaXq/ctfMXsMvKSL84UetbSyx5REl96e8GoQ04G4Tkw0XF3STECffTOQrbzOQ==
22522252

22532253
22542254
version "3.0.0"

0 commit comments

Comments
 (0)