Skip to content

Commit

Permalink
Revert bulma to v0.9.4 due to breaking changes in v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Apr 23, 2024
1 parent a1f1f7c commit 1b29174
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ All dates in this file are given in the [UTC time zone](https://en.wikipedia.org

## Unreleased

## 0.2.1 - 2024-04-23

### Fixed

- The stylesheets were not generated correctly in 0.2.0; they should now be generated correctly again.

## 0.2.0 - 2024-04-22

### Changed
Expand Down
2 changes: 1 addition & 1 deletion web/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@sargassum-world/styles": "^0.3.0",
"bulma": "^1.0.0",
"bulma": "~0.9.4",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
Expand Down
12 changes: 5 additions & 7 deletions web/app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -508,12 +508,10 @@ builtin-modules@^3.3.0:
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==

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"
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==

call-bind@^1.0.0, call-bind@^1.0.2:
version "1.0.2"
Expand Down Expand Up @@ -2165,7 +2163,7 @@ safe-regex-test@^1.0.0:
get-intrinsic "^1.1.3"
is-regex "^1.1.4"

sass@^1.71.1, sass@^1.72.0:
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 1b29174

Please sign in to comment.