Skip to content

Commit

Permalink
Merge branch 'master' into orientation-across-tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar authored Nov 7, 2024
2 parents 18f25cc + d011a97 commit 3a4e5e8
Show file tree
Hide file tree
Showing 63 changed files with 322 additions and 348 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,23 @@
},
"dependencies": {
"@types/lichess": "workspace:*",
"@types/node": "^22.8.7",
"@types/web": "^0.0.166",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@types/node": "^22.9.0",
"@types/web": "^0.0.176",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"ab": "github:lichess-org/ab-stub",
"chessground": "^9.1.1",
"eslint": "^9.14.0",
"lint-staged": "^15.2.10",
"onchange": "^7.1.0",
"prettier": "^3.3.3",
"snabbdom": "3.5.1",
"typescript": "^5.6.3"
},
"_comments": [
"snabbdom pinned to 3.5.1 until https://github.com/snabbdom/snabbdom/issues/1114 is resolved",
"typescript above just to allow manual tsc. ui/.build/package.json's typesript version is the truth"
],
"scripts": {
"format": "prettier --cache --write --log-level warn .",
"check-format": "prettier --cache --check --log-level warn .",
Expand Down
Loading

0 comments on commit 3a4e5e8

Please sign in to comment.