Skip to content

Commit

Permalink
upgrade lichess-pgn-viewer to render move glyphs
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Dec 1, 2024
1 parent 8e0813a commit d603c69
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 41 deletions.
59 changes: 23 additions & 36 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/bits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"debounce-promise": "^3.1.2",
"emoji-mart": "^5.6.0",
"flatpickr": "^4.6.13",
"lichess-pgn-viewer": "^2.1.3",
"lichess-pgn-viewer": "^2.2.0",
"prop-types": "^15.8.1",
"qrcode": "^1.5.4",
"shepherd.js": "^11.2.0",
Expand Down
2 changes: 1 addition & 1 deletion ui/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@types/debounce-promise": "^3.1.9",
"debounce-promise": "^3.1.2",
"lichess-pgn-viewer": "^2.1.3",
"lichess-pgn-viewer": "^2.2.0",
"tablesort": "^5.3.0"
}
}
2 changes: 1 addition & 1 deletion ui/opening/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"common": "workspace:*",
"dayjs": "^1.11.13",
"debounce-promise": "^3.1.2",
"lichess-pgn-viewer": "^2.1.3"
"lichess-pgn-viewer": "^2.2.0"
},
"lichess": {
"bundles": "src/opening.ts"
Expand Down
2 changes: 1 addition & 1 deletion ui/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"chat": "workspace:*",
"chess": "workspace:*",
"common": "workspace:*",
"lichess-pgn-viewer": "^2.1.3",
"lichess-pgn-viewer": "^2.2.0",
"voice": "workspace:*",
"tablesort": "^5.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion ui/tutor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "AGPL-3.0-or-later",
"dependencies": {
"common": "workspace:*",
"lichess-pgn-viewer": "^2.1.3"
"lichess-pgn-viewer": "^2.2.0"
},
"lichess": {
"bundles": "src/tutor.ts"
Expand Down

0 comments on commit d603c69

Please sign in to comment.