Skip to content

Commit

Permalink
add roles to chessground/types, bump 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schlawg committed Nov 9, 2024
1 parent bf80008 commit 6618904
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 153 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chessground",
"version": "9.1.1",
"version": "9.2.0",
"description": "lichess.org chess ui",
"type": "module",
"main": "dist/chessground.js",
Expand All @@ -20,10 +20,10 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"esbuild": "^0.20.2",
"esbuild": "^0.24.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"typescript": "^5.6.3"
},
"scripts": {
"prepare": "$npm_execpath run compile",
Expand Down
Loading

0 comments on commit 6618904

Please sign in to comment.