Skip to content

Commit 0be57bb

Browse files
authored
Merge pull request #232 from ZeusWPI/dependabot/npm_and_yarn/bulma-1.0.0
Bump bulma from 0.9.4 to 1.0.0
2 parents b1fdd07 + 746cefc commit 0be57bb

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
@charset "utf-8";
2-
$orange: #FF7F00;
3-
$primary: $orange;
42
@import 'bulma/bulma';
53
$mdi-font-path: "fonts";
64
@import '@mdi/font/scss/materialdesignicons';
5+
6+
:root {
7+
--bulma-primary-h: 30deg;
8+
--bulma-primary-s: 100%;
9+
--bulma-primary-l: 50%;
10+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": "true",
44
"dependencies": {
55
"@mdi/font": "^7.4.47",
6-
"bulma": "^0.9.4",
6+
"bulma": "^1.0.0",
77
"sass": "^1.72.0"
88
},
99
"scripts": {

yarn.lock

+7-5
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ braces@~3.0.2:
2727
dependencies:
2828
fill-range "^7.0.1"
2929

30-
bulma@^0.9.4:
31-
version "0.9.4"
32-
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.9.4.tgz#0ca8aeb1847a34264768dba26a064c8be72674a1"
33-
integrity sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ==
30+
bulma@^1.0.0:
31+
version "1.0.0"
32+
resolved "https://registry.yarnpkg.com/bulma/-/bulma-1.0.0.tgz#95e8ffa4feb8d64aa1c54a4f0ac6da08e0260672"
33+
integrity sha512-7n49v/gdHXaHcU9fVobqGXO2OguiCoMh6CLbeX7jq00XrZ5vOSE4LNS0S/0Q6rlBbckY6kk6W7LwqxS0nu4bug==
34+
dependencies:
35+
sass "^1.71.1"
3436

3537
"chokidar@>=3.0.0 <4.0.0":
3638
version "3.5.3"
@@ -112,7 +114,7 @@ readdirp@~3.6.0:
112114
dependencies:
113115
picomatch "^2.2.1"
114116

115-
sass@^1.72.0:
117+
sass@^1.71.1, sass@^1.72.0:
116118
version "1.72.0"
117119
resolved "https://registry.yarnpkg.com/sass/-/sass-1.72.0.tgz#5b9978943fcfb32b25a6a5acb102fc9dabbbf41c"
118120
integrity sha512-Gpczt3WA56Ly0Mn8Sl21Vj94s1axi9hDIzDFn9Ph9x3C3p4nNyvsqJoQyVXKou6cBlfFWEgRW4rT8Tb4i3XnVA==

0 commit comments

Comments
 (0)