Skip to content

Commit

Permalink
upgrade pgn viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jan 20, 2023
1 parent b18e1e5 commit 14bdb61
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 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 @@ -28,7 +28,7 @@
"@types/lichess": "workspace:*",
"@types/dom-screen-wake-lock": "1.0.0",
"chessground": "^8.3.6",
"lichess-pgn-viewer": "^1.5.1",
"lichess-pgn-viewer": "^1.5.2",
"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 @@ -15,7 +15,7 @@
"common": "workspace:*",
"date-fns": "^2.29.3",
"debounce-promise": "^3.1.2",
"lichess-pgn-viewer": "^1.5.1"
"lichess-pgn-viewer": "^1.5.2"
},
"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 @@ -23,7 +23,7 @@
"flatpickr": "^4.6.13",
"highcharts": "=4.2.5",
"hopscotch": "^0.3.1",
"lichess-pgn-viewer": "^1.5.1",
"lichess-pgn-viewer": "^1.5.2",
"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 @@ -10,7 +10,7 @@
"@types/lichess": "workspace:*",
"chessground": "^8.3.6",
"common": "workspace:*",
"lichess-pgn-viewer": "^1.5.1"
"lichess-pgn-viewer": "^1.5.2"
},
"scripts": {
"compile": "tsc",
Expand Down

0 comments on commit 14bdb61

Please sign in to comment.