Skip to content

Commit

Permalink
update web/node types and some dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
schlawg committed Dec 23, 2024
1 parent f3f0bfb commit 1b093d1
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 304 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
},
"dependencies": {
"@types/lichess": "workspace:*",
"@types/node": "^22.10.1",
"@types/web": "^0.0.180",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@types/node": "^22.10.2",
"@types/web": "^0.0.187",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"ab": "github:lichess-org/ab-stub",
"chessground": "^9.1.1",
"chessops": "^0.14.2",
"eslint": "^9.15.0",
"eslint": "^9.17.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"onchange": "^7.1.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"snabbdom": "3.5.1",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
},
"//": [
"snabbdom pinned to 3.5.1 until https://github.com/snabbdom/snabbdom/issues/1114 is resolved",
Expand Down
Loading

0 comments on commit 1b093d1

Please sign in to comment.