diff --git a/ui/analyse/package.json b/ui/analyse/package.json index 7bb81f0673..0b8cdb5906 100644 --- a/ui/analyse/package.json +++ b/ui/analyse/package.json @@ -25,7 +25,7 @@ "chat": "2.0.0", "chess": "2.0.0", "chessground": "^7.6", - "chessops": "^0.3.2", + "chessops": "^0.3.3", "common": "2.0.0", "game": "2.0.0", "nvui": "2.0.0", diff --git a/ui/ceval/package.json b/ui/ceval/package.json index 3b27f5a779..f6d5cfc845 100644 --- a/ui/ceval/package.json +++ b/ui/ceval/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "chess": "2.0.0", - "chessops": "^0.3.2", + "chessops": "^0.3.3", "common": "2.0.0", "snabbdom": "ornicar/snabbdom#0.7.1-lichess" } diff --git a/ui/editor/package.json b/ui/editor/package.json index f0cf474a61..5f65d75d83 100644 --- a/ui/editor/package.json +++ b/ui/editor/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "chessground": "^7.6", - "chessops": "^0.3.2", + "chessops": "^0.3.3", "snabbdom": "ornicar/snabbdom#0.7.1-lichess", "common": "2.0.0" } diff --git a/yarn.lock b/yarn.lock index f7f1324044..f2dab7eebf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -803,10 +803,10 @@ chessground@^7.6: resolved "https://registry.yarnpkg.com/chessground/-/chessground-7.6.11.tgz#fd215e8e9f49394032de39a71a67b6df3632edb2" integrity sha512-97LmMJtP/XuG+/ysjiitiHBaWy0saXXFxkZkfXkaWi/GVzPWdQCxEay2jquqZsztQPHNxUMBwHS+KKC2r4HZAw== -chessops@^0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/chessops/-/chessops-0.3.2.tgz#9462f185af843fdb47b58d55efbb1fea16b35d18" - integrity sha512-aAKFTQQkifAzeCly5+9LzU+KPXVuF+0h000jNrXdPaYG1t9qTIlmDpiuiVPnvuPfWZ0zXOMBB/zICRHAiq1poQ== +chessops@^0.3.3: + version "0.3.3" + resolved "https://registry.yarnpkg.com/chessops/-/chessops-0.3.3.tgz#52fe5e2ff4f29bea25e075af9a650b78e718bbed" + integrity sha512-VaEuRA97RWDjdTHXnu+iMUBFtqtL38j/r+z5NkFyz3WpHKfoWdW/LhKEmX6TizgaX3We5hrk3EqW0kCKJGhJTw== dependencies: "@badrap/result" "^0.2.6"