bump chessops to 0.5 (faster init)

pull/6890/head
Niklas Fiekas 2020-06-28 21:52:45 +02:00
parent 360a5dac92
commit 5c04e93534
5 changed files with 8 additions and 8 deletions

View File

@ -25,7 +25,7 @@
"chat": "2.0.0",
"chess": "2.0.0",
"chessground": "^7.7.1",
"chessops": "^0.4.2",
"chessops": "^0.5.0",
"common": "2.0.0",
"game": "2.0.0",
"nvui": "2.0.0",

View File

@ -25,7 +25,7 @@
"typescript": "^3"
},
"dependencies": {
"chessops": "^0.4.2",
"chessops": "^0.5.0",
"common": "2.0.0",
"snabbdom": "^0.7.4"
}

View File

@ -17,7 +17,7 @@
},
"dependencies": {
"chessground": "^7.7.1",
"chessops": "^0.4.2",
"chessops": "^0.5.0",
"snabbdom": "^0.7.4",
"common": "2.0.0"
},

View File

@ -25,7 +25,7 @@
"dependencies": {
"ceval": "2.0.0",
"chessground": "^7.7.1",
"chessops": "^0.4.2",
"chessops": "^0.5.0",
"common": "2.0.0",
"snabbdom": "^0.7.4",
"tslib": "^2.0.0",

View File

@ -912,10 +912,10 @@ chessground@^7.7.1:
resolved "https://registry.yarnpkg.com/chessground/-/chessground-7.7.1.tgz#6849746b363f912b1b9a0824599188fe8efcf41c"
integrity sha512-jB2V4PnqSL/Wy+auyT5Z+swgLAvmcJyxy+SMUbf7sTHqlirRl9hBO7BwN/DPH5akB6QKOLAAXFDt/Ho0Yr7PMA==
chessops@^0.4.2:
version "0.4.2"
resolved "https://registry.yarnpkg.com/chessops/-/chessops-0.4.2.tgz#94550acbe882afb560fe6cb2764714c123c9b6da"
integrity sha512-BnIZr6VQq6bBA/pck9L05wShJSiz7uc/BwT6DPGXa76PDvJym0E+mVoWNoCbdHn0QexRz0lJJXK35vj2rQsn4Q==
chessops@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/chessops/-/chessops-0.5.0.tgz#da7c01e6d9e72ef2342199f8ae13c5c879a6e9ee"
integrity sha512-CFm10wcnD63Ojna6tI1AnXVpQljufsMjvs6cxQ0AgaCAH5V/mwuNGG6Y90EyBRRKmIb3ypxRj7klIyFB07caYA==
dependencies:
"@badrap/result" "^0.2.6"