Skip to content

Commit a33bcb3

Browse files
author
Wesley Ford
authored
Merge pull request #149 from kikuomax/buefy-0.9.27
chore: bump verion to 0.4.27 (Buefy → 0.9.27)
2 parents f3c2ff5 + 1965d6b commit a33bcb3

File tree

3 files changed

+42
-12
lines changed

3 files changed

+42
-12
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-buefy",
3-
"version": "0.4.26",
3+
"version": "0.4.27",
44
"description": "Nuxt buefy",
55
"license": "MIT",
66
"contributors": [
@@ -30,7 +30,7 @@
3030
"collectCoverage": true
3131
},
3232
"dependencies": {
33-
"buefy": "^0.9.25"
33+
"buefy": "^0.9.27"
3434
},
3535
"devDependencies": {
3636
"codecov": "^3.1.0",

yarn.lock

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2994,6 +2994,13 @@ binary-extensions@^2.0.0:
29942994
resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz"
29952995
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
29962996

2997+
bindings@^1.5.0:
2998+
version "1.5.0"
2999+
resolved "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz"
3000+
integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==
3001+
dependencies:
3002+
file-uri-to-path "1.0.0"
3003+
29973004
bluebird@^3.1.1, bluebird@^3.5.5:
29983005
version "3.7.2"
29993006
resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz"
@@ -3164,10 +3171,10 @@ [email protected]:
31643171
dependencies:
31653172
node-int64 "^0.4.0"
31663173

3167-
buefy@^0.9.25:
3168-
version "0.9.25"
3169-
resolved "https://registry.npmjs.org/buefy/-/buefy-0.9.25.tgz"
3170-
integrity sha512-XOALwf3XzMnJCYslWUALyNZPnloBIsh4X7UYi1DNw7+wDT0uJ6PVDlFUjIKGTLeL0uTC0/O3E+TT60bUj0jGbg==
3174+
buefy@^0.9.27:
3175+
version "0.9.27"
3176+
resolved "https://registry.npmjs.org/buefy/-/buefy-0.9.27.tgz"
3177+
integrity sha512-1ppk5D5Scb6/vl25nTZVpTFN8UE9ylDjM5dM8zVvvmJhLIOFfx9a7v8aJrzrt/g/48PvucJs/JbhpVMu/1dzjg==
31713178
dependencies:
31723179
bulma "0.9.4"
31733180

@@ -5446,6 +5453,11 @@ file-loader@*, file-loader@^6.2.0:
54465453
loader-utils "^2.0.0"
54475454
schema-utils "^3.0.0"
54485455

5456+
5457+
version "1.0.0"
5458+
resolved "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz"
5459+
integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
5460+
54495461
fill-range@^4.0.0:
54505462
version "4.0.0"
54515463
resolved "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz"
@@ -5690,6 +5702,19 @@ fs.realpath@^1.0.0:
56905702
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
56915703
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
56925704

5705+
fsevents@^1.2.7:
5706+
version "1.2.13"
5707+
resolved "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz"
5708+
integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==
5709+
dependencies:
5710+
bindings "^1.5.0"
5711+
nan "^2.12.1"
5712+
5713+
fsevents@^2.3.2, fsevents@~2.3.2:
5714+
version "2.3.3"
5715+
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
5716+
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
5717+
56935718
function-bind@^1.1.1:
56945719
version "1.1.1"
56955720
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
@@ -8096,6 +8121,11 @@ [email protected]:
80968121
resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz"
80978122
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
80988123

8124+
nan@^2.12.1:
8125+
version "2.16.0"
8126+
resolved "https://registry.npmjs.org/nan/-/nan-2.16.0.tgz"
8127+
integrity sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA==
8128+
80998129
nanoid@^3.1.23, nanoid@^3.3.6:
81008130
version "3.3.6"
81018131
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz"

0 commit comments

Comments
 (0)