update chessops to 0.3.2 (fixes #5874)

pull/5894/head
Niklas Fiekas 2020-01-04 16:13:22 +01:00
parent dd9f132d56
commit 9a5c2562f7
4 changed files with 7 additions and 7 deletions

View File

@ -25,7 +25,7 @@
"chat": "2.0.0",
"chess": "2.0.0",
"chessground": "^7.6",
"chessops": "^0.3.1",
"chessops": "^0.3.2",
"common": "2.0.0",
"game": "2.0.0",
"nvui": "2.0.0",

View File

@ -24,7 +24,7 @@
},
"dependencies": {
"chess": "2.0.0",
"chessops": "^0.3.1",
"chessops": "^0.3.2",
"common": "2.0.0",
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
}

View File

@ -17,7 +17,7 @@
},
"dependencies": {
"chessground": "^7.6",
"chessops": "^0.3.1",
"chessops": "^0.3.2",
"snabbdom": "ornicar/snabbdom#0.7.1-lichess",
"common": "2.0.0"
}

View File

@ -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.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/chessops/-/chessops-0.3.1.tgz#deab2087776d32a3031d16c27b1904251714577c"
integrity sha512-/LGPnSjwKi83qtYRe0KzXH/sDaYmsArc0KEXMlSeQUNhj/iD3AaFa16mR5RntHLxc5v8LOUM7ejI6HU8i+y5Sg==
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==
dependencies:
"@badrap/result" "^0.2.6"