Skip to content

Commit

Permalink
Merge pull request #232 from ZeusWPI/dependabot/npm_and_yarn/bulma-1.0.0
Browse files Browse the repository at this point in the history
Bump bulma from 0.9.4 to 1.0.0
  • Loading branch information
chvp authored Mar 23, 2024
2 parents b1fdd07 + 746cefc commit 0be57bb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
8 changes: 6 additions & 2 deletions app/assets/stylesheets/application.bulma.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@charset "utf-8";
$orange: #FF7F00;
$primary: $orange;
@import 'bulma/bulma';
$mdi-font-path: "fonts";
@import '@mdi/font/scss/materialdesignicons';

:root {
--bulma-primary-h: 30deg;
--bulma-primary-s: 100%;
--bulma-primary-l: 50%;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": "true",
"dependencies": {
"@mdi/font": "^7.4.47",
"bulma": "^0.9.4",
"bulma": "^1.0.0",
"sass": "^1.72.0"
},
"scripts": {
Expand Down
12 changes: 7 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ braces@~3.0.2:
dependencies:
fill-range "^7.0.1"

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==
bulma@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/bulma/-/bulma-1.0.0.tgz#95e8ffa4feb8d64aa1c54a4f0ac6da08e0260672"
integrity sha512-7n49v/gdHXaHcU9fVobqGXO2OguiCoMh6CLbeX7jq00XrZ5vOSE4LNS0S/0Q6rlBbckY6kk6W7LwqxS0nu4bug==
dependencies:
sass "^1.71.1"

"chokidar@>=3.0.0 <4.0.0":
version "3.5.3"
Expand Down Expand Up @@ -112,7 +114,7 @@ readdirp@~3.6.0:
dependencies:
picomatch "^2.2.1"

sass@^1.72.0:
sass@^1.71.1, sass@^1.72.0:
version "1.72.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.72.0.tgz#5b9978943fcfb32b25a6a5acb102fc9dabbbf41c"
integrity sha512-Gpczt3WA56Ly0Mn8Sl21Vj94s1axi9hDIzDFn9Ph9x3C3p4nNyvsqJoQyVXKou6cBlfFWEgRW4rT8Tb4i3XnVA==
Expand Down

0 comments on commit 0be57bb

Please sign in to comment.