From 0780a834318f519de077c068279a405841831b26 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 8 Jun 2020 17:40:13 +0000 Subject: [PATCH] Update dependency bulma to v0.9.0 (#150) Update dependency bulma to v0.9.0 Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/150 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dcc39af0b..6728f363a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "bulma": "0.8.2", + "bulma": "0.9.0", "camel-case": "4.1.1", "copy-to-clipboard": "3.3.1", "date-fns": "2.14.0", diff --git a/yarn.lock b/yarn.lock index 14800e770..90333502e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3486,10 +3486,10 @@ builtins@^1.0.3: resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88" integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og= -bulma@0.8.2: - version "0.8.2" - resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.8.2.tgz#5d928f16ed4a84549c2873f95c92c38c69c631a7" - integrity sha512-vMM/ijYSxX+Sm+nD7Lmc1UgWDy2JcL2nTKqwgEqXuOMU+IGALbXd5MLt/BcjBAPLIx36TtzhzBcSnOP974gcqA== +bulma@0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.9.0.tgz#948c5445a49e9d7546f0826cb3820d17178a814f" + integrity sha512-rV75CJkubNUroAt0qCRkjznZLoaXq/ctfMXsMvKSL84UetbSyx5REl96e8GoQ04G4Tkw0XF3STECffTOQrbzOQ== busboy@^0.3.1: version "0.3.1"