Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dankobg committed Dec 25, 2024
1 parent 21e7bf8 commit e4b042e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"eslint": "^9.16.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-lit": "^1.15.0",
"prettier": "^3.4.2",
"semantic-release": "^24.2.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-dts": "^4.3.0"
"vite": "^6.0.5",
"vite-plugin-dts": "^4.4.0"
},
"release": {
"branches": [
Expand Down
3 changes: 2 additions & 1 deletion src/juicer-board.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ export class JuicerBoard extends LitElement {
private _animationInDuration?: number;
private _animationOutDuration?: number;
private _animationMoveDuration?: number;
private vt: ViewTransition | undefined;
private lastMoveControlType: 'api' | 'input' | undefined;
// @ts-ignore
private vt: ViewTransition | undefined;

@property() fen: string = FEN_EMPTY;
@property() orientation: Color = WHITE;
Expand Down
1 change: 0 additions & 1 deletion src/model.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import {
indexFromCoord,
NumPair,
Position,
positionToFen,
RankFile,
rankFileFromCoord,
rankFileFromRowCol,
Expand Down

0 comments on commit e4b042e

Please sign in to comment.