bump chessops to 0.10.2 (fix atomic with check and exploded king)

pull/10013/head
Niklas Fiekas 2021-10-19 13:36:38 +02:00
parent 741c7d3ee3
commit 7b531d078d
10 changed files with 13 additions and 13 deletions

View File

@ -32,7 +32,7 @@
"chat": "2.0.0",
"chess": "2.0.0",
"chessground": "^8.1.7",
"chessops": "^0.10.0",
"chessops": "^0.10.2",
"common": "2.0.0",
"debounce-promise": "^3.1.2",
"game": "2.0.0",

View File

@ -26,7 +26,7 @@
"typescript": "^4.4.3"
},
"dependencies": {
"chessops": "^0.10.0",
"chessops": "^0.10.2",
"common": "2.0.0",
"idb-keyval": "^5.0.4",
"snabbdom": "^3.0.1"

View File

@ -13,7 +13,7 @@
"typescript": "^4.4.3"
},
"dependencies": {
"chessops": "^0.10.0"
"chessops": "^0.10.2"
},
"scripts": {
"dev": "rollup --config",

View File

@ -20,7 +20,7 @@
},
"dependencies": {
"chessground": "^8.1.7",
"chessops": "^0.10.0",
"chessops": "^0.10.2",
"common": "2.0.0",
"snabbdom": "^3.0.1"
},

View File

@ -36,7 +36,7 @@
"dependencies": {
"chess": "2.0.0",
"chessground": "^8.1.7",
"chessops": "^0.10.0",
"chessops": "^0.10.2",
"snabbdom": "^3.0.1"
}
}

View File

@ -25,7 +25,7 @@
"prod": "$npm_execpath run compile"
},
"dependencies": {
"chessops": "^0.10.0",
"chessops": "^0.10.2",
"snabbdom": "^3.0.1",
"chessground": "^8.1.7",
"common": "2.0.0"

View File

@ -25,7 +25,7 @@
"chart.js": "^2.9",
"chess": "2.0.0",
"chessground": "^8.1.7",
"chessops": "^0.10.0",
"chessops": "^0.10.2",
"common": "2.0.0",
"nvui": "2.0.0",
"snabbdom": "^3.0.1",

View File

@ -22,7 +22,7 @@
"dependencies": {
"chess": "2.0.0",
"chessground": "^8.1.7",
"chessops": "^0.10.0",
"chessops": "^0.10.2",
"common": "2.0.0",
"puz": "2.0.0",
"snabbdom": "^3.0.1"

View File

@ -22,7 +22,7 @@
"dependencies": {
"chess": "2.0.0",
"chessground": "^8.1.7",
"chessops": "^0.10.0",
"chessops": "^0.10.2",
"common": "2.0.0",
"puz": "2.0.0",
"snabbdom": "^3.0.1"

View File

@ -1007,10 +1007,10 @@ chessground@^8.1.7:
resolved "https://registry.yarnpkg.com/chessground/-/chessground-8.1.7.tgz#bbc2280597c009feee5f289f4a62fb7cb0347c2a"
integrity sha512-YpFFxsA+WrfAuCCudLennESuMEaZVnC8HJNVUvBJYPdtQSTOx5D7hZhtjWuwEe9jJP9bHhA6mOYOT6NmfS84qQ==
chessops@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/chessops/-/chessops-0.10.0.tgz#335383592aee32136d7a4925d5db7b296b7365db"
integrity sha512-H7ma6lDgz8KmOZiva3J6a5VOc0IKi3COmTte/pvXUSFe6NoJzfiwy+nYGlTFkuNMfutFlnxqe9a9VGTUFP7sZw==
chessops@^0.10.2:
version "0.10.2"
resolved "https://registry.yarnpkg.com/chessops/-/chessops-0.10.2.tgz#65623e17194b4dda76d243ab77302c206613eee7"
integrity sha512-7Kc1PfEBLq9BDjM8XGUsbvITw1tR/v6PU2ktNImT6Ze1ghCjqu2/qhwW4qHo7o1cEru0SFxJs/1UZwHLik9guA==
dependencies:
"@badrap/result" "^0.2"