Skip to content

Commit

Permalink
update chessops for impossible check due to en passant
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Feb 6, 2022
1 parent ecab1c6 commit cd6e215
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ui/analyse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"chat": "2.0.0",
"chess": "2.0.0",
"chessground": "^8.2.0",
"chessops": "^0.10.4",
"chessops": "^0.10.5",
"common": "2.0.0",
"debounce-promise": "^3.1.2",
"game": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ui/ceval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"chessops": "^0.10.4",
"chessops": "^0.10.5",
"common": "2.0.0",
"idb-keyval": "^6.1.0",
"snabbdom": "^3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion ui/dgt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"chessops": "^0.10.4"
"chessops": "^0.10.5"
},
"scripts": {
"dev": "rollup --config",
Expand Down
2 changes: 1 addition & 1 deletion ui/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"chessground": "^8.2.0",
"chessops": "^0.10.4",
"chessops": "^0.10.5",
"common": "2.0.0",
"snabbdom": "^3.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion ui/nvui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"chess": "2.0.0",
"chessground": "^8.2.0",
"chessops": "^0.10.4",
"chessops": "^0.10.5",
"snabbdom": "^3.3.1"
}
}
2 changes: 1 addition & 1 deletion ui/puz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prod": "$npm_execpath run compile"
},
"dependencies": {
"chessops": "^0.10.4",
"chessops": "^0.10.5",
"snabbdom": "^3.3.1",
"chessground": "^8.2.0",
"common": "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion ui/puzzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"chart.js": "^3.7.0",
"chess": "2.0.0",
"chessground": "^8.2.0",
"chessops": "^0.10.4",
"chessops": "^0.10.5",
"common": "2.0.0",
"nvui": "2.0.0",
"snabbdom": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion ui/racer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"chess": "2.0.0",
"chessground": "^8.2.0",
"chessops": "^0.10.4",
"chessops": "^0.10.5",
"common": "2.0.0",
"puz": "2.0.0",
"snabbdom": "^3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion ui/storm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"chess": "2.0.0",
"chessground": "^8.2.0",
"chessops": "^0.10.4",
"chessops": "^0.10.5",
"common": "2.0.0",
"puz": "2.0.0",
"snabbdom": "^3.3.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1042,10 +1042,10 @@ chessground@^8.2.0:
resolved "https://registry.yarnpkg.com/chessground/-/chessground-8.2.0.tgz#11fe0393e53f94759fdaa6c407ebc64b4ce1bfd6"
integrity sha512-vEJCVD+ea9KZy0HuPvHA9QUhxElbaBChId44UZ0+cl90svP2EImgqeJkuX8ExC+dBKYn1FvzpNh10jrNX81jcQ==

chessops@^0.10.4:
version "0.10.4"
resolved "https://registry.yarnpkg.com/chessops/-/chessops-0.10.4.tgz#a5bc17e4fc5047a84f0eea510980bddc8aeda0f4"
integrity sha512-n84zaa2qwBJ+Tj2OM9rHN/3pyC+VUe5YkkMCk4lFif1d/GdgR9IOY7nkYZ9Z8mTawxQRlfr8ar2VJEx2l1xiyw==
chessops@^0.10.5:
version "0.10.5"
resolved "https://registry.yarnpkg.com/chessops/-/chessops-0.10.5.tgz#5a066c57cf3d8a2554ba1a2b9a7aeb679c24569e"
integrity sha512-QLYSs4nPsg5FUT3uUnhpwxRV8zGLorIHqlkV+uuJp6+wqIo2S33O6AMQfXSrUDCNOaBMhmyUf83BUkEafgCoFA==
dependencies:
"@badrap/result" "^0.2"

Expand Down

0 comments on commit cd6e215

Please sign in to comment.