Skip to content

Commit

Permalink
Update bulma
Browse files Browse the repository at this point in the history
This is needed to fix the layout issues in the new modal components
used on the LocalModList page.
  • Loading branch information
anttimaki committed Jan 30, 2024
1 parent 488dc4a commit ee7afd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"adm-zip": "^0.5.5",
"async-lock": "^1.2.6",
"axios": "^0.24.0",
"bulma": "^0.8.0",
"bulma": "^0.9.4",
"bulma-checkradio": "^1.1.1",
"bulma-divider": "^0.2.0",
"bulma-slider": "2.0.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3617,10 +3617,10 @@ bulma-switch@^2.0.0:
resolved "https://registry.yarnpkg.com/bulma-switch/-/bulma-switch-2.0.4.tgz#a6dea1a026d025a7093a3675b2a599a36820e3a3"
integrity sha512-kMu4H0Pr0VjvfsnT6viRDCgptUq0Rvy7y7PX6q+IHg1xUynsjszPjhAdal5ysAlCG5HNO+5YXxeiu92qYGQolw==

bulma@^0.8.0:
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.4:
version "0.9.4"
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.9.4.tgz#0ca8aeb1847a34264768dba26a064c8be72674a1"
integrity sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ==

bytes@3.0.0:
version "3.0.0"
Expand Down

0 comments on commit ee7afd3

Please sign in to comment.