Skip to content

Commit

Permalink
goban bump
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Aug 23, 2024
1 parent f177318 commit e23c16a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"express-http-proxy": "^2.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"globals": "^15.8.0",
"goban": "=8.3.27",
"goban": "=8.3.29",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-eslint-new": "^2.2.0",
Expand Down
1 change: 1 addition & 0 deletions src/lib/preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ export function watchSelectedThemes(cb: (themes: GobanSelectedThemes) => void) {
if (dont_call_right_away) {
return;
}

cb(getSelectedThemes());
};

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5995,10 +5995,10 @@ glogg@^2.2.0:
dependencies:
sparkles "^2.1.0"

goban@=8.3.27:
version "8.3.27"
resolved "https://registry.yarnpkg.com/goban/-/goban-8.3.27.tgz#d625e52192ad9cf73a413736fd4cfe37c751a5ef"
integrity sha512-WL06vCpugw0puSATR7k6Qb7QZc+wPNnOD9PGki94wyOsu8GQKdVjLLCOgzVdkfp5O53ctJuFX+13rKVIpyw93w==
goban@=8.3.29:
version "8.3.29"
resolved "https://registry.yarnpkg.com/goban/-/goban-8.3.29.tgz#df8a5a45b075eb245a3c5b17d4d859cae5a15c9b"
integrity sha512-XtCbiDfxh4Ou+KanGKqhAx1sH7aU021FdV3XPODFHvDwFwSBQFYOg0hodoFbC09pFvQaHwPVjqed3NuEucmveQ==
dependencies:
eventemitter3 "^5.0.0"

Expand Down

0 comments on commit e23c16a

Please sign in to comment.