Skip to content

Commit 56f7b95

Browse files
committedJan 30, 2022
bump deps
1 parent f863930 commit 56f7b95

28 files changed

+70
-64
lines changed
 

‎ui/analyse/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"chat": "2.0.0",
3333
"chess": "2.0.0",
3434
"chessground": "^8.2.0",
35-
"chessops": "^0.10.2",
35+
"chessops": "^0.10.4",
3636
"common": "2.0.0",
3737
"debounce-promise": "^3.1.2",
3838
"game": "2.0.0",
3939
"nvui": "2.0.0",
40-
"snabbdom": "^3.0.1",
40+
"snabbdom": "^3.3.1",
4141
"tree": "2.0.0"
4242
},
4343
"scripts": {

‎ui/ceval/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"typescript": "^4.5.5"
2727
},
2828
"dependencies": {
29-
"chessops": "^0.10.2",
29+
"chessops": "^0.10.4",
3030
"common": "2.0.0",
3131
"idb-keyval": "^6.1.0",
32-
"snabbdom": "^3.0.1"
32+
"snabbdom": "^3.3.1"
3333
}
3434
}

‎ui/challenge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "AGPL-3.0-or-later",
88
"dependencies": {
99
"common": "2.0.0",
10-
"snabbdom": "^3.0.1"
10+
"snabbdom": "^3.3.1"
1111
},
1212
"devDependencies": {
1313
"@build/rollupProject": "2.0.0",

‎ui/chat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"common": "2.0.0",
1818
"palantir": "2.0.0",
19-
"snabbdom": "^3.0.1"
19+
"snabbdom": "^3.3.1"
2020
},
2121
"devDependencies": {
2222
"@build/rollupProject": "2.0.0",

‎ui/chess/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"chessground": "^8.2.0",
3333
"common": "2.0.0",
34-
"snabbdom": "^3.0.1"
34+
"snabbdom": "^3.3.1"
3535
},
3636
"devDependencies": {
3737
"@types/lichess": "2.0.0",

‎ui/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"chessground": "^8.2.0",
33-
"snabbdom": "^3.0.1"
33+
"snabbdom": "^3.3.1"
3434
},
3535
"devDependencies": {
3636
"@types/cash": "8.0.0",

‎ui/dasher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "AGPL-3.0-or-later",
88
"dependencies": {
99
"common": "2.0.0",
10-
"snabbdom": "^3.0.1"
10+
"snabbdom": "^3.3.1"
1111
},
1212
"devDependencies": {
1313
"@build/rollupProject": "2.0.0",

‎ui/dgt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"typescript": "^4.5.5"
1414
},
1515
"dependencies": {
16-
"chessops": "^0.10.2"
16+
"chessops": "^0.10.4"
1717
},
1818
"scripts": {
1919
"dev": "rollup --config",

‎ui/editor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
},
2121
"dependencies": {
2222
"chessground": "^8.2.0",
23-
"chessops": "^0.10.2",
23+
"chessops": "^0.10.4",
2424
"common": "2.0.0",
25-
"snabbdom": "^3.0.1"
25+
"snabbdom": "^3.3.1"
2626
},
2727
"scripts": {
2828
"dev": "rollup --config",

‎ui/game/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"chessground": "^8.2.0",
35-
"snabbdom": "^3.0.1"
35+
"snabbdom": "^3.3.1"
3636
},
3737
"devDependencies": {
3838
"@types/lichess": "2.0.0",

‎ui/insight/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"common": "2.0.0",
2828
"numeral": "^1.5",
29-
"snabbdom": "^3.0.1"
29+
"snabbdom": "^3.3.1"
3030
},
3131
"scripts": {
3232
"dev": "rollup --config",

‎ui/lobby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"chessground": "^8.2.0",
2626
"common": "2.0.0",
2727
"debounce-promise": "^3.1.2",
28-
"snabbdom": "^3.0.1"
28+
"snabbdom": "^3.3.1"
2929
},
3030
"scripts": {
3131
"dev": "rollup --config",

‎ui/msg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"common": "2.0.0",
18-
"snabbdom": "^3.0.1"
18+
"snabbdom": "^3.3.1"
1919
},
2020
"scripts": {
2121
"dev": "rollup --config",

‎ui/notify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "AGPL-3.0-or-later",
88
"dependencies": {
99
"common": "2.0.0",
10-
"snabbdom": "^3.0.1"
10+
"snabbdom": "^3.3.1"
1111
},
1212
"devDependencies": {
1313
"@build/rollupProject": "2.0.0",

‎ui/nvui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"chess": "2.0.0",
3838
"chessground": "^8.2.0",
39-
"chessops": "^0.10.2",
40-
"snabbdom": "^3.0.1"
39+
"chessops": "^0.10.4",
40+
"snabbdom": "^3.3.1"
4141
}
4242
}

‎ui/palantir/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@types/webrtc": "^0.0.31",
25-
"snabbdom": "^3.0.1"
25+
"snabbdom": "^3.3.1"
2626
},
2727
"scripts": {
2828
"compile": "tsc --incremental --declaration",

‎ui/puz/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"prod": "$npm_execpath run compile"
2626
},
2727
"dependencies": {
28-
"chessops": "^0.10.2",
29-
"snabbdom": "^3.0.1",
28+
"chessops": "^0.10.4",
29+
"snabbdom": "^3.3.1",
3030
"chessground": "^8.2.0",
3131
"common": "2.0.0"
3232
},

‎ui/puzzle/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
"devDependencies": {
1515
"@build/rollupProject": "2.0.0",
1616
"@types/cash": "8.0.0",
17-
"@types/chart.js": "^2.9.29",
17+
"@types/chart.js": "^2.9.35",
1818
"@types/lichess": "2.0.0",
1919
"@types/web": "^0.0.51",
2020
"rollup": "^2.66.1",
2121
"typescript": "^4.5.5"
2222
},
2323
"dependencies": {
2424
"ceval": "2.0.0",
25-
"chart.js": "^2.9",
25+
"chart.js": "^2.9.4",
2626
"chess": "2.0.0",
2727
"chessground": "^8.2.0",
28-
"chessops": "^0.10.2",
28+
"chessops": "^0.10.4",
2929
"common": "2.0.0",
3030
"nvui": "2.0.0",
31-
"snabbdom": "^3.0.1",
31+
"snabbdom": "^3.3.1",
3232
"tree": "2.0.0"
3333
},
3434
"scripts": {

‎ui/racer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"dependencies": {
2323
"chess": "2.0.0",
2424
"chessground": "^8.2.0",
25-
"chessops": "^0.10.2",
25+
"chessops": "^0.10.4",
2626
"common": "2.0.0",
2727
"puz": "2.0.0",
28-
"snabbdom": "^3.0.1"
28+
"snabbdom": "^3.3.1"
2929
},
3030
"scripts": {
3131
"dev": "rollup --config",

‎ui/round/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"common": "2.0.0",
2727
"game": "2.0.0",
2828
"nvui": "2.0.0",
29-
"snabbdom": "^3.0.1"
29+
"snabbdom": "^3.3.1"
3030
},
3131
"scripts": {
3232
"dev": "rollup --config",

‎ui/simul/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"chessground": "^8.2.0",
2323
"common": "2.0.0",
2424
"game": "2.0.0",
25-
"snabbdom": "^3.0.1"
25+
"snabbdom": "^3.3.1"
2626
},
2727
"scripts": {
2828
"dev": "rollup --config",

‎ui/site/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
},
2222
"dependencies": {
2323
"@fnando/sparkline": "^0.3.10",
24-
"@toast-ui/editor": "^3.1",
24+
"@toast-ui/editor": "^3.1.2",
2525
"@yaireo/tagify": "^4.7",
26-
"apexcharts": "^3.27.1",
26+
"apexcharts": "^3.33.0",
2727
"chat": "2.0.0",
2828
"common": "2.0.0",
2929
"debounce-promise": "^3.1.2",
@@ -35,7 +35,7 @@
3535
"stockfish-nnue.wasm": "1.0.0-1946a675.smolnet",
3636
"stockfish.js": "^10.0.2",
3737
"stockfish.wasm": "^0.10.0",
38-
"tablesort": "^5.1",
38+
"tablesort": "^5.3.0",
3939
"zxcvbn": "^4.4.2"
4040
},
4141
"scripts": {

‎ui/storm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"dependencies": {
2323
"chess": "2.0.0",
2424
"chessground": "^8.2.0",
25-
"chessops": "^0.10.2",
25+
"chessops": "^0.10.4",
2626
"common": "2.0.0",
2727
"puz": "2.0.0",
28-
"snabbdom": "^3.0.1"
28+
"snabbdom": "^3.3.1"
2929
},
3030
"scripts": {
3131
"dev": "rollup --config",

‎ui/swiss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"chessground": "^8.2.0",
2525
"common": "2.0.0",
2626
"game": "2.0.0",
27-
"snabbdom": "^3.0.1"
27+
"snabbdom": "^3.3.1"
2828
},
2929
"scripts": {
3030
"dev": "rollup --config",

‎ui/tournament/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"chessground": "^8.2.0",
2424
"common": "2.0.0",
2525
"game": "2.0.0",
26-
"snabbdom": "^3.0.1"
26+
"snabbdom": "^3.3.1"
2727
},
2828
"scripts": {
2929
"dev": "rollup --config",

‎ui/tournamentCalendar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"common": "2.0.0",
2323
"date-fns": "^2.14.0",
24-
"snabbdom": "^3.0.1"
24+
"snabbdom": "^3.3.1"
2525
},
2626
"scripts": {
2727
"dev": "rollup --config",

‎ui/tournamentSchedule/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"common": "2.0.0",
2323
"dragscroll": "^0.0.8",
24-
"snabbdom": "^3.0.1"
24+
"snabbdom": "^3.3.1"
2525
},
2626
"scripts": {
2727
"dev": "rollup --config",

‎yarn.lock

+31-25
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,12 @@
173173
estree-walker "^1.0.1"
174174
picomatch "^2.2.2"
175175

176-
"@toast-ui/editor@^3.1":
177-
version "3.1.0"
178-
resolved "https://registry.yarnpkg.com/@toast-ui/editor/-/editor-3.1.0.tgz#48febab0b9102ad6e9fb2bd3ed3a1207003a6bd8"
179-
integrity sha512-ewNsl0eefMejVYwY3SP6n/gx9Ppf+K2iOSUJPIEcLeoeIoodd4JAS0gyBvfx+/nLY0feVj9CjqMfbuAezssDYg==
176+
"@toast-ui/editor@^3.1.2":
177+
version "3.1.2"
178+
resolved "https://registry.yarnpkg.com/@toast-ui/editor/-/editor-3.1.2.tgz#b7d73c69e9bc0b6da346b9171b81df12f3dde49c"
179+
integrity sha512-3If4pnDULrduyiWP9gLZKNqeK2FatzNa8APU6eV/bEDAXJqbCJFahNDivMPtR5k7iZMtkdE1ez1FphueHyjmUQ==
180180
dependencies:
181+
dompurify "^2.3.3"
181182
prosemirror-commands "^1.1.9"
182183
prosemirror-history "^1.1.3"
183184
prosemirror-inputrules "^1.1.3"
@@ -191,10 +192,10 @@
191192
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
192193
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
193194

194-
"@types/chart.js@^2.9.29":
195-
version "2.9.33"
196-
resolved "https://registry.yarnpkg.com/@types/chart.js/-/chart.js-2.9.33.tgz#59c6de80b8134379156f4ba7b96c0928a721c1ab"
197-
integrity sha512-vB6ZFx1cA91aiCoVpreLQwCQHS/Cj+9YtjBTwFlTjKXyY0douXV2KV4+fluxdI+grDZ6hTCQeg2HY/aQ9NeLHA==
195+
"@types/chart.js@^2.9.35":
196+
version "2.9.35"
197+
resolved "https://registry.yarnpkg.com/@types/chart.js/-/chart.js-2.9.35.tgz#10ddee097ab9320f8eabd8a31017fda3644d9218"
198+
integrity sha512-MWx/zZlh4wHBbM4Tm4YsZyYGb1/LkTiFLFwX/FXb0EJCvXX2xWTRHwlJ2RAAEXWxLrOdaAWP8vFtJXny+4CpEw==
198199
dependencies:
199200
moment "^2.10.2"
200201

@@ -546,10 +547,10 @@ anymatch@^2.0.0:
546547
micromatch "^3.1.4"
547548
normalize-path "^2.1.1"
548549

549-
apexcharts@^3.27.1:
550-
version "3.27.1"
551-
resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.27.1.tgz#b0e6dd3b3ace028f29b32fcd88e19a2420a18089"
552-
integrity sha512-2pfw3pxeWhI0ap5lfxyfGNGoGScfEwfc8XnTpbnzgRdr1AOH5JJN9hh3MvfwrC9TQQfJYC2TZc8P/q9qXUj1bQ==
550+
apexcharts@^3.33.0:
551+
version "3.33.0"
552+
resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.33.0.tgz#8fb807fb6c5a55a37a1168f0dbf0548d1ae69fdb"
553+
integrity sha512-gOc0qZijuomtXTThLbb0sKn+mZJkVQADyK/Zw9vQ0JjKVbMYxzek61xk40hT49i1Sq6/MUqsz0WgUXYpqqf8Mg==
553554
dependencies:
554555
svg.draggable.js "^2.2.2"
555556
svg.easing.js "^2.0.0"
@@ -1026,7 +1027,7 @@ chalk@^4.1.2:
10261027
ansi-styles "^4.1.0"
10271028
supports-color "^7.1.0"
10281029

1029-
chart.js@^2.9:
1030+
chart.js@^2.9.4:
10301031
version "2.9.4"
10311032
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-2.9.4.tgz#0827f9563faffb2dc5c06562f8eb10337d5b9684"
10321033
integrity sha512-B07aAzxcrikjAPyV+01j7BmOpxtQETxTSlQ26BEYJ+3iUkbNKaOJ/nDbT6JjyqYxseM0ON12COHYdU2cTIjC7A==
@@ -1066,10 +1067,10 @@ chessground@^8.2.0:
10661067
resolved "https://registry.yarnpkg.com/chessground/-/chessground-8.2.0.tgz#11fe0393e53f94759fdaa6c407ebc64b4ce1bfd6"
10671068
integrity sha512-vEJCVD+ea9KZy0HuPvHA9QUhxElbaBChId44UZ0+cl90svP2EImgqeJkuX8ExC+dBKYn1FvzpNh10jrNX81jcQ==
10681069

1069-
chessops@^0.10.2:
1070-
version "0.10.2"
1071-
resolved "https://registry.yarnpkg.com/chessops/-/chessops-0.10.2.tgz#65623e17194b4dda76d243ab77302c206613eee7"
1072-
integrity sha512-7Kc1PfEBLq9BDjM8XGUsbvITw1tR/v6PU2ktNImT6Ze1ghCjqu2/qhwW4qHo7o1cEru0SFxJs/1UZwHLik9guA==
1070+
chessops@^0.10.4:
1071+
version "0.10.4"
1072+
resolved "https://registry.yarnpkg.com/chessops/-/chessops-0.10.4.tgz#a5bc17e4fc5047a84f0eea510980bddc8aeda0f4"
1073+
integrity sha512-n84zaa2qwBJ+Tj2OM9rHN/3pyC+VUe5YkkMCk4lFif1d/GdgR9IOY7nkYZ9Z8mTawxQRlfr8ar2VJEx2l1xiyw==
10731074
dependencies:
10741075
"@badrap/result" "^0.2"
10751076

@@ -1485,6 +1486,11 @@ doctrine@^3.0.0:
14851486
dependencies:
14861487
esutils "^2.0.2"
14871488

1489+
dompurify@^2.3.3:
1490+
version "2.3.5"
1491+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.5.tgz#c83ed5a3ae5ce23e52efe654ea052ffb358dd7e3"
1492+
integrity sha512-kD+f8qEaa42+mjdOpKeztu9Mfx5bv9gVLO6K9jRx4uGvh6Wv06Srn4jr1wPNY2OOUGGSKHNFN+A8MA3v0E0QAQ==
1493+
14881494
dragscroll@^0.0.8:
14891495
version "0.0.8"
14901496
resolved "https://registry.yarnpkg.com/dragscroll/-/dragscroll-0.0.8.tgz#de4771e5f3a14d77b583ecef5d38bd9618f27563"
@@ -4999,10 +5005,10 @@ smart-buffer@^4.1.0:
49995005
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae"
50005006
integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==
50015007

5002-
snabbdom@^3.0.1:
5003-
version "3.0.3"
5004-
resolved "https://registry.yarnpkg.com/snabbdom/-/snabbdom-3.0.3.tgz#13ff22fbdd1c971ace1af55d4831bdb4972aafd0"
5005-
integrity sha512-+HEwNccHj1lTKx3I7vKm7La+FhhcJFJloPkmPE0pwYQFq6aZSx2SCJrUKotD/+L8kA+EHcXRmBe5Yd2LX1WlQQ==
5008+
snabbdom@^3.3.1:
5009+
version "3.3.1"
5010+
resolved "https://registry.yarnpkg.com/snabbdom/-/snabbdom-3.3.1.tgz#a2fb9a1c85cc19d6dc11c4c5e4c78cbbbaafff1f"
5011+
integrity sha512-FR9u20dCkktPd+qbedqwYNjMXzYhizhqlKTQzYZimLNeCJY0/5qgs0DtLVSmzIEL1bN3Dyb9sQpiHGCxUjyLnQ==
50065012

50075013
snapdragon-node@^2.0.1:
50085014
version "2.1.1"
@@ -5430,10 +5436,10 @@ svg.select.js@^3.0.1:
54305436
dependencies:
54315437
svg.js "^2.6.5"
54325438

5433-
tablesort@^5.1:
5434-
version "5.2.1"
5435-
resolved "https://registry.yarnpkg.com/tablesort/-/tablesort-5.2.1.tgz#722f6f8b13062709ac22aa16bc03c126c6ccf558"
5436-
integrity sha512-AmNSrtzyba5Bd+Fm8oJJj/xS2bj5acoHEsDHxER2/4Tzo+5noPORpEsSLT9dI15X2MIuXlNnj+BBQcpMsoeTXQ==
5439+
tablesort@^5.3.0:
5440+
version "5.3.0"
5441+
resolved "https://registry.yarnpkg.com/tablesort/-/tablesort-5.3.0.tgz#899534f40f5395c1ec4d00f7b9d026c6e21ccc3f"
5442+
integrity sha512-WkfcZBHsp47gVH9CBHG0ZXopriG01IA87arGrchvIe868d4RiXVvoYPS1zMq9IdW05kBs5iGsqxTABqLyWonbg==
54375443

54385444
tar@^6.0.2, tar@^6.1.2:
54395445
version "6.1.11"

0 commit comments

Comments
 (0)
Please sign in to comment.