Skip to content

Commit

Permalink
Fix missing Goban.styl error
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Jul 3, 2024
1 parent ca5aaed commit ef1ebee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"express": "^4.19.2",
"express-http-proxy": "^2.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"goban": "=8.3.13",
"goban": "=8.3.14",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-eslint-new": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ogs.styl
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ nowrap()
@require "global_styl/bootstrap-esq.styl";
@require "global_styl/misc-ui.styl";
@require "global_styl/ogs-font.styl";
@require "../node_modules/goban/src/Goban.styl";
@require "../node_modules/goban/build/Goban.styl";
@require "global_styl/swal.styl";
@require "global_styl/flags16.styl";
@require "global_styl/flags32.styl";
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5869,10 +5869,10 @@ glogg@^2.2.0:
dependencies:
sparkles "^2.1.0"

goban@=8.3.13:
version "8.3.13"
resolved "https://registry.yarnpkg.com/goban/-/goban-8.3.13.tgz#c9639823435ad65c26e5f9a4696c8a49f4149c50"
integrity sha512-Aa7+4MtoG/i6GD4/folIGaigtEvbJumfgQYCYgx5t0Zt9m4tYFohcZrtQP13vgQEVpQO8cPXa/tvnZZccVYs2w==
goban@=8.3.14:
version "8.3.14"
resolved "https://registry.yarnpkg.com/goban/-/goban-8.3.14.tgz#3c3f06f6e7f6c86d1659dd510e9efedcebf326a1"
integrity sha512-DDwlk5W6GrDLD3ya4xv4EZ9EdTz0YSqD86W9ED1lVqRYpmW5H9O5MMr2epzhGLEVbKIwXtiIlcL5HqcdbotrTA==
dependencies:
eventemitter3 "^5.0.0"

Expand Down

0 comments on commit ef1ebee

Please sign in to comment.