diff --git a/ui/analyse/package.json b/ui/analyse/package.json index 9305232490..c742a15fd8 100644 --- a/ui/analyse/package.json +++ b/ui/analyse/package.json @@ -25,7 +25,7 @@ "ceval": "2.0.0", "chat": "2.0.0", "chess": "2.0.0", - "chessground": "^8.0.0", + "chessground": "^8.1.0", "chessops": "^0.9.0", "common": "2.0.0", "game": "2.0.0", diff --git a/ui/editor/package.json b/ui/editor/package.json index 504f036f14..061e49cdd1 100644 --- a/ui/editor/package.json +++ b/ui/editor/package.json @@ -15,7 +15,7 @@ "@build/rollupProject": "2.0.0" }, "dependencies": { - "chessground": "^8.0.0", + "chessground": "^8.1.0", "chessops": "^0.9.0", "snabbdom": "^3.0.1", "common": "2.0.0" diff --git a/ui/lobby/package.json b/ui/lobby/package.json index c0847c6122..8215031c39 100644 --- a/ui/lobby/package.json +++ b/ui/lobby/package.json @@ -18,7 +18,7 @@ "@types/lichess": "2.0.0" }, "dependencies": { - "chessground": "^8.0.0", + "chessground": "^8.1.0", "common": "2.0.0", "snabbdom": "^3.0.1" }, diff --git a/ui/puz/package.json b/ui/puz/package.json index 0e039b1b5f..dbf68a19a3 100644 --- a/ui/puz/package.json +++ b/ui/puz/package.json @@ -16,7 +16,7 @@ "dependencies": { "chessops": "^0.9.0", "snabbdom": "^3.0.1", - "chessground": "^8.0.0", + "chessground": "^8.1.0", "common": "2.0.0" }, "devDependencies": { diff --git a/ui/puzzle/package.json b/ui/puzzle/package.json index 2ea9867416..d1f2ad9637 100644 --- a/ui/puzzle/package.json +++ b/ui/puzzle/package.json @@ -19,7 +19,7 @@ "dependencies": { "ceval": "2.0.0", "chart.js": "^2.9", - "chessground": "^8.0.0", + "chessground": "^8.1.0", "chessops": "^0.9.0", "common": "2.0.0", "nvui": "2.0.0", diff --git a/ui/racer/package.json b/ui/racer/package.json index e27525a733..49ee3a029d 100644 --- a/ui/racer/package.json +++ b/ui/racer/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "chessops": "^0.9.0", - "chessground": "^8.0.0", + "chessground": "^8.1.0", "snabbdom": "^3.0.1", "common": "2.0.0", "puz": "2.0.0" diff --git a/ui/round/package.json b/ui/round/package.json index 9abc5075b4..4321a8771b 100644 --- a/ui/round/package.json +++ b/ui/round/package.json @@ -18,7 +18,7 @@ "dependencies": { "ab": "https://github.com/lichess-org/ab-stub", "chat": "2.0.0", - "chessground": "^8.0.0", + "chessground": "^8.1.0", "common": "2.0.0", "game": "2.0.0", "nvui": "2.0.0", diff --git a/ui/storm/package.json b/ui/storm/package.json index 60c7400021..6903e5e956 100644 --- a/ui/storm/package.json +++ b/ui/storm/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "chessops": "^0.9.0", - "chessground": "^8.0.0", + "chessground": "^8.1.0", "snabbdom": "^3.0.1", "common": "2.0.0", "puz": "2.0.0" diff --git a/ui/swiss/package.json b/ui/swiss/package.json index 07470709ca..36e8053045 100644 --- a/ui/swiss/package.json +++ b/ui/swiss/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "chat": "2.0.0", - "chessground": "^8.0.0", + "chessground": "^8.1.0", "common": "2.0.0", "game": "2.0.0", "snabbdom": "^3.0.1" diff --git a/ui/tournament/package.json b/ui/tournament/package.json index be120aa4a1..eb2c38511a 100644 --- a/ui/tournament/package.json +++ b/ui/tournament/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "chat": "2.0.0", - "chessground": "^8.0.0", + "chessground": "^8.1.0", "common": "2.0.0", "game": "2.0.0", "snabbdom": "^3.0.1" diff --git a/yarn.lock b/yarn.lock index dff987b3f1..e83779ffd4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -959,10 +959,10 @@ chessground@^4.4: merge "1.2.0" mithril "github:ornicar/mithril.js#v1.0.1" -chessground@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/chessground/-/chessground-8.0.0.tgz#9ed7880d9e2bf51a47d7538c7e13a56dc814f79f" - integrity sha512-p2K918YaJJ5bt6bmqEIcnFms5R7LRYqaR9y2dhtB2iyJJV9V/Tw07Dd67fWmUrnyKfgiX6BNIr7VS4x5DstB3w== +chessground@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/chessground/-/chessground-8.1.0.tgz#dccddd158758d69334458a992a33e0597c34fb9e" + integrity sha512-r2KCqwAqtJ/fTPRQZKlRqY7WAHcPdT7g9/YNXM4zD8jsek0FuXdQ0t5JQ0+9VXbByO2D/lesIqk/bPYY5rN9Fw== chessops@^0.9.0: version "0.9.0"