Skip to content

Commit

Permalink
upgrade lichess-pgn-viewer to fix chessops circles
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jun 12, 2023
1 parent 71188f0 commit 9ffad13
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 16 deletions.
32 changes: 20 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/cash": "workspace:*",
"@types/lichess": "workspace:*",
"@types/dom-screen-wake-lock": "1.0.0",
"lichess-pgn-viewer": "^1.5.5",
"lichess-pgn-viewer": "^1.5.6",
"snabbdom": "^3.5.1",
"tablesort": "^5.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion ui/opening/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"common": "workspace:*",
"date-fns": "^2.29.3",
"debounce-promise": "^3.1.2",
"lichess-pgn-viewer": "^1.5.5"
"lichess-pgn-viewer": "^1.5.6"
},
"scripts": {
"compile": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion ui/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"flatpickr": "^4.6.13",
"highcharts": "=4.2.5",
"hopscotch": "^0.3.1",
"lichess-pgn-viewer": "^1.5.5",
"lichess-pgn-viewer": "^1.5.6",
"prop-types": "^15.8.1",
"stockfish-mv.wasm": "^0.6.1",
"stockfish-nnue.wasm": "1.0.0-1946a675.smolnet",
Expand Down
2 changes: 1 addition & 1 deletion ui/tutor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/cash": "workspace:*",
"@types/lichess": "workspace:*",
"common": "workspace:*",
"lichess-pgn-viewer": "^1.5.5"
"lichess-pgn-viewer": "^1.5.6"
},
"scripts": {
"compile": "tsc",
Expand Down

0 comments on commit 9ffad13

Please sign in to comment.